X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=blobdiff_plain;f=MdeModulePkg%2FUniversal%2FPCD%2FDxe%2FPcd.inf;h=ce78517a0caece28f765ce38d3a28aa6d2e007ff;hp=6b4103566edbea1dd54f86e40feb6bd8b39332a6;hb=e5e12de7d0a67111060c77723df39885c91a8ea5;hpb=80408db0ca4e3d40b37c0f3a710ad4828e26f5f4 diff --git a/MdeModulePkg/Universal/PCD/Dxe/Pcd.inf b/MdeModulePkg/Universal/PCD/Dxe/Pcd.inf index 6b4103566e..ce78517a0c 100644 --- a/MdeModulePkg/Universal/PCD/Dxe/Pcd.inf +++ b/MdeModulePkg/Universal/PCD/Dxe/Pcd.inf @@ -14,18 +14,13 @@ # #**/ -################################################################################ -# -# Defines Section - statements that will be processed to create a Makefile. -# -################################################################################ [Defines] INF_VERSION = 0x00010005 BASE_NAME = PcdDxe FILE_GUID = 80CF7257-87AB-47f9-A3FE-D50B76D89541 MODULE_TYPE = DXE_DRIVER VERSION_STRING = 1.0 - PCD_DRIVER = DXE_PCD_DRIVER + PCD_IS_DRIVER = DXE_PCD_DRIVER EDK_RELEASE_VERSION = 0x00020000 EFI_SPECIFICATION_VERSION = 0x00020000 @@ -37,37 +32,13 @@ # VALID_ARCHITECTURES = IA32 X64 IPF EBC # -################################################################################ -# -# Sources Section - list of files that are required for the build to succeed. -# -################################################################################ - [Sources.common] Pcd.c Service.c Service.h - CommonHeader.h - - -################################################################################ -# -# Package Dependency Section - list of Package files that are required for -# this module. -# -################################################################################ [Packages] MdePkg/MdePkg.dec - MdeModulePkg/MdeModulePkg.dec - - -################################################################################ -# -# Library Class Section - list of Library Classes that are required for -# this module. -# -################################################################################ [LibraryClasses] UefiRuntimeServicesTableLib @@ -75,60 +46,23 @@ UefiBootServicesTableLib MemoryAllocationLib HobLib - PcdLib UefiDriverEntryPoint UefiLib DebugLib BaseLib - - -################################################################################ -# -# Guid C Name Section - list of Guids that this module uses or produces. -# -################################################################################ + PcdLib [Guids] gPcdDataBaseHobGuid # ALWAYS_CONSUMED Hob: GUID_EXTENSION - -################################################################################ -# -# Protocol C Name Section - list of Protocol and Protocol Notify C Names -# that this module uses or produces. -# -################################################################################ - [Protocols] gPcdProtocolGuid # PROTOCOL ALWAYS_PRODUCED - -################################################################################ -# -# Pcd FEATURE_FLAG - list of PCDs that this module is coded for. -# -################################################################################ - [PcdsFeatureFlag.common] - PcdDxePcdDatabaseTraverseEnabled|gEfiEdkModulePkgTokenSpaceGuid - - -################################################################################ -# -# Pcd FIXED_AT_BUILD - list of PCDs that this module is coded for. -# -################################################################################ + PcdDxePcdDatabaseTraverseEnabled|gEfiMdeModulePkgTokenSpaceGuid [PcdsFixedAtBuild.common] - PcdVpdBaseAddress|gEfiEdkModulePkgTokenSpaceGuid - - -################################################################################ -# -# Dependency Expression Section - list of Dependency expressions that are required for -# this module. -# -################################################################################ + PcdVpdBaseAddress|gEfiMdeModulePkgTokenSpaceGuid [Depex] TRUE