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 |
4f8ef5ce |
60 | HobLib\r |
0c18794e |
61 | \r |
62 | [Protocols]\r |
63 | gEfiFirmwareVolumeBlockProtocolGuid # PROTOCOL SOMETIMES_CONSUMED\r |
64 | gEfiFaultTolerantWriteProtocolGuid # PROTOCOL SOMETIMES_CONSUMED\r |
65 | \r |
66 | [Guids]\r |
67 | gEfiGlobalVariableGuid\r |
68 | gEfiAuthenticatedVariableGuid\r |
69 | gEfiEventVirtualAddressChangeGuid\r |
70 | gEfiCertRsa2048Sha256Guid\r |
71 | gEfiImageSecurityDatabaseGuid\r |
72 | \r |
73 | [Pcd.common]\r |
74 | gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageVariableSize\r |
75 | gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageVariableBase\r |
76 | gEfiMdeModulePkgTokenSpaceGuid.PcdMaxVariableSize\r |
77 | gEfiMdeModulePkgTokenSpaceGuid.PcdMaxHardwareErrorVariableSize\r |
78 | gEfiMdeModulePkgTokenSpaceGuid.PcdVariableStoreSize\r |
79 | gEfiMdeModulePkgTokenSpaceGuid.PcdHwErrStorageSize\r |
80 | \r |
81 | [FeaturePcd.common]\r |
82 | gEfiMdeModulePkgTokenSpaceGuid.PcdVariableCollectStatistics\r |
83 | \r |
84 | [Depex]\r |
85 | gEfiExtendedSalFvBlockServicesProtocolGuid AND gEfiFaultTolerantWriteProtocolGuid\r |
86 | \r |