]> git.proxmox.com Git - mirror_edk2.git/blame - MdePkg/Library/BasePeCoffLib/BasePeCoffLib.inf
MdePkg/BaseIoLibIntrinsic: IoLibNoIo for LoongArch architecture.
[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
54a3d5ec 6# The RISC-V version library support loading RISC-V images.\r
d071fb19 7#\r
dc204d5a
JY
8# Caution: This module requires additional review when modified.\r
9# This library will have external input - PE/COFF image.\r
10# This external input must be validated carefully to avoid security issue like\r
11# buffer overflow, integer overflow.\r
12#\r
9095d37b 13# Copyright (c) 2006 - 2018, Intel Corporation. All rights reserved.<BR>\r
acf57dec 14# Portions copyright (c) 2008 - 2009, Apple Inc. All rights reserved.<BR>\r
54a3d5ec 15# Portions Copyright (c) 2020, Hewlett Packard Enterprise Development LP. All rights reserved.<BR>\r
d071fb19 16#\r
9344f092 17# SPDX-License-Identifier: BSD-2-Clause-Patent\r
d071fb19 18#\r
19#\r
6bfbb5f0 20##\r
d071fb19 21\r
d071fb19 22[Defines]\r
23 INF_VERSION = 0x00010005\r
24 BASE_NAME = BasePeCoffLib\r
c92c1790 25 MODULE_UNI_FILE = BasePeCoffLib.uni\r
d071fb19 26 FILE_GUID = 556f5d10-7309-4af4-b80a-8196bd60946f\r
27 MODULE_TYPE = BASE\r
28 VERSION_STRING = 1.0\r
9095d37b 29 LIBRARY_CLASS = PeCoffLib\r
d071fb19 30\r
31\r
d071fb19 32#\r
3cb0a311 33# VALID_ARCHITECTURES = IA32 X64 EBC ARM AARCH64\r
d071fb19 34#\r
35\r
6bfbb5f0 36[Sources]\r
d071fb19 37 BasePeCoffLibInternals.h\r
38 BasePeCoff.c\r
d071fb19 39\r
7a0ce8c5 40[Sources.IA32, Sources.X64, Sources.EBC, Sources.AARCH64]\r
2bfb6009 41 PeCoffLoaderEx.c\r
d071fb19 42\r
ebd04fc2 43[Sources.ARM]\r
44 Arm/PeCoffLoaderEx.c\r
45\r
54a3d5ec
AC
46[Sources.RISCV64]\r
47 RiscV/PeCoffLoaderEx.c\r
48\r
d071fb19 49[Packages]\r
50 MdePkg/MdePkg.dec\r
51\r
d071fb19 52[LibraryClasses]\r
53 DebugLib\r
27b2d249 54 PeCoffExtraActionLib\r
d071fb19 55 BaseMemoryLib\r
56\r