]> git.proxmox.com Git - mirror_edk2.git/blame - ArmPkg/Library/BasePeCoffLib/BasePeCoffLib.inf
ArmPkg/ArmLib.h: Fixed name of the argument
[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
25402f5d 9# Portions copyright (c) 2011 - 2013, ARM Ltd. All rights reserved.<BR>\r
934309d5 10#\r
11# This program and the accompanying materials\r
12# are licensed and made available under the terms and conditions of the BSD License\r
13# which accompanies this distribution. The full text of the license may be found at\r
14# http://opensource.org/licenses/bsd-license.php.\r
15# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
16# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
17#\r
18#\r
19##\r
20\r
21[Defines]\r
22 INF_VERSION = 0x00010005\r
23 BASE_NAME = MovtBasePeCoffLib\r
24 FILE_GUID = 11D2AB02-24BD-468b-BB84-E1CD5330BB13\r
25 MODULE_TYPE = BASE\r
26 VERSION_STRING = 1.0\r
27 LIBRARY_CLASS = PeCoffLib \r
28\r
29\r
30#\r
25402f5d 31# VALID_ARCHITECTURES = IA32 X64 IPF EBC ARM AARCH64\r
934309d5 32#\r
33\r
34[Sources]\r
35 BasePeCoffLibInternals.h\r
36 BasePeCoff.c\r
37\r
38[Sources.IA32, Sources.X64, Sources.EBC]\r
39 PeCoffLoaderEx.c\r
40\r
41[Sources.IPF]\r
42 Ipf/PeCoffLoaderEx.c\r
43\r
44[Sources.ARM]\r
45 Arm/PeCoffLoaderEx.c\r
46\r
25402f5d
HL
47[Sources.AARCH64]\r
48 AArch64/PeCoffLoaderEx.c\r
49\r
934309d5 50[Packages]\r
51 MdePkg/MdePkg.dec\r
52\r
53[LibraryClasses]\r
54 DebugLib\r
55 PeCoffExtraActionLib\r
56 BaseMemoryLib\r
57\r