]> git.proxmox.com Git - mirror_edk2.git/blame - MdeModulePkg/Universal/Disk/UdfDxe/UdfDxe.inf
MdeModulePkg: Replace BSD License with BSD+Patent License
[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
9d510e61 7# SPDX-License-Identifier: BSD-2-Clause-Patent\r
99c9b949
PA
8##\r
9\r
10[Defines]\r
11 INF_VERSION = 0x00010005\r
12 BASE_NAME = UdfDxe\r
13 FILE_GUID = 905f13b0-8f91-4b0a-bd76-e1e78f9422e4\r
14 MODULE_TYPE = UEFI_DRIVER\r
15 VERSION_STRING = 1.0\r
16 ENTRY_POINT = InitializeUdf\r
17\r
18#\r
19# The following information is for reference only and not required by the build tools.\r
20#\r
de005223 21# VALID_ARCHITECTURES = IA32 X64 EBC\r
99c9b949
PA
22#\r
23# DRIVER_BINDING = gUdfDriverBinding\r
24# COMPONENT_NAME = gUdfComponentName\r
25# COMPONENT_NAME2 = gUdfComponentName2\r
26#\r
27\r
28[Sources]\r
29 ComponentName.c\r
30 FileSystemOperations.c\r
31 FileName.c\r
32 File.c\r
33 Udf.c\r
34 Udf.h\r
35\r
36\r
37[Packages]\r
38 MdePkg/MdePkg.dec\r
39\r
40\r
41[LibraryClasses]\r
42 DevicePathLib\r
43 UefiBootServicesTableLib\r
44 MemoryAllocationLib\r
45 BaseMemoryLib\r
46 UefiLib\r
47 BaseLib\r
48 UefiDriverEntryPoint\r
49 DebugLib\r
50\r
51\r
52[Guids]\r
53 gEfiFileInfoGuid ## SOMETIMES_CONSUMES ## Protocol\r
54 gEfiFileSystemInfoGuid ## SOMETIMES_CONSUMES ## Protocol\r
32698a8f 55 gEfiFileSystemVolumeLabelInfoIdGuid ## SOMETIMES_CONSUMES ## Protocol\r
99c9b949
PA
56\r
57\r
58[Protocols]\r
59 gEfiSimpleFileSystemProtocolGuid ## BY_START\r
60 gEfiDevicePathProtocolGuid ## BY_START\r
61 gEfiBlockIoProtocolGuid ## TO_START\r
62 gEfiDiskIoProtocolGuid ## TO_START\r