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