]> git.proxmox.com Git - mirror_edk2.git/blame - MdeModulePkg/Universal/PCD/Dxe/Pcd.inf
Correct typo in comments, clean IfrSupportLib.h
[mirror_edk2.git] / MdeModulePkg / Universal / PCD / Dxe / Pcd.inf
CommitLineData
80408db0 1#/** @file\r
2621e6ca 2# PCD DXE driver manage database contains all dynamic PCD entries initialized in \r
3# PEI phase, DXE phase and produce the implementation of PCD protocol.\r
4# PCD database structure is generated at autogen.h/autogen.c in build time.\r
80408db0 5#\r
b9982883 6# Copyright (c) 2006 - 2009, Intel Corporation\r
80408db0 7#\r
8# All rights reserved. This program and the accompanying materials\r
9# are licensed and made available under the terms and conditions of the BSD License\r
10# which accompanies this distribution. The full text of the license may be found at\r
11# http://opensource.org/licenses/bsd-license.php\r
12# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
13# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
14#\r
15#\r
16#**/\r
17\r
80408db0 18[Defines]\r
19 INF_VERSION = 0x00010005\r
20 BASE_NAME = PcdDxe\r
21 FILE_GUID = 80CF7257-87AB-47f9-A3FE-D50B76D89541\r
22 MODULE_TYPE = DXE_DRIVER\r
23 VERSION_STRING = 1.0\r
be82f9ff 24 PCD_IS_DRIVER = DXE_PCD_DRIVER\r
80408db0 25 ENTRY_POINT = PcdDxeInit\r
26\r
27#\r
28# The following information is for reference only and not required by the build tools.\r
29#\r
30# VALID_ARCHITECTURES = IA32 X64 IPF EBC\r
31#\r
32\r
80408db0 33[Sources.common]\r
34 Pcd.c\r
35 Service.c\r
36 Service.h\r
80408db0 37\r
38[Packages]\r
39 MdePkg/MdePkg.dec\r
e75fe0eb 40 MdeModulePkg/MdeModulePkg.dec\r
80408db0 41\r
42[LibraryClasses]\r
43 UefiRuntimeServicesTableLib\r
44 BaseMemoryLib\r
45 UefiBootServicesTableLib\r
46 MemoryAllocationLib\r
47 HobLib\r
80408db0 48 UefiDriverEntryPoint\r
49 UefiLib\r
50 DebugLib\r
51 BaseLib\r
cba9012a 52 PcdLib\r
80408db0 53\r
80408db0 54[Guids]\r
b9982883 55 gPcdDataBaseHobGuid ## CONSUMES ## Hob: GUID_EXTENSION\r
80408db0 56\r
80408db0 57[Protocols]\r
b9982883 58 gPcdProtocolGuid ## PRODUCES\r
80408db0 59\r
b3af5df6 60[FeaturePcd.common]\r
61 gEfiMdeModulePkgTokenSpaceGuid.PcdDxePcdDatabaseTraverseEnabled\r
80408db0 62\r
b3af5df6 63[FixedPcd.common]\r
64 gEfiMdeModulePkgTokenSpaceGuid.PcdVpdBaseAddress\r
80408db0 65\r
80408db0 66[Depex]\r
67 TRUE\r
68\r