FmpDevicePkg: Host Test: Adding AArch64 target

This change adds the AArch64 target for host based unit tests.

Signed-off-by: Kun Qin <kun.qin@microsoft.com>
This commit is contained in:
Kun Qin 2026-01-27 16:40:21 -08:00 committed by mergify[bot]
parent 47c48984c5
commit a57c5b6da4

View file

@ -12,7 +12,7 @@
PLATFORM_VERSION = 0.1 PLATFORM_VERSION = 0.1
DSC_SPECIFICATION = 0x00010005 DSC_SPECIFICATION = 0x00010005
OUTPUT_DIRECTORY = Build/FmpDevicePkg/HostTest OUTPUT_DIRECTORY = Build/FmpDevicePkg/HostTest
SUPPORTED_ARCHITECTURES = IA32|X64 SUPPORTED_ARCHITECTURES = IA32|X64|AARCH64
BUILD_TARGETS = NOOPT BUILD_TARGETS = NOOPT
SKUID_IDENTIFIER = DEFAULT SKUID_IDENTIFIER = DEFAULT