Add NTFS/ext4 filesystem drivers
This commit is contained in:
22
FSDrivers/ext4.inf
Normal file
22
FSDrivers/ext4.inf
Normal file
@@ -0,0 +1,22 @@
|
||||
#
|
||||
##
|
||||
|
||||
[Defines]
|
||||
INF_VERSION = 0x00010005
|
||||
BASE_NAME = ext4
|
||||
FILE_GUID = 9d380387-a15a-4053-ae19-ff3495b6d0d5
|
||||
MODULE_TYPE = UEFI_DRIVER
|
||||
VERSION_STRING = 1.0
|
||||
|
||||
|
||||
#
|
||||
# The following information is for reference only and not required by the build tools.
|
||||
#
|
||||
# VALID_ARCHITECTURES = IA32 X64 IPF EBC
|
||||
#
|
||||
|
||||
VALID_ARCHITECTURES = X64
|
||||
|
||||
[Binaries.X64]
|
||||
PE32|X64/ext4.efi|*
|
||||
|
Reference in New Issue
Block a user