summaryrefslogtreecommitdiff
path: root/MdePkg/Library/BasePeCoffLib/BasePeCoffLib.inf
diff options
context:
space:
mode:
authormdkinney <mdkinney@6f19259b-4bc3-4df7-8a09-765794883524>2009-08-18 21:01:18 +0000
committermdkinney <mdkinney@6f19259b-4bc3-4df7-8a09-765794883524>2009-08-18 21:01:18 +0000
commit9101c2e89417e103f1831a6aef007df67f3b472c (patch)
tree5439c04abd0da9ca122bcc287528080144111cf2 /MdePkg/Library/BasePeCoffLib/BasePeCoffLib.inf
parent6f0dc9aeffe9d512b00d7128b9a7985dbd3b7576 (diff)
downloadedk2-platforms-9101c2e89417e103f1831a6aef007df67f3b472c.tar.xz
Add ARM support
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@9111 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'MdePkg/Library/BasePeCoffLib/BasePeCoffLib.inf')
-rw-r--r--MdePkg/Library/BasePeCoffLib/BasePeCoffLib.inf10
1 files changed, 7 insertions, 3 deletions
diff --git a/MdePkg/Library/BasePeCoffLib/BasePeCoffLib.inf b/MdePkg/Library/BasePeCoffLib/BasePeCoffLib.inf
index 56f951a171..938348a29c 100644
--- a/MdePkg/Library/BasePeCoffLib/BasePeCoffLib.inf
+++ b/MdePkg/Library/BasePeCoffLib/BasePeCoffLib.inf
@@ -4,7 +4,8 @@
# The IA32 version library support loading IA32, X64 and EBC PE/COFF images.
# The X64 version library support loading IA32, X64 and EBC PE/COFF images.
#
-# Copyright (c) 2006 - 2009, Intel Corporation.
+# Copyright (c) 2006 - 2009, Intel Corporation.<BR>
+# Portions Copyright (c) 2008-2009 Apple Inc.<BR>
#
# All rights reserved. This program and the accompanying materials
# are licensed and made available under the terms and conditions of the BSD License
@@ -26,19 +27,22 @@
#
-# VALID_ARCHITECTURES = IA32 X64 IPF EBC
+# VALID_ARCHITECTURES = IA32 X64 IPF EBC ARM
#
[Sources.common]
BasePeCoffLibInternals.h
BasePeCoff.c
-[Sources.Ia32, Sources.X64, Sources.EBC]
+[Sources.IA32, Sources.X64, Sources.EBC]
PeCoffLoaderEx.c
[Sources.IPF]
Ipf/PeCoffLoaderEx.c
+[Sources.ARM]
+ Arm/PeCoffLoaderEx.c
+
[Packages]
MdePkg/MdePkg.dec