]> git.proxmox.com Git - mirror_edk2.git/blob - SecurityPkg/VariableAuthenticated/Pei/VariablePei.inf
Add security package to repository.
[mirror_edk2.git] / SecurityPkg / VariableAuthenticated / Pei / VariablePei.inf
1 ## @file
2 # The component description for PEI variable driver.
3 #
4 # Copyright (c) 2009 - 2011, Intel Corporation. All rights reserved.<BR>
5 # This program and the accompanying materials
6 # are licensed and made available under the terms and conditions of the BSD License
7 # which accompanies this distribution. The full text of the license may be found at
8 # http://opensource.org/licenses/bsd-license.php
9 # THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
10 # WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
11 #
12 ##
13
14 [Defines]
15 INF_VERSION = 0x00010005
16 BASE_NAME = PeiVariable
17 FILE_GUID = B1F7AF2F-2807-478c-A893-2BF4DDD1F62B
18 MODULE_TYPE = PEIM
19 VERSION_STRING = 1.0
20 ENTRY_POINT = PeimInitializeVariableServices
21
22 #
23 # The following information is for reference only and not required by the build tools.
24 #
25 # VALID_ARCHITECTURES = IA32 X64 IPF EBC
26 #
27
28 [Sources]
29 Variable.c
30 Variable.h
31
32 [Packages]
33 MdePkg/MdePkg.dec
34 MdeModulePkg/MdeModulePkg.dec
35 SecurityPkg/SecurityPkg.dec
36
37 [LibraryClasses]
38 BaseMemoryLib
39 PcdLib
40 HobLib
41 PeimEntryPoint
42 DebugLib
43 PeiServicesTablePointerLib
44 PeiServicesLib
45
46 [Guids]
47 gEfiAuthenticatedVariableGuid
48 gEfiVariableIndexTableGuid
49
50 [Ppis]
51 gEfiPeiReadOnlyVariable2PpiGuid ## SOMETIMES_PRODUCES (Not for boot mode RECOVERY)
52
53 [Pcd]
54 gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageVariableBase ## CONSUMES
55 gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageVariableBase64 ## CONSUMES
56
57 [Depex]
58 TRUE
59
60 #
61 # [BootMode]
62 # RECOVERY ## CONSUMES
63 #
64