The GUID 77FA9ABD-0359-4D32-BD60-28F4E78F784B is specified in MSDN, at <https://msdn.microsoft.com/en-us/ie/dn932805(v=vs.94)>, therefore it deserves an entry in the package DEC file, and a header file under "Include/Guid". (Arguably, this GUID declaration / definition could even live under SecurityPkg, but the edk2 tradition has been to hoist GUIDs, protocols/PPIs, and lib classes from OvmfPkg to a core package only when dependent C code is added to the core package.) Cc: Anthony Perard <anthony.perard@citrix.com> Cc: Ard Biesheuvel <ard.biesheuvel@linaro.org> Cc: Jordan Justen <jordan.l.justen@intel.com> Cc: Julien Grall <julien.grall@arm.com> Bugzilla: https://bugzilla.tianocore.org/show_bug.cgi?id=1747 Signed-off-by: Laszlo Ersek <lersek@redhat.com> Reviewed-by: Philippe Mathieu-Daude <philmd@redhat.com> Acked-by: Ard Biesheuvel <ard.biesheuvel@linaro.org> Reviewed-by: Gary Lin <glin@suse.com>
46 lines
1.0 KiB
INI
46 lines
1.0 KiB
INI
## @file
|
|
# Enroll default PK, KEK, db, dbx.
|
|
#
|
|
# Copyright (C) 2014-2019, Red Hat, Inc.
|
|
#
|
|
# SPDX-License-Identifier: BSD-2-Clause-Patent
|
|
##
|
|
|
|
[Defines]
|
|
INF_VERSION = 1.28
|
|
BASE_NAME = EnrollDefaultKeys
|
|
FILE_GUID = A0BAA8A3-041D-48A8-BC87-C36D121B5E3D
|
|
MODULE_TYPE = UEFI_APPLICATION
|
|
VERSION_STRING = 0.1
|
|
ENTRY_POINT = ShellCEntryLib
|
|
|
|
[Sources]
|
|
AuthData.c
|
|
EnrollDefaultKeys.c
|
|
EnrollDefaultKeys.h
|
|
|
|
[Packages]
|
|
MdeModulePkg/MdeModulePkg.dec
|
|
MdePkg/MdePkg.dec
|
|
OvmfPkg/OvmfPkg.dec
|
|
SecurityPkg/SecurityPkg.dec
|
|
ShellPkg/ShellPkg.dec
|
|
|
|
[Guids]
|
|
gEfiCertPkcs7Guid
|
|
gEfiCertSha256Guid
|
|
gEfiCertX509Guid
|
|
gEfiCustomModeEnableGuid
|
|
gEfiGlobalVariableGuid
|
|
gEfiImageSecurityDatabaseGuid
|
|
gEfiSecureBootEnableDisableGuid
|
|
gMicrosoftVendorGuid
|
|
|
|
[LibraryClasses]
|
|
BaseMemoryLib
|
|
DebugLib
|
|
MemoryAllocationLib
|
|
ShellCEntryLib
|
|
UefiLib
|
|
UefiRuntimeServicesTableLib
|