]> git.proxmox.com Git - mirror_edk2.git/blame - SecurityPkg/Library/AuthVariableLib/AuthVariableLib.inf
SecurityPkg Tpm2DeviceLibDTpm: Update enum type name to match the one in lib
[mirror_edk2.git] / SecurityPkg / Library / AuthVariableLib / AuthVariableLib.inf
CommitLineData
a6811666
SZ
1## @file\r
2# Provides authenticated variable services.\r
3#\r
98c2d961 4# Copyright (c) 2015 - 2016, Intel Corporation. All rights reserved.<BR>\r
a6811666
SZ
5#\r
6# This program and the accompanying materials\r
7# are licensed and made available under the terms and conditions\r
8# of the BSD License which accompanies this distribution. The\r
9# full text of the license may be found at\r
10# http://opensource.org/licenses/bsd-license.php\r
11#\r
12# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
13# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
14#\r
15##\r
16\r
17[Defines]\r
18 INF_VERSION = 0x00010005\r
19 BASE_NAME = AuthVariableLib\r
20 MODULE_UNI_FILE = AuthVariableLib.uni\r
21 FILE_GUID = B23CF5FB-6FCC-4422-B145-D855DBC05457\r
22 MODULE_TYPE = DXE_RUNTIME_DRIVER\r
23 VERSION_STRING = 1.0\r
24 LIBRARY_CLASS = AuthVariableLib|DXE_RUNTIME_DRIVER DXE_SMM_DRIVER\r
25\r
26#\r
27# The following information is for reference only and not required by the build tools.\r
28#\r
29# VALID_ARCHITECTURES = IA32 X64\r
30#\r
31\r
32[Sources]\r
33 AuthVariableLib.c\r
34 AuthService.c\r
35 AuthServiceInternal.h\r
36\r
37[Packages]\r
38 MdePkg/MdePkg.dec\r
39 MdeModulePkg/MdeModulePkg.dec\r
40 SecurityPkg/SecurityPkg.dec\r
41 CryptoPkg/CryptoPkg.dec\r
42\r
43[LibraryClasses]\r
44 BaseLib\r
45 BaseMemoryLib\r
46 DebugLib\r
47 MemoryAllocationLib\r
48 BaseCryptLib\r
49 PlatformSecureLib\r
50\r
51[Guids]\r
52 ## CONSUMES ## Variable:L"SetupMode"\r
53 ## PRODUCES ## Variable:L"SetupMode"\r
54 ## SOMETIMES_CONSUMES ## Variable:L"PK"\r
55 ## SOMETIMES_CONSUMES ## Variable:L"KEK"\r
56 ## CONSUMES ## Variable:L"SecureBoot"\r
57 ## PRODUCES ## Variable:L"SecureBoot"\r
58 ## CONSUMES ## Variable:L"SignatureSupport"\r
59 ## PRODUCES ## Variable:L"SignatureSupport"\r
60 ## PRODUCES ## Variable:L"VendorKeys"\r
61 gEfiGlobalVariableGuid\r
62\r
63 ## SOMETIMES_CONSUMES ## Variable:L"DB"\r
64 ## SOMETIMES_CONSUMES ## Variable:L"DBX"\r
65 ## SOMETIMES_CONSUMES ## Variable:L"DBT"\r
66 gEfiImageSecurityDatabaseGuid\r
67\r
68 ## CONSUMES ## Variable:L"SecureBootEnable"\r
69 ## PRODUCES ## Variable:L"SecureBootEnable"\r
70 gEfiSecureBootEnableDisableGuid\r
71\r
72 ## CONSUMES ## Variable:L"CustomMode"\r
73 ## PRODUCES ## Variable:L"CustomMode"\r
74 gEfiCustomModeEnableGuid\r
75\r
76 ## CONSUMES ## Variable:L"certdb"\r
98c2d961 77 ## CONSUMES ## Variable:L"certdbv"\r
a6811666 78 ## PRODUCES ## Variable:L"certdb"\r
98c2d961 79 ## PRODUCES ## Variable:L"certdbv"\r
a6811666
SZ
80 gEfiCertDbGuid\r
81\r
82 ## CONSUMES ## Variable:L"VendorKeysNv"\r
83 ## PRODUCES ## Variable:L"VendorKeysNv"\r
84 gEfiVendorKeysNvGuid\r
85\r
e90c57aa
SZ
86 ## CONSUMES ## Variable:L"AuthVarKeyDatabase"\r
87 ## PRODUCES ## Variable:L"AuthVarKeyDatabase"\r
88 gEfiAuthenticatedVariableGuid\r
89\r
a6811666
SZ
90 gEfiCertTypeRsa2048Sha256Guid ## SOMETIMES_CONSUMES ## GUID # Unique ID for the type of the certificate.\r
91 gEfiCertPkcs7Guid ## SOMETIMES_CONSUMES ## GUID # Unique ID for the type of the certificate.\r
92 gEfiCertX509Guid ## SOMETIMES_CONSUMES ## GUID # Unique ID for the type of the signature.\r