]> git.proxmox.com Git - mirror_edk2.git/blobdiff - FatPkg/EnhancedFatDxe/Fat.inf
BaseTools: Library hashing fix and optimization for --hash feature
[mirror_edk2.git] / FatPkg / EnhancedFatDxe / Fat.inf
index 79cf0cd3eb56e099cbbb71d29c1d9cd279de1422..17b6348a25421b5cdbb52186cf8345de3064d9da 100644 (file)
@@ -1,18 +1,12 @@
 ## @file\r
-#  Component description file for FAT module.\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 - 2013, Intel Corporation. All rights reserved.<BR>\r
+#  Copyright (c) 2007 - 2018, Intel Corporation. All rights reserved.<BR>\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
+#  SPDX-License-Identifier: BSD-2-Clause-Patent\r
 #\r
 #\r
 ##\r
@@ -20,6 +14,7 @@
 [Defines]\r
   INF_VERSION                    = 0x00010005\r
   BASE_NAME                      = Fat\r
+  MODULE_UNI_FILE                = Fat.uni\r
   FILE_GUID                      = 961578FE-B6B7-44c3-AF35-6BC705CD2B1F\r
   MODULE_TYPE                    = UEFI_DRIVER\r
   VERSION_STRING                 = 1.0\r
@@ -30,7 +25,7 @@
 #\r
 # The following information is for reference only and not required by the build tools.\r
 #\r
-#  VALID_ARCHITECTURES           = IA32 X64 IPF EBC\r
+#  VALID_ARCHITECTURES           = IA32 X64 EBC\r
 #\r
 #  DRIVER_BINDING                =  gFatDriverBinding\r
 #  COMPONENT_NAME                =  gFatComponentName\r
   PcdLib\r
 \r
 [Guids]\r
-  gEfiFileInfoGuid\r
-  gEfiFileSystemInfoGuid\r
-  gEfiFileSystemVolumeLabelInfoIdGuid\r
+  gEfiFileInfoGuid                      ## SOMETIMES_CONSUMES   ## UNDEFINED\r
+  gEfiFileSystemInfoGuid                ## SOMETIMES_CONSUMES   ## UNDEFINED\r
+  gEfiFileSystemVolumeLabelInfoIdGuid   ## SOMETIMES_CONSUMES   ## UNDEFINED\r
 \r
 [Protocols]\r
-  gEfiDiskIoProtocolGuid\r
-  gEfiDiskIo2ProtocolGuid\r
-  gEfiBlockIoProtocolGuid\r
-  gEfiSimpleFileSystemProtocolGuid\r
-  gEfiUnicodeCollationProtocolGuid\r
-  gEfiUnicodeCollation2ProtocolGuid\r
+  gEfiDiskIoProtocolGuid                ## TO_START\r
+  gEfiDiskIo2ProtocolGuid               ## TO_START\r
+  gEfiBlockIoProtocolGuid               ## TO_START\r
+  gEfiSimpleFileSystemProtocolGuid      ## BY_START\r
+  gEfiUnicodeCollationProtocolGuid      ## TO_START\r
+  gEfiUnicodeCollation2ProtocolGuid     ## TO_START\r
 \r
 [Pcd]\r
-  gEfiMdePkgTokenSpaceGuid.PcdUefiVariableDefaultLang\r
-  gEfiMdePkgTokenSpaceGuid.PcdUefiVariableDefaultPlatformLang\r
+  gEfiMdePkgTokenSpaceGuid.PcdUefiVariableDefaultLang           ## SOMETIMES_CONSUMES\r
+  gEfiMdePkgTokenSpaceGuid.PcdUefiVariableDefaultPlatformLang   ## SOMETIMES_CONSUMES\r
+[UserExtensions.TianoCore."ExtraFiles"]\r
+  FatExtra.uni\r