]> git.proxmox.com Git - mirror_edk2.git/blobdiff - FatBinPkg/EnhancedFatDxe/Fat.inf
Clean up EFI_SPECIFICATION_VERSION and PI_SPECIFICATION_VERSION.
[mirror_edk2.git] / FatBinPkg / EnhancedFatDxe / Fat.inf
index 62b62e2196b291ac82d3c7dfe528f4b22c642b12..54fdd43c0ca25a4d16772cd49d77df906112d7d3 100644 (file)
@@ -1,8 +1,12 @@
-#/** @file\r
-# Make a FFS section for an FV that contains the FAT driver.*.FFS files are compressed FFS sections.\r
+## @file\r
 #\r
-# This is the FAT 32 EFI/Tiano Driver\r
-# Copyright 2007, Intel Corporation\r
+#  Binary FAT32 EFI Driver for IA32, X64, IPF and EBC arch.\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
+#\r
+#  Copyright 2007 - 2010, Intel Corporation\r
 #\r
 #  All rights reserved. This program and the accompanying materials\r
 #  are licensed and made available under the terms and conditions of the BSD License\r
 #  WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
 #\r
 #\r
-#**/\r
+##\r
 \r
-################################################################################\r
-#\r
-# Defines Section - statements that will be processed to generate a binary image.\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
-  BINARY_MODULE                  = true\r
-  EDK_RELEASE_VERSION            = 0x00020000\r
-  EFI_SPECIFICATION_VERSION      = 0x00020000\r
 \r
 \r
 #\r
 #  VALID_ARCHITECTURES           = IA32 X64 IPF EBC\r
 #\r
 \r
-################################################################################\r
-#\r
-# Binaries Section - list of binary files that are required for the build\r
-# to succeed.\r
-#\r
-################################################################################\r
-\r
 [Binaries.Ia32]\r
-  FV|RELEASE|Ia32/Fat.efi\r
+  PE32|Ia32/Fat.efi|*\r
 \r
 [Binaries.X64]\r
-  FV|RELEASE|X64/Fat.efi\r
+  PE32|X64/Fat.efi|*\r
 \r
 [Binaries.IPF]\r
-  FV|RELEASE|Ipf/Fat.efi\r
+  PE32|Ipf/Fat.efi|*\r
 \r
 [Binaries.EBC]\r
-  FV|RELEASE|Ebc/Fat.efi\r
+  PE32|Ebc/Fat.efi|*\r
 \r