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