]> git.proxmox.com Git - mirror_edk2.git/blob - SourceLevelDebugPkg/Library/DebugAgent/DxeDebugAgentLib.inf
Import SourceLevelDebugPkg.
[mirror_edk2.git] / SourceLevelDebugPkg / Library / DebugAgent / DxeDebugAgentLib.inf
1 ## @file
2 # Debug Agent library instance for Dxe Core and Dxe modules.
3 #
4 # Copyright (c) 2010, Intel Corporation. All rights reserved.<BR>
5 #
6 # This program and the accompanying materials
7 # are licensed and made available under the terms and conditions of the BSD License
8 # which accompanies this distribution. The full text of the license may be found at
9 # http://opensource.org/licenses/bsd-license.php.
10 # THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
11 # WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
12 #
13 #
14 ##
15
16 [Defines]
17 INF_VERSION = 0x00010005
18 BASE_NAME = DxeDebugAgentLib
19 FILE_GUID = BA6BAD25-B814-4747-B0B0-0FBB61D40B90
20 MODULE_TYPE = DXE_DRIVER
21 VERSION_STRING = 0.7
22 LIBRARY_CLASS = DebugAgentLib|DXE_CORE DXE_DRIVER
23
24 CONSTRUCTOR = DxeDebugAgentLibConstructor
25
26 #
27 # The following information is for reference only and not required by the build tools.
28 #
29 # VALID_ARCHITECTURES = IA32 X64
30 #
31
32 [Sources.common]
33 DxeDebugAgent/DxeDebugAgentLib.c
34 DxeDebugAgent/DxeDebugAgentLib.h
35 DebugAgentCommon/DebugAgent.c
36 DebugAgentCommon/DebugAgent.h
37 DebugAgentCommon/DebugTimer.c
38 DebugAgentCommon/DebugTimer.h
39 DebugAgentCommon/DebugMp.c
40 DebugAgentCommon/DebugMp.h
41
42 [Sources.Ia32]
43 DebugAgentCommon/Ia32/AsmFuncs.S | GCC
44 DebugAgentCommon/Ia32/AsmFuncs.asm | MSFT
45 DebugAgentCommon/Ia32/ArchDebugSupport.h
46 DebugAgentCommon/Ia32/ArchDebugSupport.c
47 DebugAgentCommon/Ia32/ArchReadGroupRegister.c
48 DebugAgentCommon/Ia32/ArchRegisters.h
49 DebugAgentCommon/Ia32/DebugException.h
50
51 [Sources.X64]
52 DebugAgentCommon/X64/AsmFuncs.S | GCC
53 DebugAgentCommon/X64/AsmFuncs.asm | MSFT
54 DebugAgentCommon/X64/ArchDebugSupport.h
55 DebugAgentCommon/X64/ArchDebugSupport.c
56 DebugAgentCommon/X64/ArchReadGroupRegister.c
57 DebugAgentCommon/X64/ArchRegisters.h
58 DebugAgentCommon/X64/DebugException.h
59
60 [Packages]
61 MdePkg/MdePkg.dec
62 MdeModulePkg/MdeModulePkg.dec
63 UefiCpuPkg/UefiCpuPkg.dec
64 SourceLevelDebugPkg/SourceLevelDebugPkg.dec
65
66 [LibraryClasses]
67 BaseLib
68 BaseMemoryLib
69 ResetSystemLib
70 IoLib
71 HobLib
72 DebugCommunicationLib
73 UefiBootServicesTableLib
74 UefiLib
75 PcdLib
76 SynchronizationLib
77 MemoryAllocationLib
78 LocalApicLib
79
80 [Guids]
81 gEfiDebugAgentGuid ## PRODUCES ## Configuration Table
82 gEfiDebugAgentGuid ## CONSUMES ## HOB
83
84 [Pcd]
85 gEfiMdePkgTokenSpaceGuid.PcdFSBClock ## CONSUMES
86 gEfiSourceLevelDebugPkgTokenSpaceGuid.PcdExceptionsIgnoredByDebugger ## CONSUMES
87