audk/BaseTools/.gitignore
Marvin Häuser 9163cd4925 BaseTools/CommonLib: Consume MdePkg and MdeModulePkg
BaseTools has been duplicating and adapting code that is defined in
MdePkg and MdeModulePkg. This leads to desync issues where the same
symbols may be backed by different functions with slightly different
semantics and also fixes that apply only to BaseTools or only to MdePkg
and MdeModulePkg.

To address these issues, update BaseTools/Source/C to utilize the code
from MdePkg and MdeModulePkg.

Signed-off-by: Marvin Häuser <mhaeuser@posteo.de>
2024-07-22 13:47:17 +03:00

27 lines
529 B
Plaintext

*.d
*.o
*.obj
*.pdb
*.ilk
*.exe
*.pyc
Source/C/VfrCompile/EfiVfrParser.cpp
Source/C/VfrCompile/EfiVfrParser.h
Source/C/VfrCompile/Pccts/antlr/antlr
Source/C/VfrCompile/Pccts/dlg/dlg
Source/C/VfrCompile/VfrLexer.cpp
Source/C/VfrCompile/VfrLexer.h
Source/C/VfrCompile/VfrParser.dlg
Source/C/VfrCompile/VfrSyntax.cpp
Source/C/VfrCompile/VfrTokens.h
Source/C/bin/
Source/C/libs/
Source/C/obj/
Bin/Win32
Lib
BaseToolsBuild/
ImageTool/ImageTool
ImageTool/ImageTool32
ImageTool/ImageTool64
MicroTool/MicroTool