]> git.proxmox.com Git - mirror_edk2.git/blame - MdePkg/Library/BasePeCoffLib/BasePeCoffLib.inf
update comments on implementation
[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
981b0f90 7# Copyright (c) 2006 - 2009, Intel Corporation.\r
d071fb19 8#\r
9# All rights reserved. This program and the accompanying materials\r
10# are licensed and made available under the terms and conditions of the BSD License\r
11# which accompanies this distribution. The full text of the license may be found at\r
12# http://opensource.org/licenses/bsd-license.php\r
13# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
14# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
15#\r
16#\r
17#**/\r
18\r
d071fb19 19[Defines]\r
20 INF_VERSION = 0x00010005\r
21 BASE_NAME = BasePeCoffLib\r
22 FILE_GUID = 556f5d10-7309-4af4-b80a-8196bd60946f\r
23 MODULE_TYPE = BASE\r
24 VERSION_STRING = 1.0\r
25 LIBRARY_CLASS = PeCoffLib \r
d071fb19 26\r
27\r
d071fb19 28#\r
29# VALID_ARCHITECTURES = IA32 X64 IPF EBC\r
30#\r
31\r
d071fb19 32[Sources.common]\r
33 BasePeCoffLibInternals.h\r
34 BasePeCoff.c\r
d071fb19 35\r
2bfb6009
LG
36[Sources.Ia32, Sources.X64, Sources.EBC]\r
37 PeCoffLoaderEx.c\r
d071fb19 38\r
39[Sources.IPF]\r
40 Ipf/PeCoffLoaderEx.c\r
41\r
d071fb19 42[Packages]\r
43 MdePkg/MdePkg.dec\r
44\r
d071fb19 45[LibraryClasses]\r
46 DebugLib\r
27b2d249 47 PeCoffExtraActionLib\r
d071fb19 48 BaseMemoryLib\r
49\r