X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=FatBinPkg%2FEnhancedFatDxe%2FFat.inf;h=621f04f762872e378ca44ecb8d972b7fd44b4abd;hb=0bce7349f5519e364f2463856b5f4c0712be5c9b;hp=5987ae972c232a0089a80568bc59866922881bdf;hpb=f9e097d4e337a0ad261ae4e0c6f8fda659ec175d;p=mirror_edk2.git diff --git a/FatBinPkg/EnhancedFatDxe/Fat.inf b/FatBinPkg/EnhancedFatDxe/Fat.inf index 5987ae972c..621f04f762 100644 --- a/FatBinPkg/EnhancedFatDxe/Fat.inf +++ b/FatBinPkg/EnhancedFatDxe/Fat.inf @@ -1,8 +1,12 @@ #/** @file -# Make a FFS section for an FV that contains the FAT driver.*.FFS files are compressed FFS sections. # -# This is the FAT 32 EFI/Tiano Driver -# Copyright 2007, Intel Corporation +# Binary FAT32 EFI Driver for IA32, X64, IPF and EBC arch. +# +# 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 2007 - 2009, 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 @@ -20,7 +24,6 @@ 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 @@ -32,14 +35,14 @@ # [Binaries.Ia32] - FW|Ia32/Fat.efi + PE32|Ia32/Fat.efi|* [Binaries.X64] - FW|X64/Fat.efi + PE32|X64/Fat.efi|* [Binaries.IPF] - FW|Ipf/Fat.efi + PE32|Ipf/Fat.efi|* [Binaries.EBC] - FW|Ebc/Fat.efi + PE32|Ebc/Fat.efi|*