]> git.proxmox.com Git - mirror_edk2.git/blob - SecurityPkg/VariableAuthenticated/EsalVariableDxeSal/EsalVariableDxeSal.inf
f6eece98d7e5af4c013abf4fa4c2beb9828bae37
[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 HobLib
61
62 [Protocols]
63 gEfiFirmwareVolumeBlockProtocolGuid # PROTOCOL SOMETIMES_CONSUMED
64 gEfiFaultTolerantWriteProtocolGuid # PROTOCOL SOMETIMES_CONSUMED
65
66 [Guids]
67 gEfiGlobalVariableGuid
68 gEfiAuthenticatedVariableGuid
69 gEfiEventVirtualAddressChangeGuid
70 gEfiCertRsa2048Sha256Guid
71 gEfiImageSecurityDatabaseGuid
72
73 [Pcd.common]
74 gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageVariableSize
75 gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageVariableBase
76 gEfiMdeModulePkgTokenSpaceGuid.PcdMaxVariableSize
77 gEfiMdeModulePkgTokenSpaceGuid.PcdMaxHardwareErrorVariableSize
78 gEfiMdeModulePkgTokenSpaceGuid.PcdVariableStoreSize
79 gEfiMdeModulePkgTokenSpaceGuid.PcdHwErrStorageSize
80
81 [FeaturePcd.common]
82 gEfiMdeModulePkgTokenSpaceGuid.PcdVariableCollectStatistics
83
84 [Depex]
85 gEfiExtendedSalFvBlockServicesProtocolGuid AND gEfiFaultTolerantWriteProtocolGuid
86