]> git.proxmox.com Git - mirror_edk2.git/blame - MdePkg/Library/BasePeCoffLib/BasePeCoffLib.inf
OVMF: Align PE images in ROM, and strip relocations were possible.
[mirror_edk2.git] / MdePkg / Library / BasePeCoffLib / BasePeCoffLib.inf
CommitLineData
d071fb19 1#/** @file\r
34b0820e 2# PE/COFF Loader Library implementation.\r
981b0f90
LG
3# The IPF version library supports loading IPF and EBC PE/COFF image.\r
4# The IA32 version library support loading IA32, X64 and EBC PE/COFF images.\r
5# The X64 version library support loading IA32, X64 and EBC PE/COFF images.\r
d071fb19 6#\r
9101c2e8 7# Copyright (c) 2006 - 2009, Intel Corporation.<BR>\r
acbcf042 8# Portions copyright (c) 2008-2009 Apple Inc. All rights reserved.<BR>\r
d071fb19 9#\r
10# All rights reserved. This program and the accompanying materials\r
11# are licensed and made available under the terms and conditions of the BSD License\r
12# which accompanies this distribution. The full text of the license may be found at\r
13# http://opensource.org/licenses/bsd-license.php\r
14# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
15# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
16#\r
17#\r
18#**/\r
19\r
d071fb19 20[Defines]\r
21 INF_VERSION = 0x00010005\r
22 BASE_NAME = BasePeCoffLib\r
23 FILE_GUID = 556f5d10-7309-4af4-b80a-8196bd60946f\r
24 MODULE_TYPE = BASE\r
25 VERSION_STRING = 1.0\r
26 LIBRARY_CLASS = PeCoffLib \r
d071fb19 27\r
28\r
d071fb19 29#\r
9101c2e8 30# VALID_ARCHITECTURES = IA32 X64 IPF EBC ARM\r
d071fb19 31#\r
32\r
d071fb19 33[Sources.common]\r
34 BasePeCoffLibInternals.h\r
35 BasePeCoff.c\r
d071fb19 36\r
9101c2e8 37[Sources.IA32, Sources.X64, Sources.EBC]\r
2bfb6009 38 PeCoffLoaderEx.c\r
d071fb19 39\r
40[Sources.IPF]\r
41 Ipf/PeCoffLoaderEx.c\r
42\r
ebd04fc2 43[Sources.ARM]\r
44 Arm/PeCoffLoaderEx.c\r
45\r
d071fb19 46[Packages]\r
47 MdePkg/MdePkg.dec\r
48\r
d071fb19 49[LibraryClasses]\r
50 DebugLib\r
27b2d249 51 PeCoffExtraActionLib\r
d071fb19 52 BaseMemoryLib\r
53\r