]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdePkg/Library/BasePeCoffLib/BasePeCoffLib.inf
Add ARM support
[mirror_edk2.git] / MdePkg / Library / BasePeCoffLib / BasePeCoffLib.inf
index aa81bc8f00553bd9658a724c5cd5d45dcdbe48b2..938348a29cd5c7878af02f75f5aa577a4d234b24 100644 (file)
@@ -1,7 +1,11 @@
 #/** @file\r
-# PE/COFF Loader Library implementation.\r
+#  PE/COFF Loader Library implementation.\r
+#  The IPF version library supports loading IPF and EBC PE/COFF image.\r
+#  The IA32 version library support loading IA32, X64 and EBC PE/COFF images.\r
+#  The X64 version library support loading IA32, X64 and EBC PE/COFF images.\r
 #\r
-# Copyright (c) 2006 - 2008, Intel Corporation.\r
+#  Copyright (c) 2006 - 2009, Intel Corporation.<BR>\r
+#  Portions Copyright (c) 2008-2009 Apple Inc.<BR>
 #\r
 #  All rights reserved. This program and the accompanying materials\r
 #  are licensed and made available under the terms and conditions of the BSD License\r
   MODULE_TYPE                    = BASE\r
   VERSION_STRING                 = 1.0\r
   LIBRARY_CLASS                  = PeCoffLib \r
-  EDK_RELEASE_VERSION            = 0x00020000\r
-  EFI_SPECIFICATION_VERSION      = 0x00020000\r
 \r
 \r
 #\r
-#  VALID_ARCHITECTURES           = IA32 X64 IPF EBC\r
+#  VALID_ARCHITECTURES           = IA32 X64 IPF EBC ARM\r
 #\r
 \r
 [Sources.common]\r
   BasePeCoffLibInternals.h\r
   BasePeCoff.c\r
 \r
-[Sources.Ia32, Sources.X64, Sources.EBC]\r
+[Sources.IA32, Sources.X64, Sources.EBC]\r
   PeCoffLoaderEx.c\r
 \r
 [Sources.IPF]\r
   Ipf/PeCoffLoaderEx.c\r
 \r
+[Sources.ARM]
+  Arm/PeCoffLoaderEx.c
+
 [Packages]\r
   MdePkg/MdePkg.dec\r
 \r
 [LibraryClasses]\r
   DebugLib\r
+  PeCoffExtraActionLib\r
   BaseMemoryLib\r
 \r