]> git.proxmox.com Git - mirror_edk2.git/blame - MdePkg/Library/BasePeCoffLib/BasePeCoffLib.inf
MdePkg: Clean up source files
[mirror_edk2.git] / MdePkg / Library / BasePeCoffLib / BasePeCoffLib.inf
CommitLineData
6bfbb5f0 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
dc204d5a
JY
7# Caution: This module requires additional review when modified.\r
8# This library will have external input - PE/COFF image.\r
9# This external input must be validated carefully to avoid security issue like\r
10# buffer overflow, integer overflow.\r
11#\r
9095d37b 12# Copyright (c) 2006 - 2018, Intel Corporation. All rights reserved.<BR>\r
acf57dec 13# Portions copyright (c) 2008 - 2009, Apple Inc. All rights reserved.<BR>\r
d071fb19 14#\r
acf57dec 15# This program and the accompanying materials\r
d071fb19 16# are licensed and made available under the terms and conditions of the BSD License\r
17# which accompanies this distribution. The full text of the license may be found at\r
2fc59a00 18# http://opensource.org/licenses/bsd-license.php.\r
d071fb19 19# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
20# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
21#\r
22#\r
6bfbb5f0 23##\r
d071fb19 24\r
d071fb19 25[Defines]\r
26 INF_VERSION = 0x00010005\r
27 BASE_NAME = BasePeCoffLib\r
c92c1790 28 MODULE_UNI_FILE = BasePeCoffLib.uni\r
d071fb19 29 FILE_GUID = 556f5d10-7309-4af4-b80a-8196bd60946f\r
30 MODULE_TYPE = BASE\r
31 VERSION_STRING = 1.0\r
9095d37b 32 LIBRARY_CLASS = PeCoffLib\r
d071fb19 33\r
34\r
d071fb19 35#\r
fed549d7 36# VALID_ARCHITECTURES = IA32 X64 IPF EBC ARM AARCH64\r
d071fb19 37#\r
38\r
6bfbb5f0 39[Sources]\r
d071fb19 40 BasePeCoffLibInternals.h\r
41 BasePeCoff.c\r
d071fb19 42\r
7a0ce8c5 43[Sources.IA32, Sources.X64, Sources.EBC, Sources.AARCH64]\r
2bfb6009 44 PeCoffLoaderEx.c\r
d071fb19 45\r
46[Sources.IPF]\r
47 Ipf/PeCoffLoaderEx.c\r
48\r
ebd04fc2 49[Sources.ARM]\r
50 Arm/PeCoffLoaderEx.c\r
51\r
d071fb19 52[Packages]\r
53 MdePkg/MdePkg.dec\r
54\r
d071fb19 55[LibraryClasses]\r
56 DebugLib\r
27b2d249 57 PeCoffExtraActionLib\r
d071fb19 58 BaseMemoryLib\r
59\r