]> git.proxmox.com Git - mirror_edk2.git/blob - MdeModulePkg/Universal/Disk/UdfDxe/UdfDxe.inf
MdeModulePkg: Initial UDF/ECMA-167 file system support
[mirror_edk2.git] / MdeModulePkg / Universal / Disk / UdfDxe / UdfDxe.inf
1 ## @file
2 # UDF/ECMA-167 file system driver.
3 #
4 # Copyright (C) 2014-2017 Paulo Alcantara <pcacjr@zytor.com>
5 #
6 # This program and the accompanying materials
7 # are licensed and made available under the terms and conditions of the BSD License
8 # which accompanies this distribution. The full text of the license may be found at
9 # http://opensource.org/licenses/bsd-license.php
10 #
11 # THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
12 # WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
13 ##
14
15 [Defines]
16 INF_VERSION = 0x00010005
17 BASE_NAME = UdfDxe
18 FILE_GUID = 905f13b0-8f91-4b0a-bd76-e1e78f9422e4
19 MODULE_TYPE = UEFI_DRIVER
20 VERSION_STRING = 1.0
21 ENTRY_POINT = InitializeUdf
22
23 #
24 # The following information is for reference only and not required by the build tools.
25 #
26 # VALID_ARCHITECTURES = IA32 X64 IPF EBC
27 #
28 # DRIVER_BINDING = gUdfDriverBinding
29 # COMPONENT_NAME = gUdfComponentName
30 # COMPONENT_NAME2 = gUdfComponentName2
31 #
32
33 [Sources]
34 ComponentName.c
35 FileSystemOperations.c
36 FileName.c
37 File.c
38 Udf.c
39 Udf.h
40
41
42 [Packages]
43 MdePkg/MdePkg.dec
44
45
46 [LibraryClasses]
47 DevicePathLib
48 UefiBootServicesTableLib
49 MemoryAllocationLib
50 BaseMemoryLib
51 UefiLib
52 BaseLib
53 UefiDriverEntryPoint
54 DebugLib
55
56
57 [Guids]
58 gEfiFileInfoGuid ## SOMETIMES_CONSUMES ## Protocol
59 gEfiFileSystemInfoGuid ## SOMETIMES_CONSUMES ## Protocol
60
61
62 [Protocols]
63 gEfiSimpleFileSystemProtocolGuid ## BY_START
64 gEfiDevicePathProtocolGuid ## BY_START
65 gEfiBlockIoProtocolGuid ## TO_START
66 gEfiDiskIoProtocolGuid ## TO_START