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