-
Notifications
You must be signed in to change notification settings - Fork 133
/
uefi-ntfs.inf
64 lines (56 loc) · 1.47 KB
/
uefi-ntfs.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
## @file
# Component Description File for UEFI:NTFS.
#
# This bootloader attempts to load an NTFS file system driver,
# then mount an NTFS file system residing on the same disk and
# then invokes the relevant UEFI bootloader from the new volume.
#
# Copyright (c) 2021, Pete Batard <pete@akeo.ie>
#
# SPDX-License-Identifier: GPL-2.0-or-later
#
##
[Defines]
INF_VERSION = 0x00010005
BASE_NAME = uefi-ntfs
FILE_GUID = F4C3635A-68DB-4154-953D-A10F9C6C0036
MODULE_TYPE = UEFI_APPLICATION
VERSION_STRING = 1.0
ENTRY_POINT = efi_main
[Sources]
boot.c
path.c
system.c
[Packages]
uefi-ntfs.dec
MdePkg/MdePkg.dec
[LibraryClasses]
BaseMemoryLib
BaseLib
DebugLib
MemoryAllocationLib
UefiApplicationEntryPoint
UefiBootServicesTableLib
UefiLib
UefiRuntimeServicesTableLib
PcdLib
[Guids]
gEfiFileSystemInfoGuid
gEfiFileSystemVolumeLabelInfoIdGuid
gEfiSmbiosTableGuid
gEfiSmbios3TableGuid
[Protocols]
gEfiBlockIoProtocolGuid
gEfiBlockIo2ProtocolGuid
gEfiDevicePathToTextProtocolGuid
gEfiDiskIoProtocolGuid
gEfiDiskIo2ProtocolGuid
gEfiLoadedImageProtocolGuid
gEfiSimpleFileSystemProtocolGuid
gEfiUnicodeCollationProtocolGuid
gEfiUnicodeCollation2ProtocolGuid
[Pcd]
gEfiMdePkgTokenSpaceGuid.PcdUefiVariableDefaultLang
gEfiMdePkgTokenSpaceGuid.PcdUefiVariableDefaultPlatformLang
[BuildOptions]
RELEASE_*_*_CC_FLAGS = -Os -DMDEPKG_NDEBUG -DNDEBUG