mirror of
https://github.com/tianocore/edk2
synced 2026-08-27 00:23:19 -04:00
SecurityPkg/Test: add AARCH64 to host test DSC
Add AARCH64 to SUPPORTED_ARCHITECTURES so the SecurityPkg host-based unit tests build and run on an AARCH64 host. Depends on the AARCH64 host-test framework enablement (UnitTestFrameworkPkg/MdePkg). Signed-off-by: Jeff Brasen <jbrasen@nvidia.com>
This commit is contained in:
parent
10732648fb
commit
6a4e543b09
1 changed files with 1 additions and 1 deletions
|
|
@ -12,7 +12,7 @@
|
|||
PLATFORM_VERSION = 0.1
|
||||
DSC_SPECIFICATION = 0x00010005
|
||||
OUTPUT_DIRECTORY = Build/SecurityPkg/HostTest
|
||||
SUPPORTED_ARCHITECTURES = IA32|X64
|
||||
SUPPORTED_ARCHITECTURES = IA32|X64|AARCH64
|
||||
BUILD_TARGETS = NOOPT
|
||||
SKUID_IDENTIFIER = DEFAULT
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue