]> git.proxmox.com Git - mirror_edk2.git/blob - SecurityPkg/VariableAuthenticated/Pei/VariablePei.inf
Update Module BaseName to avoid the same name.
[mirror_edk2.git] / SecurityPkg / VariableAuthenticated / Pei / VariablePei.inf
1 ## @file
2 # The component description for PEI variable driver.
3 #
4 # Copyright (c) 2009 - 2014, 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 = PeiVariableAuth
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 gEfiSystemNvDataFvGuid
50 gEdkiiFaultTolerantWriteGuid
51
52 [Ppis]
53 gEfiPeiReadOnlyVariable2PpiGuid ## PRODUCES
54
55 [Pcd]
56 gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageVariableBase ## CONSUMES
57 gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageVariableBase64 ## CONSUMES
58 gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageVariableSize ## CONSUMES
59
60 [Depex]
61 gEdkiiFaultTolerantWriteGuid
62
63 #
64 # [BootMode]
65 # RECOVERY ## CONSUMES
66 #
67