]> glassweightruler.freedombox.rocks Git - Ventoy.git/blob - EDK2/edk2_mod/edk2-edk2-stable201911/MdeModulePkg/Application/VtoyUtil/VtoyUtil.inf
1.1.07 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 VtoyDrv.c
32 Memhole.c
33
34 [Packages]
35 MdePkg/MdePkg.dec
36 MdeModulePkg/MdeModulePkg.dec
37 ShellPkg/ShellPkg.dec
38
39 [LibraryClasses]
40 UefiApplicationEntryPoint
41 UefiLib
42 DebugLib
43
44 [Guids]
45 gShellVariableGuid
46 gEfiVirtualCdGuid
47 gEfiFileInfoGuid
48
49 [Protocols]
50 gEfiLoadedImageProtocolGuid
51 gEfiBlockIoProtocolGuid
52 gEfiDevicePathProtocolGuid
53 gEfiSimpleFileSystemProtocolGuid
54 gEfiRamDiskProtocolGuid
55 gEfiAbsolutePointerProtocolGuid
56 gEfiAcpiTableProtocolGuid
57 gEfiBlockIo2ProtocolGuid
58 gEfiBusSpecificDriverOverrideProtocolGuid
59 gEfiComponentNameProtocolGuid
60 gEfiComponentName2ProtocolGuid
61 gEfiDriverBindingProtocolGuid
62 gEfiDiskIoProtocolGuid
63 gEfiDiskIo2ProtocolGuid
64 gEfiGraphicsOutputProtocolGuid
65 gEfiHiiConfigAccessProtocolGuid
66 gEfiHiiFontProtocolGuid
67 gEfiLoadFileProtocolGuid
68 gEfiLoadFile2ProtocolGuid
69 gEfiLoadedImageProtocolGuid
70 gEfiLoadedImageDevicePathProtocolGuid
71 gEfiPciIoProtocolGuid
72 gEfiSerialIoProtocolGuid
73 gEfiSimpleTextInProtocolGuid
74 gEfiSimpleTextInputExProtocolGuid
75 gEfiSimpleTextOutProtocolGuid
76
77
78
79
80
81