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