]> git.proxmox.com Git - mirror_edk2.git/blame - MdeModulePkg/Universal/Variable/Pei/VariablePei.inf
remedy the ppi comment. This module is always used to produced gEfiPeiReadOnlyVariabl...
[mirror_edk2.git] / MdeModulePkg / Universal / Variable / Pei / VariablePei.inf
CommitLineData
8d3a5c82 1#/** @file\r
8d3a5c82 2#\r
02c57ded 3# Implement ReadOnly Variable Services required by PEIM and install\r
4# PEI ReadOnly Varaiable2 PPI. These services operates the non volatile storage space.\r
8d3a5c82 5#\r
02c57ded 6# Copyright (c) 2006 - 2008, Intel Corporation<BR>\r
8d3a5c82 7# All rights reserved. This program and the accompanying materials\r
8# are licensed and made available under the terms and conditions of the BSD License\r
9# which accompanies this distribution. The full text of the license may be found at\r
10# http://opensource.org/licenses/bsd-license.php\r
02c57ded 11#\r
8d3a5c82 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
8d3a5c82 15#**/\r
16\r
17[Defines]\r
18 INF_VERSION = 0x00010005\r
19 BASE_NAME = PeiVariable\r
20 FILE_GUID = 34C8C28F-B61C-45a2-8F2E-89E46BECC63B\r
21 MODULE_TYPE = PEIM\r
22 VERSION_STRING = 1.0\r
8d3a5c82 23 ENTRY_POINT = PeimInitializeVariableServices\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\r
29#\r
30\r
31[Sources.common]\r
32 Variable.c\r
33 Variable.h\r
34\r
35[Sources.Ia32]\r
36 VariableWorker.c\r
37\r
38[Sources.X64]\r
39 VariableWorker.c\r
40\r
41[Sources.IPF]\r
42 Ipf/VariableWorker.c\r
43\r
44[Sources.EBC]\r
45 VariableWorker.c\r
46\r
47[Packages]\r
48 MdePkg/MdePkg.dec\r
49 MdeModulePkg/MdeModulePkg.dec\r
50\r
51[LibraryClasses]\r
52 BaseMemoryLib\r
53 PcdLib\r
54 HobLib\r
55 PeimEntryPoint\r
56 DebugLib\r
1e8bf441 57 PeiServicesTablePointerLib\r
33479ddf 58 PeiServicesLib\r
8d3a5c82 59\r
60[Ppis]\r
3d3aafc4 61 gEfiPeiReadOnlyVariable2PpiGuid # PPI_ALWAYS_PRODUCED\r
8d3a5c82 62\r
b3af5df6 63[Pcd.common]\r
64 gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageVariableBase\r
518d395c 65 gEfiMdeModulePkgTokenSpaceGuid.PcdMaxVariableSize\r
8d3a5c82 66\r
67[Depex]\r
68 TRUE\r