]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdeModulePkg/Universal/PCD/Dxe/Pcd.inf
Fix typo in meta data.
[mirror_edk2.git] / MdeModulePkg / Universal / PCD / Dxe / Pcd.inf
index f5502e5028f5be4ea6d7110baa48aec4ac4b2b5e..7695b848827102dd3114758acb215da50c01c9cc 100644 (file)
@@ -1,7 +1,8 @@
 #/** @file\r
-# Component description file for PCD service DXE driver.\r
+# PCD DXE driver manage database contains all dynamic PCD entries initialized in \r
+# PEI phase, DXE phase and produce the implementation of PCD protocol.\r
+# PCD database structure is generated at autogen.h/autogen.c in build time.\r
 #\r
-# This DXE driver implement and produce the PCD protocol.\r
 # Copyright (c) 2006 - 2007, Intel Corporation\r
 #\r
 #  All rights reserved. This program and the accompanying materials\r
 #\r
 #**/\r
 \r
-################################################################################\r
-#\r
-# Defines Section - statements that will be processed to create a Makefile.\r
-#\r
-################################################################################\r
 [Defines]\r
   INF_VERSION                    = 0x00010005\r
   BASE_NAME                      = PcdDxe\r
@@ -26,9 +22,6 @@
   MODULE_TYPE                    = DXE_DRIVER\r
   VERSION_STRING                 = 1.0\r
   PCD_IS_DRIVER                  = DXE_PCD_DRIVER\r
-  EDK_RELEASE_VERSION            = 0x00020000\r
-  EFI_SPECIFICATION_VERSION      = 0x00020000\r
-\r
   ENTRY_POINT                    = PcdDxeInit\r
 \r
 #\r
 #  VALID_ARCHITECTURES           = IA32 X64 IPF EBC\r
 #\r
 \r
-################################################################################\r
-#\r
-# Sources Section - list of files that are required for the build to succeed.\r
-#\r
-################################################################################\r
-\r
 [Sources.common]\r
   Pcd.c\r
   Service.c\r
   Service.h\r
-  CommonHeader.h\r
-\r
-\r
-################################################################################\r
-#\r
-# Package Dependency Section - list of Package files that are required for\r
-#                              this module.\r
-#\r
-################################################################################\r
 \r
 [Packages]\r
   MdePkg/MdePkg.dec\r
   MdeModulePkg/MdeModulePkg.dec\r
 \r
-\r
-################################################################################\r
-#\r
-# Library Class Section - list of Library Classes that are required for\r
-#                         this module.\r
-#\r
-################################################################################\r
-\r
 [LibraryClasses]\r
   UefiRuntimeServicesTableLib\r
   BaseMemoryLib\r
   UefiBootServicesTableLib\r
   MemoryAllocationLib\r
   HobLib\r
-  PcdLib\r
   UefiDriverEntryPoint\r
   UefiLib\r
   DebugLib\r
   BaseLib\r
-\r
-\r
-################################################################################\r
-#\r
-# Guid C Name Section - list of Guids that this module uses or produces.\r
-#\r
-################################################################################\r
+  PcdLib\r
 \r
 [Guids]\r
-  gPcdDataBaseHobGuid                           # ALWAYS_CONSUMED  Hob: GUID_EXTENSION\r
-\r
-\r
-################################################################################\r
-#\r
-# Protocol C Name Section - list of Protocol and Protocol Notify C Names\r
-#                           that this module uses or produces.\r
-#\r
-################################################################################\r
+  gPcdDataBaseHobGuid                           # ALWAYS_CONSUMES  Hob: GUID_EXTENSION\r
 \r
 [Protocols]\r
-  gPcdProtocolGuid                              # PROTOCOL ALWAYS_PRODUCED\r
-\r
-\r
-################################################################################\r
-#\r
-# Pcd FEATURE_FLAG - list of PCDs that this module is coded for.\r
-#\r
-################################################################################\r
-\r
-[PcdsFeatureFlag.common]\r
-  PcdDxePcdDatabaseTraverseEnabled|gEfiMdeModulePkgTokenSpaceGuid\r
-\r
+  gPcdProtocolGuid                              # PROTOCOL ALWAYS_PRODUCES\r
 \r
-################################################################################\r
-#\r
-# Pcd FIXED_AT_BUILD - list of PCDs that this module is coded for.\r
-#\r
-################################################################################\r
+[FeaturePcd.common]\r
+  gEfiMdeModulePkgTokenSpaceGuid.PcdDxePcdDatabaseTraverseEnabled\r
 \r
-[PcdsFixedAtBuild.common]\r
-  PcdVpdBaseAddress|gEfiMdeModulePkgTokenSpaceGuid\r
-\r
-\r
-################################################################################\r
-#\r
-# Dependency Expression Section - list of Dependency expressions that are required for\r
-#                              this module.\r
-#\r
-################################################################################\r
+[FixedPcd.common]\r
+  gEfiMdeModulePkgTokenSpaceGuid.PcdVpdBaseAddress\r
 \r
 [Depex]\r
   TRUE\r