]> git.proxmox.com Git - mirror_edk2.git/blame - MdePkg/Library/BasePeCoffLib/BasePeCoffLib.inf
MdePkg/BaseIoLibIntrinsic: Rename IoLibArm.c=>IoLibNoIo.c
[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
9344f092 15# SPDX-License-Identifier: BSD-2-Clause-Patent\r
d071fb19 16#\r
17#\r
6bfbb5f0 18##\r
d071fb19 19\r
d071fb19 20[Defines]\r
21 INF_VERSION = 0x00010005\r
22 BASE_NAME = BasePeCoffLib\r
c92c1790 23 MODULE_UNI_FILE = BasePeCoffLib.uni\r
d071fb19 24 FILE_GUID = 556f5d10-7309-4af4-b80a-8196bd60946f\r
25 MODULE_TYPE = BASE\r
26 VERSION_STRING = 1.0\r
9095d37b 27 LIBRARY_CLASS = PeCoffLib\r
d071fb19 28\r
29\r
d071fb19 30#\r
3cb0a311 31# VALID_ARCHITECTURES = IA32 X64 EBC ARM AARCH64\r
d071fb19 32#\r
33\r
6bfbb5f0 34[Sources]\r
d071fb19 35 BasePeCoffLibInternals.h\r
36 BasePeCoff.c\r
d071fb19 37\r
7a0ce8c5 38[Sources.IA32, Sources.X64, Sources.EBC, Sources.AARCH64]\r
2bfb6009 39 PeCoffLoaderEx.c\r
d071fb19 40\r
ebd04fc2 41[Sources.ARM]\r
42 Arm/PeCoffLoaderEx.c\r
43\r
d071fb19 44[Packages]\r
45 MdePkg/MdePkg.dec\r
46\r
d071fb19 47[LibraryClasses]\r
48 DebugLib\r
27b2d249 49 PeCoffExtraActionLib\r
d071fb19 50 BaseMemoryLib\r
51\r