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