]> git.proxmox.com Git - mirror_edk2.git/blob - FatPkg/EnhancedFatDxe/Fat.inf
Apply GetBestLanguage() UefiLib to initialize Unicode Collation Protocol.
[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, 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.common]
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 FatPkg/FatPkg.dec
67
68 [LibraryClasses]
69 UefiRuntimeServicesTableLib
70 UefiBootServicesTableLib
71 MemoryAllocationLib
72 BaseMemoryLib
73 BaseLib
74 UefiLib
75 UefiDriverEntryPoint
76 DebugLib
77 PcdLib
78
79 [Guids]
80 gEfiFileInfoGuid
81 gEfiFileSystemInfoGuid
82 gEfiFileSystemVolumeLabelInfoIdGuid
83
84 [Protocols]
85 gEfiDiskIoProtocolGuid
86 gEfiBlockIoProtocolGuid
87 gEfiSimpleFileSystemProtocolGuid
88 gEfiUnicodeCollationProtocolGuid
89 gEfiUnicodeCollation2ProtocolGuid
90
91 [FeaturePcd]
92 gEfiFatPkgTokenSpaceGuid.PcdUnicodeCollationSupport
93 gEfiFatPkgTokenSpaceGuid.PcdUnicodeCollation2Support
94
95 [Pcd]
96 gEfiMdePkgTokenSpaceGuid.PcdUefiVariableDefaultLang
97 gEfiMdePkgTokenSpaceGuid.PcdUefiVariableDefaultPlatformLang