]> git.proxmox.com Git - mirror_edk2.git/blame - SourceLevelDebugPkg/Library/PeCoffExtraActionLibDebug/PeCoffExtraActionLibDebug.inf
IntelFrameworkModulePkg: Remove X86 ASM and S files
[mirror_edk2.git] / SourceLevelDebugPkg / Library / PeCoffExtraActionLibDebug / PeCoffExtraActionLibDebug.inf
CommitLineData
18b144ea 1## @file\r
2# PeCoffExtraAction Library to support source level debug.\r
3#\r
c6d06fdf 4# Copyright (c) 2010 - 2016, Intel Corporation. All rights reserved.<BR>\r
18b144ea 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
4e363936 19 MODULE_UNI_FILE = PeCoffExtraActionLib.uni\r
18b144ea 20 FILE_GUID = 8F01CBD5-E069-44d7-90C9-35F0318603AD\r
21 MODULE_TYPE = BASE\r
ef530fe7 22 VERSION_STRING = 0.8\r
18b144ea 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
b422b62c 32 PeCoffExtraActionLib.h\r
18b144ea 33 PeCoffExtraActionLib.c\r
34\r
b422b62c 35[Sources.IA32]\r
36 Ia32/IntHandlerFuncs.c\r
4db0b65c 37 Ia32/IntHandler.asm\r
c6d06fdf
LG
38 Ia32/IntHandler.nasm\r
39 Ia32/IntHandler.S\r
b422b62c 40\r
41[Sources.X64]\r
42 X64/IntHandlerFuncs.c\r
4db0b65c 43 X64/IntHandler.asm\r
c6d06fdf
LG
44 X64/IntHandler.nasm\r
45 X64/IntHandler.S\r
b422b62c 46\r
18b144ea 47[Packages]\r
48 MdePkg/MdePkg.dec\r
49 SourceLevelDebugPkg/SourceLevelDebugPkg.dec\r
50\r
51[LibraryClasses]\r
52 BaseLib\r
53 DebugLib\r
54 IoLib\r
55 PcdLib\r
56\r
57[Pcd]\r
4e363936
LG
58 gEfiSourceLevelDebugPkgTokenSpaceGuid.PcdDebugLoadImageMethod ## CONSUMES\r
59\r