diff --git a/EdkShellBinPkg/FullShell/FullShell.inf b/EdkShellBinPkg/FullShell/FullShell.inf index f4e2548e2b..d7c45e7b7e 100644 --- a/EdkShellBinPkg/FullShell/FullShell.inf +++ b/EdkShellBinPkg/FullShell/FullShell.inf @@ -4,7 +4,7 @@ # 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 - 2010, Intel Corporation. All rights reserved.
+# Copyright (c) 2006 - 2018, 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 @@ -26,7 +26,7 @@ # # The following information is for reference only and not required by the build tools. # -# VALID_ARCHITECTURES = IA32 X64 IPF ARM AARCH64 +# VALID_ARCHITECTURES = IA32 X64 ARM AARCH64 # [Binaries.Ia32] @@ -35,9 +35,6 @@ [Binaries.X64] PE32|X64/Shell_Full.efi|* -[Binaries.IPF] - PE32|Ipf/Shell_Full.efi|* - [Binaries.ARM] PE32|Arm/Shell_Full.efi|* diff --git a/EdkShellBinPkg/MinimumShell/MinimumShell.inf b/EdkShellBinPkg/MinimumShell/MinimumShell.inf index 50e78a5c8b..d4c1681236 100644 --- a/EdkShellBinPkg/MinimumShell/MinimumShell.inf +++ b/EdkShellBinPkg/MinimumShell/MinimumShell.inf @@ -4,7 +4,7 @@ # 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 - 2010, Intel Corporation. All rights reserved.
+# Copyright (c) 2006 - 2018, 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 @@ -26,7 +26,7 @@ # # The following information is for reference only and not required by the build tools. # -# VALID_ARCHITECTURES = IA32 X64 IPF +# VALID_ARCHITECTURES = IA32 X64 # [Binaries.Ia32] @@ -35,9 +35,6 @@ [Binaries.X64] PE32|X64/Shell.efi|* -[Binaries.IPF] - PE32|Ipf/Shell.efi|* - [Binaries.ARM] PE32|Arm/Shell.efi|*