]> git.proxmox.com Git - mirror_edk2.git/blobdiff - FatPkg/EnhancedFatDxe/Fat.inf
Add EDK II Prime FatPkg New Feature: Support both Unicode Collation and Unicode Colla...
[mirror_edk2.git] / FatPkg / EnhancedFatDxe / Fat.inf
diff --git a/FatPkg/EnhancedFatDxe/Fat.inf b/FatPkg/EnhancedFatDxe/Fat.inf
new file mode 100644 (file)
index 0000000..56f37cb
--- /dev/null
@@ -0,0 +1,98 @@
+#/** @file\r
+#  Component description file for FAT module.\r
+#\r
+#  This UEFI driver detects the FAT file system in the disk.\r
+#  It also produces the Simple File System protocol for the consumer to\r
+#  perform file and directory operations on the disk.\r
+#  Copyright (c) 2007, Intel Corporation\r
+#\r
+#  This program and the accompanying materials are licensed and made available\r
+#  under the terms and conditions of the BSD License which accompanies this\r
+#  distribution. The full text of the license may be found at\r
+#  http://opensource.org/licenses/bsd-license.php\r
+#\r
+#  THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
+#  WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
+#\r
+#\r
+#**/\r
+\r
+[Defines]\r
+  INF_VERSION                    = 0x00010005\r
+  BASE_NAME                      = Fat\r
+  FILE_GUID                      = 961578FE-B6B7-44c3-AF35-6BC705CD2B1F\r
+  MODULE_TYPE                    = UEFI_DRIVER\r
+  VERSION_STRING                 = 1.0\r
+  EDK_RELEASE_VERSION            = 0x00020000\r
+  EFI_SPECIFICATION_VERSION      = 0x00020000\r
+\r
+  ENTRY_POINT                    = FatEntryPoint\r
+  UNLOAD_IMAGE                   = FatUnload\r
+\r
+#\r
+# The following information is for reference only and not required by the build tools.\r
+#\r
+#  VALID_ARCHITECTURES           = IA32 X64 IPF EBC\r
+#\r
+#  DRIVER_BINDING                =  gFatDriverBinding\r
+#  COMPONENT_NAME                =  gFatComponentName\r
+#  COMPONENT_NAME2               =  gFatComponentName2\r
+#\r
+\r
+[Sources.common]\r
+  DirectoryCache.c\r
+  DiskCache.c\r
+  FileName.c\r
+  Hash.c\r
+  DirectoryManage.c\r
+  ComponentName.c\r
+  FatFileSystem.h\r
+  Fat.h\r
+  ReadWrite.c\r
+  OpenVolume.c\r
+  Open.c\r
+  Misc.c\r
+  Init.c\r
+  Info.c\r
+  FileSpace.c\r
+  Flush.c\r
+  Fat.c\r
+  Delete.c\r
+  Data.c\r
+  UnicodeCollation.c\r
+\r
+[Packages]\r
+  MdePkg/MdePkg.dec\r
+  FatPkg/FatPkg.dec\r
+\r
+[LibraryClasses]\r
+  UefiRuntimeServicesTableLib\r
+  UefiBootServicesTableLib\r
+  MemoryAllocationLib\r
+  BaseMemoryLib\r
+  BaseLib\r
+  UefiLib\r
+  UefiDriverEntryPoint\r
+  DebugLib\r
+  PcdLib\r
+\r
+[Guids]\r
+  gEfiFileInfoGuid\r
+  gEfiFileSystemInfoGuid\r
+  gEfiFileSystemVolumeLabelInfoIdGuid\r
+  gEfiGlobalVariableGuid\r
+\r
+[Protocols]\r
+  gEfiDiskIoProtocolGuid\r
+  gEfiBlockIoProtocolGuid\r
+  gEfiSimpleFileSystemProtocolGuid\r
+  gEfiUnicodeCollationProtocolGuid\r
+  gEfiUnicodeCollation2ProtocolGuid\r
+\r
+[FeaturePcd]\r
+  gEfiFatPkgTokenSpaceGuid.PcdUnicodeCollationSupport\r
+  gEfiFatPkgTokenSpaceGuid.PcdUnicodeCollation2Support\r
+\r
+[Pcd]\r
+  gEfiMdePkgTokenSpaceGuid.PcdUefiVariableDefaultLang\r
+  gEfiMdePkgTokenSpaceGuid.PcdUefiVariableDefaultPlatformLang\r