]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdePkg/Library/BasePeCoffLib/BasePeCoffLib.inf
Update to make end-of-line consistent for all source files in MdePkg. There are no...
[mirror_edk2.git] / MdePkg / Library / BasePeCoffLib / BasePeCoffLib.inf
index dd11c01511b85d7c04ec25ee58df9560a19d3e78..ba2b6bb218246dd4e6492cf634ebda77a89f3170 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
 #\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
 \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]\r
+  Arm/PeCoffLoaderEx.c\r
+\r
 [Packages]\r
   MdePkg/MdePkg.dec\r
 \r
 [LibraryClasses]\r
   DebugLib\r
+  PeCoffExtraActionLib\r
   BaseMemoryLib\r
 \r