-#************************************************************************************
-# Copyright (c) 2020, longpanda <admin@ventoy.net>
-#
-# This program is free software; you can redistribute it and/or
-# modify it under the terms of the GNU General Public License as
-# published by the Free Software Foundation; either version 3 of the
-# License, or (at your option) any later version.
-#
-# This program is distributed in the hope that it will be useful, but
-# WITHOUT ANY WARRANTY; without even the implied warranty of
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
-# General Public License for more details.
-#
-# You should have received a copy of the GNU General Public License
-# along with this program; if not, see <http://www.gnu.org/licenses/>.
-#
-#************************************************************************************
-
-[Defines]
- INF_VERSION = 0x00010005
- BASE_NAME = Ventoy
- FILE_GUID = 1c3a0915-09dc-49c2-873d-0aaaa7733299
- MODULE_TYPE = UEFI_APPLICATION
- VERSION_STRING = 1.0
- ENTRY_POINT = VentoyEfiMain
-
-
-[Sources]
- Ventoy.h
- Ventoy.c
- VentoyDebug.c
- VentoyProtocol.c
-
-[Packages]
- MdePkg/MdePkg.dec
- MdeModulePkg/MdeModulePkg.dec
- ShellPkg/ShellPkg.dec
-
-[LibraryClasses]
- UefiApplicationEntryPoint
- UefiLib
- DebugLib
-
-[Guids]
- gShellVariableGuid
- gEfiVirtualCdGuid
- gEfiFileInfoGuid
-
-[Protocols]
- gEfiLoadedImageProtocolGuid
- gEfiBlockIoProtocolGuid
- gEfiDevicePathProtocolGuid
- gEfiSimpleFileSystemProtocolGuid
- gEfiRamDiskProtocolGuid
- gEfiAbsolutePointerProtocolGuid
- gEfiAcpiTableProtocolGuid
- gEfiBlockIo2ProtocolGuid
- gEfiBusSpecificDriverOverrideProtocolGuid
- gEfiComponentNameProtocolGuid
- gEfiComponentName2ProtocolGuid
- gEfiDriverBindingProtocolGuid
- gEfiDiskIoProtocolGuid
- gEfiDiskIo2ProtocolGuid
- gEfiGraphicsOutputProtocolGuid
- gEfiHiiConfigAccessProtocolGuid
- gEfiHiiFontProtocolGuid
- gEfiLoadFileProtocolGuid
- gEfiLoadFile2ProtocolGuid
- gEfiLoadedImageProtocolGuid
- gEfiLoadedImageDevicePathProtocolGuid
- gEfiPciIoProtocolGuid
- gEfiSerialIoProtocolGuid
- gEfiSimpleTextInProtocolGuid
- gEfiSimpleTextInputExProtocolGuid
- gEfiSimpleTextOutProtocolGuid
-
-
-
-
-
-
+#************************************************************************************\r
+# Copyright (c) 2020, longpanda <admin@ventoy.net>\r
+# \r
+# This program is free software; you can redistribute it and/or\r
+# modify it under the terms of the GNU General Public License as\r
+# published by the Free Software Foundation; either version 3 of the\r
+# License, or (at your option) any later version.\r
+# \r
+# This program is distributed in the hope that it will be useful, but\r
+# WITHOUT ANY WARRANTY; without even the implied warranty of\r
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU\r
+# General Public License for more details.\r
+# \r
+# You should have received a copy of the GNU General Public License\r
+# along with this program; if not, see <http://www.gnu.org/licenses/>.\r
+# \r
+#************************************************************************************\r
+\r
+[Defines]\r
+ INF_VERSION = 0x00010005\r
+ BASE_NAME = Ventoy\r
+ FILE_GUID = 1c3a0915-09dc-49c2-873d-0aaaa7733299\r
+ MODULE_TYPE = UEFI_APPLICATION\r
+ VERSION_STRING = 1.0\r
+ ENTRY_POINT = VentoyEfiMain\r
+\r
+\r
+[Sources]\r
+ Ventoy.h\r
+ Ventoy.c\r
+ VentoyDebug.c\r
+ VentoyProtocol.c\r
+\r
+[Packages]\r
+ MdePkg/MdePkg.dec\r
+ MdeModulePkg/MdeModulePkg.dec\r
+ ShellPkg/ShellPkg.dec\r
+\r
+[LibraryClasses]\r
+ UefiApplicationEntryPoint\r
+ UefiLib\r
+ DebugLib\r
+\r
+[Guids]\r
+ gShellVariableGuid\r
+ gEfiVirtualCdGuid\r
+ gEfiFileInfoGuid\r
+ \r
+[Protocols]\r
+ gEfiLoadedImageProtocolGuid\r
+ gEfiBlockIoProtocolGuid\r
+ gEfiDevicePathProtocolGuid\r
+ gEfiSimpleFileSystemProtocolGuid\r
+ gEfiRamDiskProtocolGuid\r
+ gEfiAbsolutePointerProtocolGuid\r
+ gEfiAcpiTableProtocolGuid\r
+ gEfiBlockIo2ProtocolGuid\r
+ gEfiBusSpecificDriverOverrideProtocolGuid\r
+ gEfiComponentNameProtocolGuid\r
+ gEfiComponentName2ProtocolGuid\r
+ gEfiDriverBindingProtocolGuid\r
+ gEfiDiskIoProtocolGuid\r
+ gEfiDiskIo2ProtocolGuid\r
+ gEfiGraphicsOutputProtocolGuid\r
+ gEfiHiiConfigAccessProtocolGuid\r
+ gEfiHiiFontProtocolGuid\r
+ gEfiLoadFileProtocolGuid\r
+ gEfiLoadFile2ProtocolGuid\r
+ gEfiLoadedImageProtocolGuid\r
+ gEfiLoadedImageDevicePathProtocolGuid\r
+ gEfiPciIoProtocolGuid\r
+ gEfiSerialIoProtocolGuid\r
+ gEfiSimpleTextInProtocolGuid\r
+ gEfiSimpleTextInputExProtocolGuid\r
+ gEfiSimpleTextOutProtocolGuid\r
+ \r
+ \r
+ \r
+ \r
+ \r
+ \r