From e806f20585c704fc39d1110e35e8a998d6ea1f01 Mon Sep 17 00:00:00 2001 From: qhuang8 Date: Mon, 9 Jul 2007 05:09:15 +0000 Subject: Rename Internal directory of FatBinPkg to make it more descriptive. git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@3150 6f19259b-4bc3-4df7-8a09-765794883524 --- FatBinPkg/EnhancedFatDxe/Ebc/Fat.efi | Bin 0 -> 106496 bytes FatBinPkg/EnhancedFatDxe/Fat.inf | 57 ++++++++++++++++++++++++++++++++++ FatBinPkg/EnhancedFatDxe/Fat.msa | 34 ++++++++++++++++++++ FatBinPkg/EnhancedFatDxe/Ia32/Fat.efi | Bin 0 -> 15776 bytes FatBinPkg/EnhancedFatDxe/Ipf/Fat.efi | Bin 0 -> 88032 bytes FatBinPkg/EnhancedFatDxe/X64/Fat.efi | Bin 0 -> 21824 bytes 6 files changed, 91 insertions(+) create mode 100644 FatBinPkg/EnhancedFatDxe/Ebc/Fat.efi create mode 100644 FatBinPkg/EnhancedFatDxe/Fat.inf create mode 100644 FatBinPkg/EnhancedFatDxe/Fat.msa create mode 100644 FatBinPkg/EnhancedFatDxe/Ia32/Fat.efi create mode 100644 FatBinPkg/EnhancedFatDxe/Ipf/Fat.efi create mode 100644 FatBinPkg/EnhancedFatDxe/X64/Fat.efi (limited to 'FatBinPkg/EnhancedFatDxe') diff --git a/FatBinPkg/EnhancedFatDxe/Ebc/Fat.efi b/FatBinPkg/EnhancedFatDxe/Ebc/Fat.efi new file mode 100644 index 0000000000..caf8a3f2b7 Binary files /dev/null and b/FatBinPkg/EnhancedFatDxe/Ebc/Fat.efi differ diff --git a/FatBinPkg/EnhancedFatDxe/Fat.inf b/FatBinPkg/EnhancedFatDxe/Fat.inf new file mode 100644 index 0000000000..62b62e2196 --- /dev/null +++ b/FatBinPkg/EnhancedFatDxe/Fat.inf @@ -0,0 +1,57 @@ +#/** @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 +# +# 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 +# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, +# 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 + + +# +# The following information is for reference only and not required by the build tools. +# +# 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 + +[Binaries.X64] + FV|RELEASE|X64/Fat.efi + +[Binaries.IPF] + FV|RELEASE|Ipf/Fat.efi + +[Binaries.EBC] + FV|RELEASE|Ebc/Fat.efi + diff --git a/FatBinPkg/EnhancedFatDxe/Fat.msa b/FatBinPkg/EnhancedFatDxe/Fat.msa new file mode 100644 index 0000000000..44eaf3f43d --- /dev/null +++ b/FatBinPkg/EnhancedFatDxe/Fat.msa @@ -0,0 +1,34 @@ + + + + Fat + UEFI_DRIVER + 961578FE-B6B7-44c3-AF35-6BC705CD2B1F + 1.0 + 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 2006, 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 + THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, + WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. + FRAMEWORK_BUILD_PACKAGING_SPECIFICATION 0x00000052 + + + IA32 X64 IPF EBC + true + Fat + + + Ia32/Fat.efi + Ipf/Fat.efi + X64/Fat.efi + Ebc/Fat.efi + + + EFI_SPECIFICATION_VERSION 0x00020000 + EDK_RELEASE_VERSION 0x00020000 + + \ No newline at end of file diff --git a/FatBinPkg/EnhancedFatDxe/Ia32/Fat.efi b/FatBinPkg/EnhancedFatDxe/Ia32/Fat.efi new file mode 100644 index 0000000000..599e171d33 Binary files /dev/null and b/FatBinPkg/EnhancedFatDxe/Ia32/Fat.efi differ diff --git a/FatBinPkg/EnhancedFatDxe/Ipf/Fat.efi b/FatBinPkg/EnhancedFatDxe/Ipf/Fat.efi new file mode 100644 index 0000000000..f1eb2fcb8c Binary files /dev/null and b/FatBinPkg/EnhancedFatDxe/Ipf/Fat.efi differ diff --git a/FatBinPkg/EnhancedFatDxe/X64/Fat.efi b/FatBinPkg/EnhancedFatDxe/X64/Fat.efi new file mode 100644 index 0000000000..7252aece58 Binary files /dev/null and b/FatBinPkg/EnhancedFatDxe/X64/Fat.efi differ -- cgit v1.2.3