X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=blobdiff_plain;f=IntelFrameworkModulePkg%2FIntelFrameworkModulePkg.dec;h=843a73f1466f874bed0bbe0796dec9447e49ebaa;hp=71a2bc8f159d152688476cd972e016f50d036d9c;hb=1c740695b5051039dc26a85832aa8eb1c98dd71e;hpb=a9102619d488c92947605380f00c10e4651f4dc6 diff --git a/IntelFrameworkModulePkg/IntelFrameworkModulePkg.dec b/IntelFrameworkModulePkg/IntelFrameworkModulePkg.dec index 71a2bc8f15..843a73f146 100644 --- a/IntelFrameworkModulePkg/IntelFrameworkModulePkg.dec +++ b/IntelFrameworkModulePkg/IntelFrameworkModulePkg.dec @@ -26,6 +26,17 @@ PACKAGE_GUID = 88894582-7553-4822-B484-624E24B6DECF PACKAGE_VERSION = 0.1 +################################################################################ +# +# Include Section - list of Include Paths that are provided by this package. +# Comments are used for Keywords and Module Types. +# +# Supported Module Types: +# BASE SEC PEI_CORE PEIM DXE_CORE DXE_DRIVER DXE_RUNTIME_DRIVER DXE_SMM_DRIVER DXE_SAL_DRIVER UEFI_DRIVER UEFI_APPLICATION +# +################################################################################ +[Includes.common] + Include # Root include for the package ################################################################################ # @@ -36,6 +47,7 @@ [LibraryClass.common] PciIncompatibleDeviceSupportLib|Include/Library/PciIncompatibleDeviceSupportLib.h OemHookStatusCodeLib|Include/Library/OemHookStatusCodeLib.h + GraphicsLib|Include/Library/GraphicsLib.h @@ -78,11 +90,11 @@ # ################################################################################ -[PcdDynamic.common] +[PcdsDynamic.common] PcdStatusCodeMemorySize|0x00010025|gEfiIntelFrameworkModulePkgTokenSpaceGuid|UINT16|1 PcdStatusCodeRuntimeMemorySize|0x0001002e|gEfiIntelFrameworkModulePkgTokenSpaceGuid|UINT16|4 -[PcdFeatureFlag.common] +[PcdsFeatureFlag.common] PcdStatusCodeUseSerial|0x00010022|gEfiIntelFrameworkModulePkgTokenSpaceGuid|BOOLEAN|FALSE PcdStatusCodeUseMemory|0x00010023|gEfiIntelFrameworkModulePkgTokenSpaceGuid|BOOLEAN|FALSE PcdStatusCodeUseOEM|0x00010024|gEfiIntelFrameworkModulePkgTokenSpaceGuid|BOOLEAN|FALSE @@ -98,11 +110,12 @@ PcdPciVgaEnable|0x0001003a|gEfiIntelFrameworkModulePkgTokenSpaceGuid|BOOLEAN|FALSE PcdPciBusHotplugDeviceSupport|0x0001003d|gEfiIntelFrameworkModulePkgTokenSpaceGuid|BOOLEAN|TRUE -[PcdFixedAtBuild.common] +[PcdsFixedAtBuild.common] PcdStatusCodeMemorySize|0x00010025|gEfiIntelFrameworkModulePkgTokenSpaceGuid|UINT16|1 PcdStatusCodeRuntimeMemorySize|0x0001002e|gEfiIntelFrameworkModulePkgTokenSpaceGuid|UINT16|4 + PcdPciIncompatibleDeviceSupportMask|0x0001003f|gEfiIntelFrameworkModulePkgTokenSpaceGuid|UINT8|0 -[PcdPatchableInModule.common] +[PcdsPatchableInModule.common] PcdStatusCodeMemorySize|0x00010025|gEfiIntelFrameworkModulePkgTokenSpaceGuid|UINT16|1 PcdStatusCodeRuntimeMemorySize|0x0001002e|gEfiIntelFrameworkModulePkgTokenSpaceGuid|UINT16|4