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