]> git.proxmox.com Git - mirror_edk2.git/blame_incremental - MdeModulePkg/Universal/PCD/Dxe/Pcd.inf
Fix check error.
[mirror_edk2.git] / MdeModulePkg / Universal / PCD / Dxe / Pcd.inf
... / ...
CommitLineData
1#/** @file\r
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
5#\r
6# Copyright (c) 2006 - 2009, Intel Corporation\r
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
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
24 PCD_IS_DRIVER = DXE_PCD_DRIVER\r
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
33[Sources.common]\r
34 Pcd.c\r
35 Service.c\r
36 Service.h\r
37\r
38[Packages]\r
39 MdePkg/MdePkg.dec\r
40 MdeModulePkg/MdeModulePkg.dec\r
41\r
42[LibraryClasses]\r
43 UefiRuntimeServicesTableLib\r
44 BaseMemoryLib\r
45 UefiBootServicesTableLib\r
46 MemoryAllocationLib\r
47 HobLib\r
48 UefiDriverEntryPoint\r
49 UefiLib\r
50 DebugLib\r
51 BaseLib\r
52 PcdLib\r
53\r
54[Guids]\r
55 gPcdDataBaseHobGuid ## CONSUMES ## Hob: GUID_EXTENSION\r
56\r
57[Protocols]\r
58 gPcdProtocolGuid ## PRODUCES\r
59\r
60[FixedPcd.common]\r
61 gEfiMdeModulePkgTokenSpaceGuid.PcdVpdBaseAddress\r
62\r
63[Depex]\r
64 TRUE\r
65\r