]> git.proxmox.com Git - mirror_edk2.git/blame_incremental - FatPkg/EnhancedFatDxe/Fat.inf
Fix a potential buffer over flow issue.
[mirror_edk2.git] / FatPkg / EnhancedFatDxe / Fat.inf
... / ...
CommitLineData
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 - 2013, Intel Corporation. All rights reserved.<BR>\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\r
27 ENTRY_POINT = FatEntryPoint\r
28 UNLOAD_IMAGE = FatUnload\r
29\r
30#\r
31# The following information is for reference only and not required by the build tools.\r
32#\r
33# VALID_ARCHITECTURES = IA32 X64 IPF EBC\r
34#\r
35# DRIVER_BINDING = gFatDriverBinding\r
36# COMPONENT_NAME = gFatComponentName\r
37# COMPONENT_NAME2 = gFatComponentName2\r
38#\r
39\r
40[Sources]\r
41 DirectoryCache.c\r
42 DiskCache.c\r
43 FileName.c\r
44 Hash.c\r
45 DirectoryManage.c\r
46 ComponentName.c\r
47 FatFileSystem.h\r
48 Fat.h\r
49 ReadWrite.c\r
50 OpenVolume.c\r
51 Open.c\r
52 Misc.c\r
53 Init.c\r
54 Info.c\r
55 FileSpace.c\r
56 Flush.c\r
57 Fat.c\r
58 Delete.c\r
59 Data.c\r
60 UnicodeCollation.c\r
61\r
62[Packages]\r
63 MdePkg/MdePkg.dec\r
64\r
65[LibraryClasses]\r
66 UefiRuntimeServicesTableLib\r
67 UefiBootServicesTableLib\r
68 MemoryAllocationLib\r
69 BaseMemoryLib\r
70 BaseLib\r
71 UefiLib\r
72 UefiDriverEntryPoint\r
73 DebugLib\r
74 PcdLib\r
75\r
76[Guids]\r
77 gEfiFileInfoGuid\r
78 gEfiFileSystemInfoGuid\r
79 gEfiFileSystemVolumeLabelInfoIdGuid\r
80\r
81[Protocols]\r
82 gEfiDiskIoProtocolGuid\r
83 gEfiDiskIo2ProtocolGuid\r
84 gEfiBlockIoProtocolGuid\r
85 gEfiSimpleFileSystemProtocolGuid\r
86 gEfiUnicodeCollationProtocolGuid\r
87 gEfiUnicodeCollation2ProtocolGuid\r
88\r
89[Pcd]\r
90 gEfiMdePkgTokenSpaceGuid.PcdUefiVariableDefaultLang\r
91 gEfiMdePkgTokenSpaceGuid.PcdUefiVariableDefaultPlatformLang\r