]> glassweightruler.freedombox.rocks Git - Ventoy.git/blob - EDK2/edk2-edk2-stable201911/MdeModulePkg/Application/Ventoy/Ventoy.inf
98f999ad9e5e658f3594a000eb62eca96a194cb0
[Ventoy.git] / EDK2 / edk2-edk2-stable201911 / MdeModulePkg / Application / Ventoy / Ventoy.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 = Ventoy
22 FILE_GUID = 1c3a0915-09dc-49c2-873d-0aaaa7733299
23 MODULE_TYPE = UEFI_APPLICATION
24 VERSION_STRING = 1.0
25 ENTRY_POINT = VentoyEfiMain
26
27
28 [Sources]
29 Ventoy.h
30 Ventoy.c
31
32 [Packages]
33 MdePkg/MdePkg.dec
34 MdeModulePkg/MdeModulePkg.dec
35 ShellPkg/ShellPkg.dec
36
37 [LibraryClasses]
38 UefiApplicationEntryPoint
39 UefiLib
40 DebugLib
41
42 [Guids]
43 gShellVariableGuid
44 gEfiVirtualCdGuid
45
46 [Protocols]
47 gEfiLoadedImageProtocolGuid
48 gEfiBlockIoProtocolGuid
49 gEfiDevicePathProtocolGuid
50 gEfiSimpleFileSystemProtocolGuid
51 gEfiRamDiskProtocolGuid