]> git.proxmox.com Git - mirror_edk2.git/blob - MdePkg/Library/BasePeCoffLib/BasePeCoffLib.inf
In PrintXY() and AsciiPrintXY(), the number of chartacter returned is at most PcdUefi...
[mirror_edk2.git] / MdePkg / Library / BasePeCoffLib / BasePeCoffLib.inf
1 #/** @file
2 # PE/COFF Loader Library implementation.
3 # The IPF version library supports loading IPF and EBC PE/COFF image.
4 # The IA32 version library support loading IA32, X64 and EBC PE/COFF images.
5 # The X64 version library support loading IA32, X64 and EBC PE/COFF images.
6 #
7 # Copyright (c) 2006 - 2009, Intel Corporation.
8 #
9 # All rights reserved. This program and the accompanying materials
10 # are licensed and made available under the terms and conditions of the BSD License
11 # which accompanies this distribution. The full text of the license may be found at
12 # http://opensource.org/licenses/bsd-license.php
13 # THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
14 # WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
15 #
16 #
17 #**/
18
19 [Defines]
20 INF_VERSION = 0x00010005
21 BASE_NAME = BasePeCoffLib
22 FILE_GUID = 556f5d10-7309-4af4-b80a-8196bd60946f
23 MODULE_TYPE = BASE
24 VERSION_STRING = 1.0
25 LIBRARY_CLASS = PeCoffLib
26
27
28 #
29 # VALID_ARCHITECTURES = IA32 X64 IPF EBC
30 #
31
32 [Sources.common]
33 BasePeCoffLibInternals.h
34 BasePeCoff.c
35
36 [Sources.Ia32, Sources.X64, Sources.EBC]
37 PeCoffLoaderEx.c
38
39 [Sources.IPF]
40 Ipf/PeCoffLoaderEx.c
41
42 [Packages]
43 MdePkg/MdePkg.dec
44
45 [LibraryClasses]
46 DebugLib
47 PeCoffExtraActionLib
48 BaseMemoryLib
49