X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=blobdiff_plain;f=EdkModulePkg%2FUniversal%2FPCD%2FDxe%2FPcd.msa;h=d920f68e92ff441e4b9f0b3bd3e8748886dad8f3;hp=e1549ecac397e232a17e4abeca46785a2579f90f;hb=26aa0c2ff5254864bb117f172dce4ed3fe2be6be;hpb=15b06e58b0aa3076a9d8cbb2dbe8a2d06b094bbd diff --git a/EdkModulePkg/Universal/PCD/Dxe/Pcd.msa b/EdkModulePkg/Universal/PCD/Dxe/Pcd.msa index e1549ecac3..d920f68e92 100644 --- a/EdkModulePkg/Universal/PCD/Dxe/Pcd.msa +++ b/EdkModulePkg/Universal/PCD/Dxe/Pcd.msa @@ -1,21 +1,13 @@ - - - + + PcdDxe DXE_DRIVER 80CF7257-87AB-47f9-A3FE-D50B76D89541 1.0 - Component description file for DxeIpl module - FIX ME! - Copyright (c) 2004-2006, Intel Corporation + Component description file for PCD service DXE driver. + This DXE driver implement and produce the PCD protocol. + Copyright (c) 2006 - 2007, Intel Corporation All rights reserved. This program and the accompanying materials are licensed and made available under the terms and conditions of the BSD License which accompanies this distribution. The full text of the license may be found at @@ -33,11 +25,9 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.--> BaseLib - + DebugLib - - - HiiLib + Recommended libary Instance is PeiDxeDebugLibReportStatusCode instance in MdePkg. UefiLib @@ -61,32 +51,31 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.--> BaseMemoryLib - DxeRuntimeDriverLib + UefiRuntimeServicesTableLib + Service.h Service.c Pcd.c Pcd.dxs - + - PcdProtocol - - - Variable + gPcdProtocolGuid - - - PcdDataBaseHob - - + + + GUID_EXTENSION + + + DXE_PCD_DRIVER EFI_SPECIFICATION_VERSION 0x00020000 EDK_RELEASE_VERSION 0x00020000 @@ -94,17 +83,17 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.--> - - PcdMaxPeiPcdCallBackNumberPerPcdEntry - gEfiEdkModulePkgTokenSpaceGuid - - - PcdVpdBaseAddress - gEfiEdkModulePkgTokenSpaceGuid - - + gEfiEdkModulePkgTokenSpaceGuid + The base address of the VPD (Vital Product Data) region. It is + normally a region reserved on flash. + + + PcdDxePcdDatabaseTraverseEnabled + gEfiEdkModulePkgTokenSpaceGuid + This feature flag can be used to enable or disable the Pcd DXE database + traverse capability. Disable it can reduce the size of final image generated. \ No newline at end of file