]> git.proxmox.com Git - mirror_edk2.git/blame - ArmPkg/Library/BasePeCoffLib/BasePeCoffLib.inf
Sync up ArmPkg with patch from mailing list. Changed name of BdsLib.h to BdsUnixLib...
[mirror_edk2.git] / ArmPkg / Library / BasePeCoffLib / BasePeCoffLib.inf
CommitLineData
934309d5 1## @file\r
2# PE/COFF Loader Library implementation.\r
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
6#\r
7# Copyright (c) 2006 - 2010, Intel Corporation. All rights reserved.<BR>\r
8# Portions copyright (c) 2008 - 2009, Apple Inc. All rights reserved.<BR>\r
9#\r
10# 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
20[Defines]\r
21 INF_VERSION = 0x00010005\r
22 BASE_NAME = MovtBasePeCoffLib\r
23 FILE_GUID = 11D2AB02-24BD-468b-BB84-E1CD5330BB13\r
24 MODULE_TYPE = BASE\r
25 VERSION_STRING = 1.0\r
26 LIBRARY_CLASS = PeCoffLib \r
27\r
28\r
29#\r
30# VALID_ARCHITECTURES = IA32 X64 IPF EBC ARM\r
31#\r
32\r
33[Sources]\r
34 BasePeCoffLibInternals.h\r
35 BasePeCoff.c\r
36\r
37[Sources.IA32, Sources.X64, Sources.EBC]\r
38 PeCoffLoaderEx.c\r
39\r
40[Sources.IPF]\r
41 Ipf/PeCoffLoaderEx.c\r
42\r
43[Sources.ARM]\r
44 Arm/PeCoffLoaderEx.c\r
45\r
46[Packages]\r
47 MdePkg/MdePkg.dec\r
48\r
49[LibraryClasses]\r
50 DebugLib\r
51 PeCoffExtraActionLib\r
52 BaseMemoryLib\r
53\r