]> git.proxmox.com Git - mirror_edk2.git/blobdiff - FatPkg/EnhancedFatDxe/Fat.inf
FatPkg/EnhancedFatDxe: Add comments for functions
[mirror_edk2.git] / FatPkg / EnhancedFatDxe / Fat.inf
index d0ef23a64072fbee54f9e174d304462970e6ace4..158f34c2caf1d0df2ea5b11d264296ad36158eaf 100644 (file)
@@ -4,7 +4,7 @@
 #  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 - 2010, 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
 [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
   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
-  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