]> git.proxmox.com Git - mirror_edk2.git/blob - SecurityPkg/EnrollFromDefaultKeysApp/EnrollFromDefaultKeysApp.inf
SecurityPkg: Apply uncrustify changes
[mirror_edk2.git] / SecurityPkg / EnrollFromDefaultKeysApp / EnrollFromDefaultKeysApp.inf
1 ## @file
2 # Enroll PK, KEK, db, dbx from Default variables
3 #
4 # Copyright (c) 2021, ARM Ltd. All rights reserved.<BR>
5 # Copyright (c) 2021, Semihalf All rights reserved.<BR>
6 # SPDX-License-Identifier: BSD-2-Clause-Patent
7 ##
8
9 [Defines]
10 INF_VERSION = 1.28
11 BASE_NAME = EnrollFromDefaultKeysApp
12 FILE_GUID = 6F18CB2F-1293-4BC1-ABB8-35F84C71812E
13 MODULE_TYPE = UEFI_APPLICATION
14 VERSION_STRING = 0.1
15 ENTRY_POINT = UefiMain
16
17 [Sources]
18 EnrollFromDefaultKeysApp.c
19
20 [Packages]
21 MdeModulePkg/MdeModulePkg.dec
22 MdePkg/MdePkg.dec
23 SecurityPkg/SecurityPkg.dec
24
25 [Guids]
26 gEfiCertPkcs7Guid
27 gEfiCertSha256Guid
28 gEfiCertX509Guid
29 gEfiCustomModeEnableGuid
30 gEfiGlobalVariableGuid
31 gEfiImageSecurityDatabaseGuid
32 gEfiSecureBootEnableDisableGuid
33
34 [Protocols]
35 gEfiSmbiosProtocolGuid ## CONSUMES
36
37 [LibraryClasses]
38 BaseLib
39 BaseMemoryLib
40 DebugLib
41 MemoryAllocationLib
42 PrintLib
43 UefiApplicationEntryPoint
44 UefiBootServicesTableLib
45 UefiLib
46 UefiRuntimeServicesTableLib
47 SecureBootVariableLib
48 SecureBootVariableProvisionLib