]> git.proxmox.com Git - mirror_edk2.git/blob - FatPkg/EnhancedFatDxe/Fat.inf
1. Correct File header to ## @file 2. Remove unnecessary .common] postfix on section.
[mirror_edk2.git] / FatPkg / EnhancedFatDxe / Fat.inf
1 ## @file
2 # Component description file for FAT module.
3 #
4 # This UEFI driver detects the FAT file system in the disk.
5 # It also produces the Simple File System protocol for the consumer to
6 # perform file and directory operations on the disk.
7 # Copyright (c) 2007 - 2010, Intel Corporation
8 #
9 # This program and the accompanying materials are licensed and made available
10 # under the terms and conditions of the BSD License which accompanies this
11 # distribution. The full text of the license may be found at
12 # http://opensource.org/licenses/bsd-license.php
13 #
14 # THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
15 # WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
16 #
17 #
18 ##
19
20 [Defines]
21 INF_VERSION = 0x00010005
22 BASE_NAME = Fat
23 FILE_GUID = 961578FE-B6B7-44c3-AF35-6BC705CD2B1F
24 MODULE_TYPE = UEFI_DRIVER
25 VERSION_STRING = 1.0
26 EDK_RELEASE_VERSION = 0x00020000
27 EFI_SPECIFICATION_VERSION = 0x00020000
28
29 ENTRY_POINT = FatEntryPoint
30 UNLOAD_IMAGE = FatUnload
31
32 #
33 # The following information is for reference only and not required by the build tools.
34 #
35 # VALID_ARCHITECTURES = IA32 X64 IPF EBC
36 #
37 # DRIVER_BINDING = gFatDriverBinding
38 # COMPONENT_NAME = gFatComponentName
39 # COMPONENT_NAME2 = gFatComponentName2
40 #
41
42 [Sources]
43 DirectoryCache.c
44 DiskCache.c
45 FileName.c
46 Hash.c
47 DirectoryManage.c
48 ComponentName.c
49 FatFileSystem.h
50 Fat.h
51 ReadWrite.c
52 OpenVolume.c
53 Open.c
54 Misc.c
55 Init.c
56 Info.c
57 FileSpace.c
58 Flush.c
59 Fat.c
60 Delete.c
61 Data.c
62 UnicodeCollation.c
63
64 [Packages]
65 MdePkg/MdePkg.dec
66
67 [LibraryClasses]
68 UefiRuntimeServicesTableLib
69 UefiBootServicesTableLib
70 MemoryAllocationLib
71 BaseMemoryLib
72 BaseLib
73 UefiLib
74 UefiDriverEntryPoint
75 DebugLib
76 PcdLib
77
78 [Guids]
79 gEfiFileInfoGuid
80 gEfiFileSystemInfoGuid
81 gEfiFileSystemVolumeLabelInfoIdGuid
82
83 [Protocols]
84 gEfiDiskIoProtocolGuid
85 gEfiBlockIoProtocolGuid
86 gEfiSimpleFileSystemProtocolGuid
87 gEfiUnicodeCollationProtocolGuid
88 gEfiUnicodeCollation2ProtocolGuid
89
90 [Pcd]
91 gEfiMdePkgTokenSpaceGuid.PcdUefiVariableDefaultLang
92 gEfiMdePkgTokenSpaceGuid.PcdUefiVariableDefaultPlatformLang