]> glassweightruler.freedombox.rocks Git - Ventoy.git/blob - EDK2/edk2_mod/edk2-edk2-stable201911/MdeModulePkg/Application/VDiskChain/VDiskChain.inf
1.1.07 release
[Ventoy.git] / EDK2 / edk2_mod / edk2-edk2-stable201911 / MdeModulePkg / Application / VDiskChain / VDiskChain.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 = VDiskChain
22 FILE_GUID = 5bce96e3-ba11-4440-833b-299cf5849193
23 MODULE_TYPE = UEFI_APPLICATION
24 VERSION_STRING = 1.0
25 ENTRY_POINT = VDiskChainEfiMain
26
27
28 [Sources]
29 VDiskChain.h
30 VDiskChain.c
31 VDiskRawData.c
32 VDiskChainProtocol.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 UefiDecompressLib
44
45 [Guids]
46 gShellVariableGuid
47 gEfiVirtualCdGuid
48 gEfiFileInfoGuid
49
50 [Protocols]
51 gEfiLoadedImageProtocolGuid
52 gEfiBlockIoProtocolGuid
53 gEfiDevicePathProtocolGuid
54 gEfiSimpleFileSystemProtocolGuid
55 gEfiRamDiskProtocolGuid
56 gEfiAbsolutePointerProtocolGuid
57 gEfiAcpiTableProtocolGuid
58 gEfiBlockIo2ProtocolGuid
59 gEfiBusSpecificDriverOverrideProtocolGuid
60 gEfiComponentNameProtocolGuid
61 gEfiComponentName2ProtocolGuid
62 gEfiDriverBindingProtocolGuid
63 gEfiDiskIoProtocolGuid
64 gEfiDiskIo2ProtocolGuid
65 gEfiGraphicsOutputProtocolGuid
66 gEfiHiiConfigAccessProtocolGuid
67 gEfiHiiFontProtocolGuid
68 gEfiLoadFileProtocolGuid
69 gEfiLoadFile2ProtocolGuid
70 gEfiLoadedImageProtocolGuid
71 gEfiLoadedImageDevicePathProtocolGuid
72 gEfiPciIoProtocolGuid
73 gEfiSerialIoProtocolGuid
74 gEfiSimpleTextInProtocolGuid
75 gEfiSimpleTextInputExProtocolGuid
76 gEfiSimpleTextOutProtocolGuid
77
78
79
80
81
82