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