]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdePkg/Library/BasePeCoffLib/BasePeCoffLib.inf
Add following library instances to MDE package:
[mirror_edk2.git] / MdePkg / Library / BasePeCoffLib / BasePeCoffLib.inf
index 7ef65c1e525e490346ccb6e07f1dbf9cacab8eeb..f2c826988abbc5f730fd66e72adebd5e16441dc3 100644 (file)
@@ -1,8 +1,7 @@
 #/** @file\r
-# Component description file for Base PE/COFF Library\r
-#\r
 # PE/COFF Loader Library implementation.\r
-# Copyright (c) 2006, Intel Corporation.\r
+#\r
+# Copyright (c) 2006 - 2008, Intel Corporation.\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
-################################################################################\r
-#\r
-# Defines Section - statements that will be processed to create a Makefile.\r
-#\r
-################################################################################\r
 [Defines]\r
   INF_VERSION                    = 0x00010005\r
   BASE_NAME                      = BasePeCoffLib\r
   VERSION_STRING                 = 1.0\r
   LIBRARY_CLASS                  = PeCoffLib \r
   EDK_RELEASE_VERSION            = 0x00020000\r
-  EFI_SPECIFICATION_VERSION      = 0x00020000\r
 \r
 \r
-#\r
-# The following information is for reference only and not required by the build tools.\r
 #\r
 #  VALID_ARCHITECTURES           = IA32 X64 IPF EBC\r
 #\r
 \r
-################################################################################\r
-#\r
-# Sources Section - list of files that are required for the build to succeed.\r
-#\r
-################################################################################\r
-\r
 [Sources.common]\r
   BasePeCoffLibInternals.h\r
   BasePeCoff.c\r
-  CommonHeader.h\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
-\r
-################################################################################\r
-#\r
-# Package Dependency Section - list of Package files that are required for\r
-#                              this module.\r
-#\r
-################################################################################\r
-\r
 [Packages]\r
   MdePkg/MdePkg.dec\r
 \r
-\r
-################################################################################\r
-#\r
-# Library Class Section - list of Library Classes that are required for\r
-#                         this module.\r
-#\r
-################################################################################\r
-\r
 [LibraryClasses]\r
   DebugLib\r
   BaseMemoryLib\r