X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=blobdiff_plain;f=EdkShellBinPkg%2FFullShell%2FFullShell.inf;h=d7c45e7b7ef0fb3e1ff1a5c2ad9e2a0180004331;hp=460ae7dfd7ed72639b7ba128d088237c77fa3296;hb=bef1933e723095cd877c6986947937d25bf66309;hpb=50835d0075fb7abe43f83bcdfb6dfdddd0bc0b02 diff --git a/EdkShellBinPkg/FullShell/FullShell.inf b/EdkShellBinPkg/FullShell/FullShell.inf index 460ae7dfd7..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 +# VALID_ARCHITECTURES = IA32 X64 ARM AARCH64 # [Binaries.Ia32] @@ -35,6 +35,8 @@ [Binaries.X64] PE32|X64/Shell_Full.efi|* -[Binaries.IPF] - PE32|Ipf/Shell_Full.efi|* +[Binaries.ARM] + PE32|Arm/Shell_Full.efi|* +[Binaries.AARCH64] + PE32|AArch64/Shell_Full.efi|*