]> git.proxmox.com Git - mirror_edk2.git/blame - SourceLevelDebugPkg/Library/DebugAgent/SmmDebugAgentLib.inf
SourceLevelDebugPkg/DebugAgent: Remove AsmFuncs.S in INF
[mirror_edk2.git] / SourceLevelDebugPkg / Library / DebugAgent / SmmDebugAgentLib.inf
CommitLineData
18b144ea 1## @file\r
2# Debug Agent library instance for SMM modules.\r
3#\r
ec51c059 4# Copyright (c) 2010 - 2018, 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
b422b62c 18 BASE_NAME = SmmDebugAgentLib\r
4e363936 19 MODULE_UNI_FILE = SmmDebugAgentLib.uni\r
18b144ea 20 FILE_GUID = CB07D74C-598F-4268-A5D1-644FB4A481E8\r
21 MODULE_TYPE = DXE_SMM_DRIVER\r
5f72e68c 22 VERSION_STRING = 0.8\r
18b144ea 23 LIBRARY_CLASS = DebugAgentLib|DXE_SMM_DRIVER\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 SmmDebugAgent/SmmDebugAgentLib.c\r
33 SmmDebugAgent/SmmDebugAgentLib.h\r
34 DebugAgentCommon/DebugAgent.c\r
35 DebugAgentCommon/DebugAgent.h\r
36 DebugAgentCommon/DebugTimer.c\r
37 DebugAgentCommon/DebugTimer.h\r
38 DebugAgentCommon/DebugMp.c\r
39 DebugAgentCommon/DebugMp.h\r
40\r
41[Sources.Ia32]\r
9ae1572c 42 DebugAgentCommon/Ia32/AsmFuncs.nasm\r
18b144ea 43 DebugAgentCommon/Ia32/ArchDebugSupport.h\r
44 DebugAgentCommon/Ia32/ArchDebugSupport.c\r
18b144ea 45 DebugAgentCommon/Ia32/DebugException.h\r
46\r
47[Sources.X64]\r
9ae1572c 48 DebugAgentCommon/X64/AsmFuncs.nasm\r
18b144ea 49 DebugAgentCommon/X64/ArchDebugSupport.h\r
50 DebugAgentCommon/X64/ArchDebugSupport.c\r
18b144ea 51 DebugAgentCommon/X64/DebugException.h\r
52\r
53[Packages]\r
54 MdePkg/MdePkg.dec\r
55 MdeModulePkg/MdeModulePkg.dec\r
56 UefiCpuPkg/UefiCpuPkg.dec\r
57 SourceLevelDebugPkg/SourceLevelDebugPkg.dec\r
58\r
59[LibraryClasses]\r
60 BaseLib\r
61 BaseMemoryLib\r
62 ResetSystemLib\r
63 IoLib\r
64 DebugCommunicationLib\r
65 UefiLib\r
66 PcdLib\r
67 SynchronizationLib\r
68 LocalApicLib\r
b4ebbaff 69 TimerLib\r
93c0bdec 70 PrintLib\r
b422b62c 71 PeCoffExtraActionLib\r
72 PeCoffGetEntryPointLib\r
8cc26df4 73 SmmServicesTableLib\r
18b144ea 74\r
75[Guids]\r
4e363936
LG
76 ## CONSUMES ## SystemTable\r
77 ## CONSUMES ## HOB\r
78 gEfiDebugAgentGuid\r
4e4a6f3d 79 gEfiVectorHandoffTableGuid ## PRODUCES ## GUID # SMM Configuration Table\r
18b144ea 80\r
81[Pcd]\r
4e363936 82 gEfiMdePkgTokenSpaceGuid.PcdFSBClock ## SOMETIMES_CONSUMES\r
4e4a6f3d 83 # Skip Page Fault exception (14) by default in SMM\r
4e363936 84 gEfiSourceLevelDebugPkgTokenSpaceGuid.PcdExceptionsIgnoredByDebugger|0x00004000 ## SOMETIMES_CONSUMES\r
c00ad623 85 gEfiSourceLevelDebugPkgTokenSpaceGuid.PcdTransferProtocolRevision ## CONSUMES\r
18b144ea 86\r