]> git.proxmox.com Git - mirror_edk2.git/blame - SourceLevelDebugPkg/Library/DebugAgent/SmmDebugAgentLib.inf
UefiCpuPkg: Move AsmRelocateApLoopStart from Mpfuncs.nasm to AmdSev.nasm
[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
85f7e110 6# SPDX-License-Identifier: BSD-2-Clause-Patent\r
18b144ea 7#\r
8#\r
9##\r
10\r
11[Defines]\r
12 INF_VERSION = 0x00010005\r
b422b62c 13 BASE_NAME = SmmDebugAgentLib\r
4e363936 14 MODULE_UNI_FILE = SmmDebugAgentLib.uni\r
18b144ea 15 FILE_GUID = CB07D74C-598F-4268-A5D1-644FB4A481E8\r
16 MODULE_TYPE = DXE_SMM_DRIVER\r
5f72e68c 17 VERSION_STRING = 0.8\r
18b144ea 18 LIBRARY_CLASS = DebugAgentLib|DXE_SMM_DRIVER\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 SmmDebugAgent/SmmDebugAgentLib.c\r
28 SmmDebugAgent/SmmDebugAgentLib.h\r
29 DebugAgentCommon/DebugAgent.c\r
30 DebugAgentCommon/DebugAgent.h\r
31 DebugAgentCommon/DebugTimer.c\r
32 DebugAgentCommon/DebugTimer.h\r
33 DebugAgentCommon/DebugMp.c\r
34 DebugAgentCommon/DebugMp.h\r
35\r
36[Sources.Ia32]\r
9ae1572c 37 DebugAgentCommon/Ia32/AsmFuncs.nasm\r
18b144ea 38 DebugAgentCommon/Ia32/ArchDebugSupport.h\r
39 DebugAgentCommon/Ia32/ArchDebugSupport.c\r
18b144ea 40 DebugAgentCommon/Ia32/DebugException.h\r
41\r
42[Sources.X64]\r
9ae1572c 43 DebugAgentCommon/X64/AsmFuncs.nasm\r
18b144ea 44 DebugAgentCommon/X64/ArchDebugSupport.h\r
45 DebugAgentCommon/X64/ArchDebugSupport.c\r
18b144ea 46 DebugAgentCommon/X64/DebugException.h\r
47\r
48[Packages]\r
49 MdePkg/MdePkg.dec\r
50 MdeModulePkg/MdeModulePkg.dec\r
51 UefiCpuPkg/UefiCpuPkg.dec\r
52 SourceLevelDebugPkg/SourceLevelDebugPkg.dec\r
53\r
54[LibraryClasses]\r
55 BaseLib\r
56 BaseMemoryLib\r
57 ResetSystemLib\r
58 IoLib\r
59 DebugCommunicationLib\r
60 UefiLib\r
61 PcdLib\r
62 SynchronizationLib\r
63 LocalApicLib\r
b4ebbaff 64 TimerLib\r
93c0bdec 65 PrintLib\r
b422b62c 66 PeCoffExtraActionLib\r
67 PeCoffGetEntryPointLib\r
8cc26df4 68 SmmServicesTableLib\r
18b144ea 69\r
70[Guids]\r
4e363936
LG
71 ## CONSUMES ## SystemTable\r
72 ## CONSUMES ## HOB\r
73 gEfiDebugAgentGuid\r
4e4a6f3d 74 gEfiVectorHandoffTableGuid ## PRODUCES ## GUID # SMM Configuration Table\r
18b144ea 75\r
76[Pcd]\r
4e363936 77 gEfiMdePkgTokenSpaceGuid.PcdFSBClock ## SOMETIMES_CONSUMES\r
4e4a6f3d 78 # Skip Page Fault exception (14) by default in SMM\r
4e363936 79 gEfiSourceLevelDebugPkgTokenSpaceGuid.PcdExceptionsIgnoredByDebugger|0x00004000 ## SOMETIMES_CONSUMES\r
c00ad623 80 gEfiSourceLevelDebugPkgTokenSpaceGuid.PcdTransferProtocolRevision ## CONSUMES\r
18b144ea 81\r