]> git.proxmox.com Git - mirror_edk2.git/blame - FatPkg/EnhancedFatDxe/Fat.inf
Update license header
[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
b9ec9330
QH
66\r
67[LibraryClasses]\r
68 UefiRuntimeServicesTableLib\r
69 UefiBootServicesTableLib\r
70 MemoryAllocationLib\r
71 BaseMemoryLib\r
72 BaseLib\r
73 UefiLib\r
74 UefiDriverEntryPoint\r
75 DebugLib\r
76 PcdLib\r
77\r
78[Guids]\r
79 gEfiFileInfoGuid\r
80 gEfiFileSystemInfoGuid\r
81 gEfiFileSystemVolumeLabelInfoIdGuid\r
b9ec9330
QH
82\r
83[Protocols]\r
84 gEfiDiskIoProtocolGuid\r
85 gEfiBlockIoProtocolGuid\r
86 gEfiSimpleFileSystemProtocolGuid\r
87 gEfiUnicodeCollationProtocolGuid\r
88 gEfiUnicodeCollation2ProtocolGuid\r
89\r
b9ec9330
QH
90[Pcd]\r
91 gEfiMdePkgTokenSpaceGuid.PcdUefiVariableDefaultLang\r
92 gEfiMdePkgTokenSpaceGuid.PcdUefiVariableDefaultPlatformLang\r