From ba4415a260cecc21585707d012c4f8e403fbcacf Mon Sep 17 00:00:00 2001 From: mdkinney Date: Tue, 18 Aug 2009 20:53:24 +0000 Subject: [PATCH] Add ARM as one of the supported architectures git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@9105 6f19259b-4bc3-4df7-8a09-765794883524 --- MdePkg/MdePkg.dsc | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/MdePkg/MdePkg.dsc b/MdePkg/MdePkg.dsc index bdd5f8b26e..e31612cfbb 100644 --- a/MdePkg/MdePkg.dsc +++ b/MdePkg/MdePkg.dsc @@ -1,7 +1,8 @@ #/** @file # EFI/PI MdePkg Package # -# Copyright (c) 2007 - 2009, Intel Corporation +# Copyright (c) 2007 - 2009, Intel Corporation
+# Portions Copyright (c) 2008-2009 Apple Inc.
# # All rights reserved. This program and the accompanying materials # are licensed and made available under the terms and conditions of the BSD License @@ -19,7 +20,7 @@ PLATFORM_VERSION = 1.01 DSC_SPECIFICATION = 0x00010005 OUTPUT_DIRECTORY = Build/Mde - SUPPORTED_ARCHITECTURES = IA32|IPF|X64|EBC + SUPPORTED_ARCHITECTURES = IA32|IPF|X64|EBC|ARM BUILD_TARGETS = DEBUG|RELEASE SKUID_IDENTIFIER = DEFAULT -- 2.39.2