From c9416efeef0d4a0554db01f3fd1cdaede14856d7 Mon Sep 17 00:00:00 2001 From: Zhiguang Liu Date: Wed, 4 Dec 2019 08:45:35 +0800 Subject: [PATCH] MdeModulePkg: Add ARM/Aarch64 support which were missing REF:https://bugzilla.tianocore.org/show_bug.cgi?id=2382 Add ARM/Aarch64 which were missing to VALID_ARCHITECTURES in LzmaCustomDecompressLib.inf Cc: Liming Gao Cc: Jian J Wang Cc: Hao A Wu Cc: Leif Lindholm Reviewed-by: Liming Gao Reviewed-by: Philippe Mathieu-Daude Signed-off-by: Zhiguang Liu --- .../Library/LzmaCustomDecompressLib/LzmaCustomDecompressLib.inf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MdeModulePkg/Library/LzmaCustomDecompressLib/LzmaCustomDecompressLib.inf b/MdeModulePkg/Library/LzmaCustomDecompressLib/LzmaCustomDecompressLib.inf index e8061f54f9..4ed1d83a40 100644 --- a/MdeModulePkg/Library/LzmaCustomDecompressLib/LzmaCustomDecompressLib.inf +++ b/MdeModulePkg/Library/LzmaCustomDecompressLib/LzmaCustomDecompressLib.inf @@ -25,7 +25,7 @@ # # The following information is for reference only and not required by the build tools. # -# VALID_ARCHITECTURES = IA32 X64 +# VALID_ARCHITECTURES = IA32 X64 AARCH64 ARM # [Sources]