]> git.proxmox.com Git - mirror_edk2.git/blob - MdeModulePkg/Universal/Variable/Pei/VariablePei.inf
1. delete Include/Guid/VariableInfo.h
[mirror_edk2.git] / MdeModulePkg / Universal / Variable / Pei / VariablePei.inf
1 #/** @file
2 #
3 # Implement ReadOnly Variable Services required by PEIM and install
4 # PEI ReadOnly Varaiable2 PPI. These services operates the non-volatile storage space.
5 #
6 # Copyright (c) 2006 - 2008, Intel Corporation<BR>
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 #
12 # THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
13 # WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
14 #
15 #**/
16
17 [Defines]
18 INF_VERSION = 0x00010005
19 BASE_NAME = PeiVariable
20 FILE_GUID = 34C8C28F-B61C-45a2-8F2E-89E46BECC63B
21 MODULE_TYPE = PEIM
22 VERSION_STRING = 1.0
23 ENTRY_POINT = PeimInitializeVariableServices
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
29 #
30
31 [Sources.common]
32 Variable.c
33 Variable.h
34
35 [Sources.Ia32]
36 VariableWorker.c
37
38 [Sources.X64]
39 VariableWorker.c
40
41 [Sources.IPF]
42 Ipf/VariableWorker.c
43
44 [Sources.EBC]
45 VariableWorker.c
46
47 [Packages]
48 MdePkg/MdePkg.dec
49 MdeModulePkg/MdeModulePkg.dec
50
51 [LibraryClasses]
52 BaseMemoryLib
53 PcdLib
54 HobLib
55 PeimEntryPoint
56 DebugLib
57 PeiServicesTablePointerLib
58 PeiServicesLib
59
60 [Guids]
61 gEfiVariableGuid
62
63 [Ppis]
64 gEfiPeiReadOnlyVariable2PpiGuid ## SOMETIMES_PRODUCES (Not for boot mode RECOVERY)
65
66 [Pcd.common]
67 gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageVariableBase ## CONSUMES
68
69 [Depex]
70 TRUE
71
72 #
73 # [BootMode]
74 # RECOVERY ## CONSUMES
75 #
76