]> git.proxmox.com Git - mirror_edk2.git/blob - SecurityPkg/VariableAuthenticated/Pei/VariablePei.inf
SecurityPkg: INF/DEC file updates to EDK II packages
[mirror_edk2.git] / SecurityPkg / VariableAuthenticated / Pei / VariablePei.inf
1 ## @file
2 # Implements ReadOnly Variable Services required by PEIM and installs PEI ReadOnly Varaiable2 PPI
3 # This module implements ReadOnly Variable Services required by PEIM and installs PEI ReadOnly Varaiable2 PPI.
4 #
5 # Copyright (c) 2009 - 2014, Intel Corporation. All rights reserved.<BR>
6 # This program and the accompanying materials
7 # are licensed and made available under the terms and conditions of the BSD License
8 # which accompanies this distribution. The full text of the license may be found at
9 # http://opensource.org/licenses/bsd-license.php
10 # THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
11 # WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
12 #
13 ##
14
15 [Defines]
16 INF_VERSION = 0x00010005
17 BASE_NAME = PeiVariableAuth
18 MODULE_UNI_FILE = PeiVariableAuth.uni
19 FILE_GUID = B1F7AF2F-2807-478c-A893-2BF4DDD1F62B
20 MODULE_TYPE = PEIM
21 VERSION_STRING = 1.0
22 ENTRY_POINT = PeimInitializeVariableServices
23
24 #
25 # The following information is for reference only and not required by the build tools.
26 #
27 # VALID_ARCHITECTURES = IA32 X64 IPF EBC
28 #
29
30 [Sources]
31 Variable.c
32 Variable.h
33
34 [Packages]
35 MdePkg/MdePkg.dec
36 MdeModulePkg/MdeModulePkg.dec
37 SecurityPkg/SecurityPkg.dec
38
39 [LibraryClasses]
40 BaseMemoryLib
41 PcdLib
42 HobLib
43 PeimEntryPoint
44 DebugLib
45 PeiServicesTablePointerLib
46 PeiServicesLib
47
48 [Guids]
49 ## CONSUMES ## GUID # Variable store header
50 ## SOMETIMES_CONSUMES ## HOB
51 gEfiAuthenticatedVariableGuid
52 ## SOMETIMES_PRODUCES ## HOB
53 ## SOMETIMES_CONSUMES ## HOB
54 gEfiVariableIndexTableGuid
55 gEfiSystemNvDataFvGuid ## SOMETIMES_CONSUMES ## GUID
56 gEdkiiFaultTolerantWriteGuid ## SOMETIMES_CONSUMES ## HOB
57
58 [Ppis]
59 gEfiPeiReadOnlyVariable2PpiGuid ## PRODUCES
60
61 [Pcd]
62 gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageVariableBase ## SOMETIMES_CONSUMES
63 gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageVariableBase64 ## CONSUMES
64 gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageVariableSize ## CONSUMES
65
66 [Depex]
67 gEdkiiFaultTolerantWriteGuid
68
69 # [BootMode]
70 # RECOVERY_FULL ## SOMETIMES_CONSUMES
71
72 [UserExtensions.TianoCore."ExtraFiles"]
73 PeiVariableExtra.uni