X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=FatPkg%2FFatPkg.dsc;h=f8309717a6a48decf32beeb741762141f63cb23b;hb=2f4dfa84ac56d84935e086e91f292134b8074984;hp=cfb73f27f2b5afd301859b08a98475454d944af2;hpb=f13b56e359b85542f69321aa8370317fa202ab7a;p=mirror_edk2.git diff --git a/FatPkg/FatPkg.dsc b/FatPkg/FatPkg.dsc index cfb73f27f2..f8309717a6 100644 --- a/FatPkg/FatPkg.dsc +++ b/FatPkg/FatPkg.dsc @@ -26,6 +26,11 @@ BUILD_TARGETS = DEBUG|RELEASE SKUID_IDENTIFIER = DEFAULT +[BuildOptions] + GCC:RELEASE_*_*_CC_FLAGS = -DMDEPKG_NDEBUG + INTEL:RELEASE_*_*_CC_FLAGS = /D MDEPKG_NDEBUG + MSFT:RELEASE_*_*_CC_FLAGS = /D MDEPKG_NDEBUG + [LibraryClasses] # # Entry Point Libraries @@ -46,6 +51,14 @@ DebugPrintErrorLevelLib|MdePkg/Library/BaseDebugPrintErrorLevelLib/BaseDebugPrintErrorLevelLib.inf DevicePathLib|MdePkg/Library/UefiDevicePathLib/UefiDevicePathLib.inf +[LibraryClasses.common.PEIM] + PeimEntryPoint|MdePkg/Library/PeimEntryPoint/PeimEntryPoint.inf + PeiServicesLib|MdePkg/Library/PeiServicesLib/PeiServicesLib.inf + PeiServicesTablePointerLib|MdePkg/Library/PeiServicesTablePointerLib/PeiServicesTablePointerLib.inf + HobLib|MdePkg/Library/PeiHobLib/PeiHobLib.inf + MemoryAllocationLib|MdePkg/Library/PeiMemoryAllocationLib/PeiMemoryAllocationLib.inf + PcdLib|MdePkg/Library/PeiPcdLib/PeiPcdLib.inf + ################################################################################################### # # Components Section - list of the modules and components that will be processed by compilation @@ -66,4 +79,5 @@ ################################################################################################### [Components] + FatPkg/FatPei/FatPei.inf FatPkg/EnhancedFatDxe/Fat.inf