From 22efd0973a368497a67cfeda2164c34435002706 Mon Sep 17 00:00:00 2001 From: mdkinney Date: Thu, 30 Nov 2006 23:46:15 +0000 Subject: Add a FullShell and MinimumShell module The original Shell module in the bin directory is still present, but will be removed after all platforms have been updated to use either the FullShell or MinimumShell module. git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@2044 6f19259b-4bc3-4df7-8a09-765794883524 --- EdkShellBinPkg/FullShell/FullShell.msa | 40 +++++++++++++++++++++++++++ EdkShellBinPkg/FullShell/ia32/Shell_Full.efi | Bin 0 -> 1118208 bytes EdkShellBinPkg/FullShell/ipf/Shell_Full.efi | Bin 0 -> 2393408 bytes EdkShellBinPkg/FullShell/x64/Shell_full.efi | Bin 0 -> 1010976 bytes 4 files changed, 40 insertions(+) create mode 100644 EdkShellBinPkg/FullShell/FullShell.msa create mode 100644 EdkShellBinPkg/FullShell/ia32/Shell_Full.efi create mode 100644 EdkShellBinPkg/FullShell/ipf/Shell_Full.efi create mode 100644 EdkShellBinPkg/FullShell/x64/Shell_full.efi (limited to 'EdkShellBinPkg/FullShell') diff --git a/EdkShellBinPkg/FullShell/FullShell.msa b/EdkShellBinPkg/FullShell/FullShell.msa new file mode 100644 index 0000000000..dcd8e083ee --- /dev/null +++ b/EdkShellBinPkg/FullShell/FullShell.msa @@ -0,0 +1,40 @@ + + + + FullShell + UEFI_APPLICATION + c57ad6b7-0515-40a8-9d21-551652854e37 + 1.1 + Component description file for EFI Shell module. + + This is a binary module containing multiple binary shell applications. + All .efi file tagged with "ToolCode="DUMMY"" in following file list are raw EFI application + file, and they are can be run in shell environment. + + Copyright (c) 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 + true + FullShell + + + ia32/Shell_Full.efi + ipf/Shell_Full.efi + x64/Shell_Full.efi + + + + + + EFI_SPECIFICATION_VERSION 0x00020000 + EDK_RELEASE_VERSION 0x00020000 + + \ No newline at end of file diff --git a/EdkShellBinPkg/FullShell/ia32/Shell_Full.efi b/EdkShellBinPkg/FullShell/ia32/Shell_Full.efi new file mode 100644 index 0000000000..b90893717e Binary files /dev/null and b/EdkShellBinPkg/FullShell/ia32/Shell_Full.efi differ diff --git a/EdkShellBinPkg/FullShell/ipf/Shell_Full.efi b/EdkShellBinPkg/FullShell/ipf/Shell_Full.efi new file mode 100644 index 0000000000..b4b6cc6dff Binary files /dev/null and b/EdkShellBinPkg/FullShell/ipf/Shell_Full.efi differ diff --git a/EdkShellBinPkg/FullShell/x64/Shell_full.efi b/EdkShellBinPkg/FullShell/x64/Shell_full.efi new file mode 100644 index 0000000000..c6b0a61068 Binary files /dev/null and b/EdkShellBinPkg/FullShell/x64/Shell_full.efi differ -- cgit v1.2.3