From: qhuang8 Date: Mon, 9 Jul 2007 05:09:15 +0000 (+0000) Subject: Rename Internal directory of FatBinPkg to make it more descriptive. X-Git-Tag: edk2-stable201903~22805 X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=commitdiff_plain;h=e806f20585c704fc39d1110e35e8a998d6ea1f01 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 --- 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 diff --git a/FatBinPkg/Fat/Ebc/Fat.efi b/FatBinPkg/Fat/Ebc/Fat.efi deleted file mode 100644 index caf8a3f2b7..0000000000 Binary files a/FatBinPkg/Fat/Ebc/Fat.efi and /dev/null differ diff --git a/FatBinPkg/Fat/Fat.inf b/FatBinPkg/Fat/Fat.inf deleted file mode 100644 index 62b62e2196..0000000000 --- a/FatBinPkg/Fat/Fat.inf +++ /dev/null @@ -1,57 +0,0 @@ -#/** @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/Fat/Fat.msa b/FatBinPkg/Fat/Fat.msa deleted file mode 100644 index 44eaf3f43d..0000000000 --- a/FatBinPkg/Fat/Fat.msa +++ /dev/null @@ -1,34 +0,0 @@ - - - - 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/Fat/Ia32/Fat.efi b/FatBinPkg/Fat/Ia32/Fat.efi deleted file mode 100644 index 599e171d33..0000000000 Binary files a/FatBinPkg/Fat/Ia32/Fat.efi and /dev/null differ diff --git a/FatBinPkg/Fat/Ipf/Fat.efi b/FatBinPkg/Fat/Ipf/Fat.efi deleted file mode 100644 index f1eb2fcb8c..0000000000 Binary files a/FatBinPkg/Fat/Ipf/Fat.efi and /dev/null differ diff --git a/FatBinPkg/Fat/X64/Fat.efi b/FatBinPkg/Fat/X64/Fat.efi deleted file mode 100644 index 7252aece58..0000000000 Binary files a/FatBinPkg/Fat/X64/Fat.efi and /dev/null differ diff --git a/FatBinPkg/FatBinPkg.nspd b/FatBinPkg/FatBinPkg.nspd index b4c90dcb8f..f56a9f4b8a 100644 --- a/FatBinPkg/FatBinPkg.nspd +++ b/FatBinPkg/FatBinPkg.nspd @@ -20,6 +20,6 @@ false - Fat/Fat.msa + EnhancedFatDxe/Fat.msa \ No newline at end of file