]> 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 e681f0ebd6cbab6a5ece8d30e9c24b1ce2d859d7..ba2b6bb218246dd4e6492cf634ebda77a89f3170 100644 (file)
@@ -1,8 +1,11 @@
 #/** @file\r
-# Component description file for Base PE/COFF Library\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
-# PE/COFF Loader Library implementation.\r
-# Copyright (c) 2006, 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
   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]\r
-  Ia32/PeCoffLoaderEx.c\r
-\r
-[Sources.X64]\r
-  x64/PeCoffLoaderEx.c\r
+[Sources.IA32, Sources.X64, Sources.EBC]\r
+  PeCoffLoaderEx.c\r
 \r
 [Sources.IPF]\r
   Ipf/PeCoffLoaderEx.c\r
 \r
-[Sources.EBC]\r
-  Ebc/PeCoffLoaderEx.c\r
-\r
+[Sources.ARM]\r
+  Arm/PeCoffLoaderEx.c\r
 \r
 [Packages]\r
   MdePkg/MdePkg.dec\r
 \r
-\r
 [LibraryClasses]\r
   DebugLib\r
+  PeCoffExtraActionLib\r
   BaseMemoryLib\r
 \r