]> git.proxmox.com Git - mirror_edk2.git/blame_incremental - MdePkg/Library/BasePeCoffLib/BasePeCoffLib.inf
Add comment for modules which have external input.
[mirror_edk2.git] / MdePkg / Library / BasePeCoffLib / BasePeCoffLib.inf
... / ...
CommitLineData
1## @file\r
2# PE/COFF Loader Library implementation.\r
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
6#\r
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
12# Copyright (c) 2006 - 2012, Intel Corporation. All rights reserved.<BR>\r
13# Portions copyright (c) 2008 - 2009, Apple Inc. All rights reserved.<BR>\r
14#\r
15# This program and the accompanying materials\r
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
18# http://opensource.org/licenses/bsd-license.php.\r
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
23##\r
24\r
25[Defines]\r
26 INF_VERSION = 0x00010005\r
27 BASE_NAME = BasePeCoffLib\r
28 FILE_GUID = 556f5d10-7309-4af4-b80a-8196bd60946f\r
29 MODULE_TYPE = BASE\r
30 VERSION_STRING = 1.0\r
31 LIBRARY_CLASS = PeCoffLib \r
32\r
33\r
34#\r
35# VALID_ARCHITECTURES = IA32 X64 IPF EBC ARM\r
36#\r
37\r
38[Sources]\r
39 BasePeCoffLibInternals.h\r
40 BasePeCoff.c\r
41\r
42[Sources.IA32, Sources.X64, Sources.EBC]\r
43 PeCoffLoaderEx.c\r
44\r
45[Sources.IPF]\r
46 Ipf/PeCoffLoaderEx.c\r
47\r
48[Sources.ARM]\r
49 Arm/PeCoffLoaderEx.c\r
50\r
51[Packages]\r
52 MdePkg/MdePkg.dec\r
53\r
54[LibraryClasses]\r
55 DebugLib\r
56 PeCoffExtraActionLib\r
57 BaseMemoryLib\r
58\r