VirtualBox

source: vbox/trunk/src/VBox/Devices/EFI/Firmware/MdePkg/Library/BasePeCoffLib/BasePeCoffLib.inf@ 62180

最後變更 在這個檔案從62180是 58466,由 vboxsync 提交於 9 年 前

EFI/Firmware: Merged in the svn:eol-style, svn:mime-type and trailing whitespace cleanup that was done after the initial UDK2014.SP1 import: svn merge /vendor/edk2/UDK2014.SP1 /vendor/edk2/current .

  • 屬性 svn:eol-style 設為 native
檔案大小: 1.8 KB
 
1## @file
2# PE/COFF Loader Library implementation.
3# The IPF version library supports loading IPF and EBC PE/COFF image.
4# The IA32 version library support loading IA32, X64 and EBC PE/COFF images.
5# The X64 version library support loading IA32, X64 and EBC PE/COFF images.
6#
7# Caution: This module requires additional review when modified.
8# This library will have external input - PE/COFF image.
9# This external input must be validated carefully to avoid security issue like
10# buffer overflow, integer overflow.
11#
12# Copyright (c) 2006 - 2014, Intel Corporation. All rights reserved.<BR>
13# Portions copyright (c) 2008 - 2009, Apple Inc. All rights reserved.<BR>
14#
15# This program and the accompanying materials
16# are licensed and made available under the terms and conditions of the BSD License
17# which accompanies this distribution. The full text of the license may be found at
18# http://opensource.org/licenses/bsd-license.php.
19# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
20# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
21#
22#
23##
24
25[Defines]
26 INF_VERSION = 0x00010005
27 BASE_NAME = BasePeCoffLib
28 MODULE_UNI_FILE = BasePeCoffLib.uni
29 FILE_GUID = 556f5d10-7309-4af4-b80a-8196bd60946f
30 MODULE_TYPE = BASE
31 VERSION_STRING = 1.0
32 LIBRARY_CLASS = PeCoffLib
33
34
35#
36# VALID_ARCHITECTURES = IA32 X64 IPF EBC ARM AARCH64
37#
38
39[Sources]
40 BasePeCoffLibInternals.h
41 BasePeCoff.c
42
43[Sources.IA32, Sources.X64, Sources.EBC]
44 PeCoffLoaderEx.c
45
46[Sources.IPF]
47 Ipf/PeCoffLoaderEx.c
48
49[Sources.ARM]
50 Arm/PeCoffLoaderEx.c
51
52[Sources.AARCH64]
53 AArch64/PeCoffLoaderEx.c
54
55[Packages]
56 MdePkg/MdePkg.dec
57
58[LibraryClasses]
59 DebugLib
60 PeCoffExtraActionLib
61 BaseMemoryLib
62
注意: 瀏覽 TracBrowser 來幫助您使用儲存庫瀏覽器

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette