]> git.proxmox.com Git - mirror_edk2.git/blame - SecurityPkg/VariableAuthenticated/EsalVariableDxeSal/EsalVariableDxeSal.inf
Update PI Service Table Versions per PI 1.2 Errata C.
[mirror_edk2.git] / SecurityPkg / VariableAuthenticated / EsalVariableDxeSal / EsalVariableDxeSal.inf
CommitLineData
0c18794e 1## @file\r
2# Component description file for Extended SAL authentication variable \r
3# service module.\r
4#\r
5# Copyright (c) 2009 - 2011, Intel Corporation. All rights reserved.<BR>\r
6# This program and the accompanying materials\r
7# are licensed and made available under the terms and conditions of the BSD License\r
8# which accompanies this distribution. The full text of the license may be found at\r
9# http://opensource.org/licenses/bsd-license.php\r
10# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
11# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
12#\r
13##\r
14\r
15[Defines]\r
16 INF_VERSION = 0x00010005\r
17 BASE_NAME = EsalVariableDxeSal\r
18 FILE_GUID = 14610837-4E97-4427-96E0-21D9B2956996\r
19 MODULE_TYPE = DXE_SAL_DRIVER\r
20 VERSION_STRING = 1.0\r
21\r
22 ENTRY_POINT = VariableServiceInitialize\r
23\r
24#\r
25# The following information is for reference only and not required by the build tools.\r
26#\r
27# VALID_ARCHITECTURES = IPF\r
28#\r
29# VIRTUAL_ADDRESS_MAP_CALLBACK = VariableClassAddressChangeEvent \r
30#\r
31\r
32[Sources.common]\r
33 InitVariable.c\r
34 Reclaim.c\r
35 Variable.c\r
36 Variable.h\r
37 AuthService.c\r
38 AuthService.h\r
39\r
40[Packages]\r
41 MdePkg/MdePkg.dec\r
42 MdeModulePkg/MdeModulePkg.dec\r
43 CryptoPkg/CryptoPkg.dec\r
44 SecurityPkg/SecurityPkg.dec\r
45\r
46[LibraryClasses]\r
47 MemoryAllocationLib\r
48 BaseLib\r
49 SynchronizationLib\r
50 UefiLib\r
51 UefiBootServicesTableLib\r
52 BaseMemoryLib\r
53 DebugLib\r
54 UefiRuntimeLib\r
55 DxeServicesTableLib\r
56 UefiDriverEntryPoint\r
57 PcdLib\r
58 ExtendedSalLib\r
59 BaseCryptLib\r
60\r
61[Protocols]\r
62 gEfiFirmwareVolumeBlockProtocolGuid # PROTOCOL SOMETIMES_CONSUMED\r
63 gEfiFaultTolerantWriteProtocolGuid # PROTOCOL SOMETIMES_CONSUMED\r
64\r
65[Guids]\r
66 gEfiGlobalVariableGuid\r
67 gEfiAuthenticatedVariableGuid\r
68 gEfiEventVirtualAddressChangeGuid\r
69 gEfiCertRsa2048Sha256Guid\r
70 gEfiImageSecurityDatabaseGuid\r
71\r
72[Pcd.common]\r
73 gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageVariableSize\r
74 gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageVariableBase\r
75 gEfiMdeModulePkgTokenSpaceGuid.PcdMaxVariableSize\r
76 gEfiMdeModulePkgTokenSpaceGuid.PcdMaxHardwareErrorVariableSize\r
77 gEfiMdeModulePkgTokenSpaceGuid.PcdVariableStoreSize\r
78 gEfiMdeModulePkgTokenSpaceGuid.PcdHwErrStorageSize\r
79\r
80[FeaturePcd.common]\r
81 gEfiMdeModulePkgTokenSpaceGuid.PcdVariableCollectStatistics\r
82\r
83[Depex]\r
84 gEfiExtendedSalFvBlockServicesProtocolGuid AND gEfiFaultTolerantWriteProtocolGuid\r
85 \r