diff options
author | Olivier Martin <olivier.martin@arm.com> | 2013-09-03 15:47:01 +0000 |
---|---|---|
committer | oliviermartin <oliviermartin@6f19259b-4bc3-4df7-8a09-765794883524> | 2013-09-03 15:47:01 +0000 |
commit | f1a3b2a95b683d9d8d209876bdd6a3cbc0144777 (patch) | |
tree | 09ffe5cec3a55d7491721548afa62f592659a329 /ShellBinPkg/MinUefiShell/MinUefiShell.inf | |
parent | 161671977325963e64582531a40129c5def7093b (diff) | |
download | edk2-platforms-f1a3b2a95b683d9d8d209876bdd6a3cbc0144777.tar.xz |
ShellBinPkg: Added Aarch64 Shell binaries
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Olivier Martin <olivier.martin@arm.com>
Reviewed-by: Jaben Carsey <jaben.carsey@intel.com>
git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@14622 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'ShellBinPkg/MinUefiShell/MinUefiShell.inf')
-rw-r--r-- | ShellBinPkg/MinUefiShell/MinUefiShell.inf | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ShellBinPkg/MinUefiShell/MinUefiShell.inf b/ShellBinPkg/MinUefiShell/MinUefiShell.inf index ba4c1f6448..62b586c4ba 100644 --- a/ShellBinPkg/MinUefiShell/MinUefiShell.inf +++ b/ShellBinPkg/MinUefiShell/MinUefiShell.inf @@ -30,3 +30,5 @@ [Binaries.ARM]
PE32|Arm/Shell.efi|*
+[Binaries.AArch64]
+ PE32|AArch64/Shell.efi|*
|