VirtualBox

source: vbox/trunk/src/VBox/Devices/EFI/FirmwareNew/OvmfPkg/EnrollDefaultKeys/EnrollDefaultKeys.inf@ 99404

Last change on this file since 99404 was 80721, checked in by vboxsync, 6 years ago

Devices/EFI/FirmwareNew: Start upgrade process to edk2-stable201908 (compiles on Windows and works to some extent), bugref:4643

  • Property svn:eol-style set to native
File size: 1.1 KB
Line 
1## @file
2# Enroll default PK, KEK, db, dbx.
3#
4# Copyright (C) 2014-2019, Red Hat, Inc.
5#
6# SPDX-License-Identifier: BSD-2-Clause-Patent
7##
8
9[Defines]
10 INF_VERSION = 1.28
11 BASE_NAME = EnrollDefaultKeys
12 FILE_GUID = A0BAA8A3-041D-48A8-BC87-C36D121B5E3D
13 MODULE_TYPE = UEFI_APPLICATION
14 VERSION_STRING = 0.1
15 ENTRY_POINT = ShellCEntryLib
16
17[Sources]
18 AuthData.c
19 EnrollDefaultKeys.c
20 EnrollDefaultKeys.h
21
22[Packages]
23 MdeModulePkg/MdeModulePkg.dec
24 MdePkg/MdePkg.dec
25 OvmfPkg/OvmfPkg.dec
26 SecurityPkg/SecurityPkg.dec
27 ShellPkg/ShellPkg.dec
28
29[Guids]
30 gEfiCertPkcs7Guid
31 gEfiCertSha256Guid
32 gEfiCertX509Guid
33 gEfiCustomModeEnableGuid
34 gEfiGlobalVariableGuid
35 gEfiImageSecurityDatabaseGuid
36 gEfiSecureBootEnableDisableGuid
37 gMicrosoftVendorGuid
38 gOvmfPkKek1AppPrefixGuid
39
40[Protocols]
41 gEfiSmbiosProtocolGuid ## CONSUMES
42
43[LibraryClasses]
44 BaseLib
45 BaseMemoryLib
46 DebugLib
47 MemoryAllocationLib
48 PrintLib
49 ShellCEntryLib
50 UefiBootServicesTableLib
51 UefiLib
52 UefiRuntimeServicesTableLib
Note: See TracBrowser for help on using the repository browser.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette