]> git.proxmox.com Git - mirror_edk2.git/blobdiff - FatPkg/EnhancedFatDxe/Fat.inf
FatPkg: Refine casting expression result to bigger size
[mirror_edk2.git] / FatPkg / EnhancedFatDxe / Fat.inf
index 56f37cb6678085b0fb5cd16324ca5b9a44168025..e7044cda6cab55e297ca24f5bef3d2a36b0b2c62 100644 (file)
@@ -1,10 +1,10 @@
-#/** @file\r
-#  Component description file for FAT module.\r
+## @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
+#  Copyright (c) 2007 - 2014, 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
 #  WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
 #\r
 #\r
-#**/\r
+##\r
 \r
 [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
-  EDK_RELEASE_VERSION            = 0x00020000\r
-  EFI_SPECIFICATION_VERSION      = 0x00020000\r
 \r
   ENTRY_POINT                    = FatEntryPoint\r
   UNLOAD_IMAGE                   = FatUnload\r
@@ -39,7 +38,7 @@
 #  COMPONENT_NAME2               =  gFatComponentName2\r
 #\r
 \r
-[Sources.common]\r
+[Sources]\r
   DirectoryCache.c\r
   DiskCache.c\r
   FileName.c\r
@@ -63,7 +62,6 @@
 \r
 [Packages]\r
   MdePkg/MdePkg.dec\r
-  FatPkg/FatPkg.dec\r
 \r
 [LibraryClasses]\r
   UefiRuntimeServicesTableLib\r
   PcdLib\r
 \r
 [Guids]\r
-  gEfiFileInfoGuid\r
-  gEfiFileSystemInfoGuid\r
-  gEfiFileSystemVolumeLabelInfoIdGuid\r
-  gEfiGlobalVariableGuid\r
+  gEfiFileInfoGuid                      ## SOMETIMES_CONSUMES   ## UNDEFINED\r
+  gEfiFileSystemInfoGuid                ## SOMETIMES_CONSUMES   ## UNDEFINED\r
+  gEfiFileSystemVolumeLabelInfoIdGuid   ## SOMETIMES_CONSUMES   ## UNDEFINED\r
 \r
 [Protocols]\r
-  gEfiDiskIoProtocolGuid\r
-  gEfiBlockIoProtocolGuid\r
-  gEfiSimpleFileSystemProtocolGuid\r
-  gEfiUnicodeCollationProtocolGuid\r
-  gEfiUnicodeCollation2ProtocolGuid\r
-\r
-[FeaturePcd]\r
-  gEfiFatPkgTokenSpaceGuid.PcdUnicodeCollationSupport\r
-  gEfiFatPkgTokenSpaceGuid.PcdUnicodeCollation2Support\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