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