X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=blobdiff_plain;f=FatBinPkg%2FEnhancedFatDxe%2FFat.inf;h=7ba84749d8cd98bade7a6b8f317091def0d9cf7d;hp=62b62e2196b291ac82d3c7dfe528f4b22c642b12;hb=1282a3df0bb3cf0c052096fdd69f65952d3b39bc;hpb=e806f20585c704fc39d1110e35e8a998d6ea1f01 diff --git a/FatBinPkg/EnhancedFatDxe/Fat.inf b/FatBinPkg/EnhancedFatDxe/Fat.inf index 62b62e2196..7ba84749d8 100644 --- a/FatBinPkg/EnhancedFatDxe/Fat.inf +++ b/FatBinPkg/EnhancedFatDxe/Fat.inf @@ -1,10 +1,14 @@ -#/** @file -# Make a FFS section for an FV that contains the FAT driver.*.FFS files are compressed FFS sections. +## @file # -# This is the FAT 32 EFI/Tiano Driver -# Copyright 2007, Intel Corporation +# Binary FAT32 EFI Driver for IA32, X64, IPF and EBC arch. # -# All rights reserved. This program and the accompanying materials +# This UEFI driver detects the FAT file system in the disk. +# It also produces the Simple File System protocol for the consumer to +# perform file and directory operations on the disk. +# +# Copyright (c) 2007 - 2010, Intel Corporation. All rights reserved.
+# +# This program and the accompanying materials # are licensed and made available under the terms and conditions of the BSD License # which accompanies this distribution. The full text of the license may be found at # http://opensource.org/licenses/bsd-license.php @@ -12,22 +16,14 @@ # WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. # # -#**/ +## -################################################################################ -# -# Defines Section - statements that will be processed to generate a binary image. -# -################################################################################ [Defines] INF_VERSION = 0x00010005 BASE_NAME = Fat FILE_GUID = 961578FE-B6B7-44c3-AF35-6BC705CD2B1F MODULE_TYPE = UEFI_DRIVER VERSION_STRING = 1.0 - BINARY_MODULE = true - EDK_RELEASE_VERSION = 0x00020000 - EFI_SPECIFICATION_VERSION = 0x00020000 # @@ -36,22 +32,17 @@ # VALID_ARCHITECTURES = IA32 X64 IPF EBC # -################################################################################ -# -# Binaries Section - list of binary files that are required for the build -# to succeed. -# -################################################################################ - [Binaries.Ia32] - FV|RELEASE|Ia32/Fat.efi + PE32|Ia32/Fat.efi|* [Binaries.X64] - FV|RELEASE|X64/Fat.efi + PE32|X64/Fat.efi|* [Binaries.IPF] - FV|RELEASE|Ipf/Fat.efi + PE32|Ipf/Fat.efi|* [Binaries.EBC] - FV|RELEASE|Ebc/Fat.efi + PE32|Ebc/Fat.efi|* +[Binaries.ARM] + PE32|Arm/Fat.efi|*