]> git.proxmox.com Git - mirror_edk2.git/blame_incremental - SourceLevelDebugPkg/Library/PeCoffExtraActionLibDebug/PeCoffExtraActionLibDebug.inf
SourceLevelDebugPkg: Remove X86 ASM and S files
[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# This program and the accompanying materials\r
7# are licensed and made available under the terms and conditions of the BSD License\r
8# which accompanies this distribution. The full text of the license may be found at\r
9# http://opensource.org/licenses/bsd-license.php.\r
10# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
11# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
12#\r
13#\r
14##\r
15\r
16[Defines]\r
17 INF_VERSION = 0x00010005\r
18 BASE_NAME = PeCoffExtraActionLib\r
19 MODULE_UNI_FILE = PeCoffExtraActionLib.uni\r
20 FILE_GUID = 8F01CBD5-E069-44d7-90C9-35F0318603AD\r
21 MODULE_TYPE = BASE\r
22 VERSION_STRING = 0.8\r
23 LIBRARY_CLASS = PeCoffExtraActionLib\r
24\r
25#\r
26# The following information is for reference only and not required by the build tools.\r
27#\r
28# VALID_ARCHITECTURES = IA32 X64\r
29#\r
30\r
31[Sources.common]\r
32 PeCoffExtraActionLib.h\r
33 PeCoffExtraActionLib.c\r
34\r
35[Sources.IA32]\r
36 Ia32/IntHandlerFuncs.c\r
37 Ia32/IntHandler.nasm\r
38 Ia32/IntHandler.S\r
39\r
40[Sources.X64]\r
41 X64/IntHandlerFuncs.c\r
42 X64/IntHandler.nasm\r
43 X64/IntHandler.S\r
44\r
45[Packages]\r
46 MdePkg/MdePkg.dec\r
47 SourceLevelDebugPkg/SourceLevelDebugPkg.dec\r
48\r
49[LibraryClasses]\r
50 BaseLib\r
51 DebugLib\r
52 IoLib\r
53 PcdLib\r
54\r
55[Pcd]\r
56 gEfiSourceLevelDebugPkgTokenSpaceGuid.PcdDebugLoadImageMethod ## CONSUMES\r
57\r