-
Notifications
You must be signed in to change notification settings - Fork 3
/
MosbyPkg.inf
72 lines (65 loc) · 1.42 KB
/
MosbyPkg.inf
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
## @file
# MSSB Component description file
#
# This UEFI applucation sets up the certificates and keys for
# Secure Boot ownership for the user.
#
# Copyright (c) 2024, Pete Batard <[email protected]>
#
# SPDX-License-Identifier: GPL-3.0-or-later
#
##
[Defines]
INF_VERSION = 0x00010005
BASE_NAME = Mosby
FILE_GUID = C2803D90-B52D-4A2F-BEAD-23B9169002AB
MODULE_TYPE = UEFI_APPLICATION
VERSION_STRING = 1.0
ENTRY_POINT = efi_main
[Sources]
src/console.c
src/data.c
src/file.c
src/mosby.c
src/pki.c
src/random.c
src/shell.c
src/utf8.c
src/variables.c
[Packages]
MosbyPkg.dec
MdePkg/MdePkg.dec
CryptoPkg/CryptoPkg.dec
[LibraryClasses]
BaseLib
BaseMemoryLib
BaseCryptLib
FileHandleLib
IntrinsicLib
MemoryAllocationLib
OpensslLib
PcdLib
PrintLib
ShellLib
TimeBaseLib
UefiApplicationEntryPoint
UefiBootServicesTableLib
UefiHiiServicesLib
UefiLib
UefiRuntimeServicesTableLib
PlatformPKProtectionLib
SecureBootVariableLib
[Guids]
gEfiCertPkcs7Guid
gEfiCertX509Guid
gEfiGlobalVariableGuid
gEfiImageSecurityDatabaseGuid
gEfiFileInfoGuid
gEfiFileSystemInfoGuid
[Protocols]
gEfiLoadedImageProtocolGuid
gEfiSimpleFileSystemProtocolGuid
gEfiRngProtocolGuid
[Pcd]
gEfiMdePkgTokenSpaceGuid.PcdUefiVariableDefaultLang
gEfiMdePkgTokenSpaceGuid.PcdUefiVariableDefaultPlatformLang