]> git.proxmox.com Git - mirror_edk2.git/blame_incremental - MdeModulePkg/Universal/Variable/Pei/VariablePei.inf
1. delete Include/Guid/VariableInfo.h
[mirror_edk2.git] / MdeModulePkg / Universal / Variable / Pei / VariablePei.inf
... / ...
CommitLineData
1#/** @file\r
2#\r
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
5#\r
6# Copyright (c) 2006 - 2008, Intel Corporation<BR>\r
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
11#\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[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
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
57 PeiServicesTablePointerLib\r
58 PeiServicesLib\r
59\r
60[Guids]\r
61 gEfiVariableGuid\r
62\r
63[Ppis]\r
64 gEfiPeiReadOnlyVariable2PpiGuid ## SOMETIMES_PRODUCES (Not for boot mode RECOVERY)\r
65\r
66[Pcd.common]\r
67 gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageVariableBase ## CONSUMES\r
68\r
69[Depex]\r
70 TRUE\r
71\r
72#\r
73# [BootMode]\r
74# RECOVERY ## CONSUMES\r
75#\r
76\r