X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=blobdiff_plain;f=MdeModulePkg%2FUniversal%2FPCD%2FDxe%2FPcd.inf;h=ce78517a0caece28f765ce38d3a28aa6d2e007ff;hp=df39c1fc3a77ec7045a230e3b7381a97c9bed9a2;hb=e5e12de7d0a67111060c77723df39885c91a8ea5;hpb=be82f9ff2bd9251b2092f86debc13983621562b0 diff --git a/MdeModulePkg/Universal/PCD/Dxe/Pcd.inf b/MdeModulePkg/Universal/PCD/Dxe/Pcd.inf index df39c1fc3a..ce78517a0c 100644 --- a/MdeModulePkg/Universal/PCD/Dxe/Pcd.inf +++ b/MdeModulePkg/Universal/PCD/Dxe/Pcd.inf @@ -14,11 +14,6 @@ # #**/ -################################################################################ -# -# Defines Section - statements that will be processed to create a Makefile. -# -################################################################################ [Defines] INF_VERSION = 0x00010005 BASE_NAME = PcdDxe @@ -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