]> git.proxmox.com Git - mirror_edk2.git/blob - MdeModulePkg/Universal/PCD/Pei/Pcd.inf
Retire TCG platform protocol, which will be replaced by PI Security Architecture...
[mirror_edk2.git] / MdeModulePkg / Universal / PCD / Pei / Pcd.inf
1 #/** @file
2 # PCD PEIM produces PCD database to manage all dynamic PCD in PEI phase and install Pcd Ppi service.
3 #
4 # Copyright (c) 2006 - 2008, Intel Corporation
5 #
6 # All rights reserved. This program and the accompanying materials
7 # are licensed and made available under the terms and conditions of the BSD License
8 # which accompanies this distribution. The full text of the license may be found at
9 # http://opensource.org/licenses/bsd-license.php
10 # THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
11 # WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
12 #
13 #
14 #**/
15
16 [Defines]
17 INF_VERSION = 0x00010005
18 BASE_NAME = PcdPeim
19 FILE_GUID = 9B3ADA4F-AE56-4c24-8DEA-F03B7558AE50
20 MODULE_TYPE = PEIM
21 VERSION_STRING = 1.0
22 PCD_IS_DRIVER = PEI_PCD_DRIVER
23 ENTRY_POINT = PcdPeimInit
24
25 #
26 # The following information is for reference only and not required by the build tools.
27 #
28 # VALID_ARCHITECTURES = IA32 X64 IPF EBC (EBC is for build only)
29 #
30
31 [Sources.common]
32 Service.c
33 Service.h
34 Pcd.c
35
36 [Packages]
37 MdePkg/MdePkg.dec
38 MdeModulePkg/MdeModulePkg.dec
39
40 [LibraryClasses]
41 BaseMemoryLib
42 PcdLib
43 PeiServicesLib
44 HobLib
45 BaseLib
46 PeimEntryPoint
47 DebugLib
48
49 [Guids]
50 gPcdDataBaseHobGuid ## PRODUCES ## Hob
51 gPcdDataBaseHobGuid ## CONSUMES ## Hob
52
53 [Ppis]
54 gEfiPeiReadOnlyVariable2PpiGuid ## CONSUMES
55 gPcdPpiGuid ## PRODUCES
56
57 [FeaturePcd]
58 gEfiMdeModulePkgTokenSpaceGuid.PcdPeiFullPcdDatabaseEnable
59
60 [FixedPcd]
61 gEfiMdeModulePkgTokenSpaceGuid.PcdVpdBaseAddress
62 gEfiMdeModulePkgTokenSpaceGuid.PcdMaxPeiPcdCallBackNumberPerPcdEntry || PcdPeiFullPcdDatabaseEnable
63
64 [Depex]
65 TRUE
66