]> glassweightruler.freedombox.rocks Git - Ventoy.git/blob - EDK2/edk2_mod/edk2-edk2-stable201911/MdeModulePkg/Application/VtoyUtil/VtoyUtil.inf
1.0.16 release
[Ventoy.git] / EDK2 / edk2_mod / edk2-edk2-stable201911 / MdeModulePkg / Application / VtoyUtil / VtoyUtil.inf
1 #************************************************************************************
2 # Copyright (c) 2020, longpanda <admin@ventoy.net>
3 #
4 # This program is free software; you can redistribute it and/or
5 # modify it under the terms of the GNU General Public License as
6 # published by the Free Software Foundation; either version 3 of the
7 # License, or (at your option) any later version.
8 #
9 # This program is distributed in the hope that it will be useful, but
10 # WITHOUT ANY WARRANTY; without even the implied warranty of
11 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
12 # General Public License for more details.
13 #
14 # You should have received a copy of the GNU General Public License
15 # along with this program; if not, see <http://www.gnu.org/licenses/>.
16 #
17 #************************************************************************************
18
19 [Defines]
20 INF_VERSION = 0x00010005
21 BASE_NAME = VtoyUtil
22 FILE_GUID = a43466a0-68c6-469d-ba4b-678bbe90bc47
23 MODULE_TYPE = UEFI_APPLICATION
24 VERSION_STRING = 1.0
25 ENTRY_POINT = VtoyUtilEfiMain
26
27
28 [Sources]
29 VtoyUtil.h
30 VtoyUtil.c
31 Memhole.c
32
33 [Packages]
34 MdePkg/MdePkg.dec
35 MdeModulePkg/MdeModulePkg.dec
36 ShellPkg/ShellPkg.dec
37
38 [LibraryClasses]
39 UefiApplicationEntryPoint
40 UefiLib
41 DebugLib
42
43 [Guids]
44 gShellVariableGuid
45 gEfiVirtualCdGuid
46 gEfiFileInfoGuid
47
48 [Protocols]
49 gEfiLoadedImageProtocolGuid
50 gEfiBlockIoProtocolGuid
51 gEfiDevicePathProtocolGuid
52 gEfiSimpleFileSystemProtocolGuid
53 gEfiRamDiskProtocolGuid
54 gEfiAbsolutePointerProtocolGuid
55 gEfiAcpiTableProtocolGuid
56 gEfiBlockIo2ProtocolGuid
57 gEfiBusSpecificDriverOverrideProtocolGuid
58 gEfiComponentNameProtocolGuid
59 gEfiComponentName2ProtocolGuid
60 gEfiDriverBindingProtocolGuid
61 gEfiDiskIoProtocolGuid
62 gEfiDiskIo2ProtocolGuid
63 gEfiGraphicsOutputProtocolGuid
64 gEfiHiiConfigAccessProtocolGuid
65 gEfiHiiFontProtocolGuid
66 gEfiLoadFileProtocolGuid
67 gEfiLoadFile2ProtocolGuid
68 gEfiLoadedImageProtocolGuid
69 gEfiLoadedImageDevicePathProtocolGuid
70 gEfiPciIoProtocolGuid
71 gEfiSerialIoProtocolGuid
72 gEfiSimpleTextInProtocolGuid
73 gEfiSimpleTextInputExProtocolGuid
74 gEfiSimpleTextOutProtocolGuid
75
76
77
78
79
80