diff options
author | Long Qin <qin.long@intel.com> | 2017-08-29 16:11:40 +0800 |
---|---|---|
committer | Long Qin <qin.long@intel.com> | 2017-08-30 11:34:34 +0800 |
commit | 10cd747d33ca8a2e3d4934cee29462d1436a126d (patch) | |
tree | 1a5049c8bdfe7d8862a3e2031af1a84f21b2dde3 /SecurityPkg/Application | |
parent | d431d8339e8b0e8cff634ae2567960706c028522 (diff) | |
download | edk2-10cd747d33ca8a2e3d4934cee29462d1436a126d.zip edk2-10cd747d33ca8a2e3d4934cee29462d1436a126d.tar.gz edk2-10cd747d33ca8a2e3d4934cee29462d1436a126d.tar.bz2 |
SecurityPkg: Add ARM/AARCH64 arch to enable RngTest module build.
Ref: https://bugzilla.tianocore.org/show_bug.cgi?id=680
Adding ARM and AARCH64 to SUPPORTED_ARCHITECTURES in SecurityPkg.dsc
to enable RngTest module build, since this is one platform-independent
application.
Cc: Chao Zhang <chao.b.zhang@intel.com>
Cc: Laszlo Ersek <lersek@redhat.com>
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Qin Long <qin.long@intel.com>
Reviewed-by: Ard Biesheuvel <ard.biesheuvel@linaro.org>
Reviewed-by: Laszlo Ersek <lersek@redhat.com>
Diffstat (limited to 'SecurityPkg/Application')
-rw-r--r-- | SecurityPkg/Application/RngTest/RngTest.inf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/SecurityPkg/Application/RngTest/RngTest.inf b/SecurityPkg/Application/RngTest/RngTest.inf index 334cff4..55510f7 100644 --- a/SecurityPkg/Application/RngTest/RngTest.inf +++ b/SecurityPkg/Application/RngTest/RngTest.inf @@ -27,7 +27,7 @@ #
# The following information is for reference only and not required by the build tools.
#
-# VALID_ARCHITECTURES = IA32 X64
+# VALID_ARCHITECTURES = IA32 X64 ARM AARCH64
#
[Sources]
|