]> git.proxmox.com Git - mirror_edk2.git/blob - MdeModulePkg/Universal/Disk/UdfDxe/UdfDxe.inf
MdeModulePkg: Replace BSD License with BSD+Patent License
[mirror_edk2.git] / MdeModulePkg / Universal / Disk / UdfDxe / UdfDxe.inf
1 ## @file
2 # UDF/ECMA-167 file system driver.
3 #
4 # Copyright (c) 2018, Intel Corporation. All rights reserved.<BR>
5 # Copyright (C) 2014-2017 Paulo Alcantara <pcacjr@zytor.com>
6 #
7 # SPDX-License-Identifier: BSD-2-Clause-Patent
8 ##
9
10 [Defines]
11 INF_VERSION = 0x00010005
12 BASE_NAME = UdfDxe
13 FILE_GUID = 905f13b0-8f91-4b0a-bd76-e1e78f9422e4
14 MODULE_TYPE = UEFI_DRIVER
15 VERSION_STRING = 1.0
16 ENTRY_POINT = InitializeUdf
17
18 #
19 # The following information is for reference only and not required by the build tools.
20 #
21 # VALID_ARCHITECTURES = IA32 X64 EBC
22 #
23 # DRIVER_BINDING = gUdfDriverBinding
24 # COMPONENT_NAME = gUdfComponentName
25 # COMPONENT_NAME2 = gUdfComponentName2
26 #
27
28 [Sources]
29 ComponentName.c
30 FileSystemOperations.c
31 FileName.c
32 File.c
33 Udf.c
34 Udf.h
35
36
37 [Packages]
38 MdePkg/MdePkg.dec
39
40
41 [LibraryClasses]
42 DevicePathLib
43 UefiBootServicesTableLib
44 MemoryAllocationLib
45 BaseMemoryLib
46 UefiLib
47 BaseLib
48 UefiDriverEntryPoint
49 DebugLib
50
51
52 [Guids]
53 gEfiFileInfoGuid ## SOMETIMES_CONSUMES ## Protocol
54 gEfiFileSystemInfoGuid ## SOMETIMES_CONSUMES ## Protocol
55 gEfiFileSystemVolumeLabelInfoIdGuid ## SOMETIMES_CONSUMES ## Protocol
56
57
58 [Protocols]
59 gEfiSimpleFileSystemProtocolGuid ## BY_START
60 gEfiDevicePathProtocolGuid ## BY_START
61 gEfiBlockIoProtocolGuid ## TO_START
62 gEfiDiskIoProtocolGuid ## TO_START