From 6732c21093c09a3bbff84d0b2ae6dd1877f68692 Mon Sep 17 00:00:00 2001 From: Leif Lindholm Date: Wed, 25 Apr 2018 14:26:25 +0100 Subject: edk2-platforms.config: add helloworld target Add a target for the Hello World example application in edk2 MdeModulePkg. Signed-off-by: Leif Lindholm --- edk2-platforms.config | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/edk2-platforms.config b/edk2-platforms.config index f4578e8..9cb6629 100644 --- a/edk2-platforms.config +++ b/edk2-platforms.config @@ -207,3 +207,9 @@ ARCH=ARM LONGNAME=ArmVirtPkg QEMU DSC=ArmVirtPkg/ArmVirtQemu.dsc ARCH=AARCH64 + +[helloworld] +LONGNAME=EDK2 Hello World Example +DSC=MdeModulePkg/MdeModulePkg.dsc +INF=MdeModulePkg/Application/HelloWorld/HelloWorld.inf +ARCH=AARCH64 -- cgit v1.2.3