]> git.proxmox.com Git - mirror_edk2.git/blame_incremental - SecurityPkg/VariableAuthenticated/Pei/VariablePei.inf
Change IPF version AuthVariable driver to support multiple-platform feature.
[mirror_edk2.git] / SecurityPkg / VariableAuthenticated / Pei / VariablePei.inf
... / ...
CommitLineData
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
49\r
50[Ppis]\r
51 gEfiPeiReadOnlyVariable2PpiGuid ## SOMETIMES_PRODUCES (Not for boot mode RECOVERY)\r
52\r
53[Pcd]\r
54 gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageVariableBase ## CONSUMES\r
55 gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageVariableBase64 ## CONSUMES\r
56\r
57[Depex]\r
58 TRUE\r
59\r
60#\r
61# [BootMode]\r
62# RECOVERY ## CONSUMES\r
63#\r
64\r