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