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