]> git.proxmox.com Git - mirror_edk2.git/blob - MdeModulePkg/Universal/Variable/Pei/VariablePei.inf
1. Correct File header to ## @file
[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 - 2010, 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]
32 Variable.c
33 Variable.h
34
35 [Packages]
36 MdePkg/MdePkg.dec
37 MdeModulePkg/MdeModulePkg.dec
38
39 [LibraryClasses]
40 BaseMemoryLib
41 PcdLib
42 HobLib
43 PeimEntryPoint
44 DebugLib
45 PeiServicesTablePointerLib
46 PeiServicesLib
47
48 [Guids]
49 gEfiVariableGuid
50
51 [Ppis]
52 gEfiPeiReadOnlyVariable2PpiGuid ## SOMETIMES_PRODUCES (Not for boot mode RECOVERY)
53
54 [Pcd]
55 gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageVariableBase ## CONSUMES
56
57 [Depex]
58 TRUE
59
60 #
61 # [BootMode]
62 # RECOVERY ## CONSUMES
63 #
64