]> git.proxmox.com Git - mirror_edk2.git/blob - SourceLevelDebugPkg/Library/PeCoffExtraActionLibDebug/PeCoffExtraActionLibDebug.inf
UefiCpuPkg: Move AsmRelocateApLoopStart from Mpfuncs.nasm to AmdSev.nasm
[mirror_edk2.git] / SourceLevelDebugPkg / Library / PeCoffExtraActionLibDebug / PeCoffExtraActionLibDebug.inf
1 ## @file
2 # PeCoffExtraAction Library to support source level debug.
3 #
4 # Copyright (c) 2010 - 2018, Intel Corporation. All rights reserved.<BR>
5 #
6 # SPDX-License-Identifier: BSD-2-Clause-Patent
7 #
8 #
9 ##
10
11 [Defines]
12 INF_VERSION = 0x00010005
13 BASE_NAME = PeCoffExtraActionLib
14 MODULE_UNI_FILE = PeCoffExtraActionLib.uni
15 FILE_GUID = 8F01CBD5-E069-44d7-90C9-35F0318603AD
16 MODULE_TYPE = BASE
17 VERSION_STRING = 0.8
18 LIBRARY_CLASS = PeCoffExtraActionLib
19
20 #
21 # The following information is for reference only and not required by the build tools.
22 #
23 # VALID_ARCHITECTURES = IA32 X64
24 #
25
26 [Sources.common]
27 PeCoffExtraActionLib.h
28 PeCoffExtraActionLib.c
29
30 [Sources.IA32]
31 Ia32/IntHandlerFuncs.c
32 Ia32/IntHandler.nasm
33
34 [Sources.X64]
35 X64/IntHandlerFuncs.c
36 X64/IntHandler.nasm
37
38 [Packages]
39 MdePkg/MdePkg.dec
40 SourceLevelDebugPkg/SourceLevelDebugPkg.dec
41
42 [LibraryClasses]
43 BaseLib
44 DebugLib
45 IoLib
46 PcdLib
47
48 [Pcd]
49 gEfiSourceLevelDebugPkgTokenSpaceGuid.PcdDebugLoadImageMethod ## CONSUMES
50