diff options
Diffstat (limited to 'MdeModulePkg/Core/Pei/PeiMain.inf')
-rw-r--r-- | MdeModulePkg/Core/Pei/PeiMain.inf | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/MdeModulePkg/Core/Pei/PeiMain.inf b/MdeModulePkg/Core/Pei/PeiMain.inf index 647e709417..a954cadeda 100644 --- a/MdeModulePkg/Core/Pei/PeiMain.inf +++ b/MdeModulePkg/Core/Pei/PeiMain.inf @@ -97,6 +97,10 @@ gEfiPeiLoadFilePpiGuid
gEfiPeiSecurity2PpiGuid
+[FixedPcd.common]
+ gEfiMdeModulePkgTokenSpaceGuid.PcdPeiCoreMaxFvSupported
+ gEfiMdeModulePkgTokenSpaceGuid.PcdPeiCoreMaxPeimPerFv
+
[BuildOptions.common]
MSFT:DEBUG_*_IA32_CC_FLAGS = /FAcs
|