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