]> git.proxmox.com Git - mirror_edk2.git/blobdiff - FatBinPkg/EnhancedFatDxe/Fat.inf
Rename Internal directory of FatBinPkg to make it more descriptive.
[mirror_edk2.git] / FatBinPkg / EnhancedFatDxe / Fat.inf
diff --git a/FatBinPkg/EnhancedFatDxe/Fat.inf b/FatBinPkg/EnhancedFatDxe/Fat.inf
new file mode 100644 (file)
index 0000000..62b62e2
--- /dev/null
@@ -0,0 +1,57 @@
+#/** @file\r
+# Make a FFS section for an FV that contains the FAT driver.*.FFS files are compressed FFS sections.\r
+#\r
+# This is the FAT 32 EFI/Tiano Driver\r
+# Copyright 2007, 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
+#  which accompanies this distribution. The full text of the license may be found at\r
+#  http://opensource.org/licenses/bsd-license.php\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
+################################################################################\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
+# The following information is for reference only and not required by the build tools.\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
+\r
+[Binaries.X64]\r
+  FV|RELEASE|X64/Fat.efi\r
+\r
+[Binaries.IPF]\r
+  FV|RELEASE|Ipf/Fat.efi\r
+\r
+[Binaries.EBC]\r
+  FV|RELEASE|Ebc/Fat.efi\r
+\r