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