]> git.proxmox.com Git - mirror_edk2.git/blame - SourceLevelDebugPkg/Library/DebugAgent/DxeDebugAgentLib.inf
Append double-null for Type 19 data record.
[mirror_edk2.git] / SourceLevelDebugPkg / Library / DebugAgent / DxeDebugAgentLib.inf
CommitLineData
18b144ea 1## @file\r
2# Debug Agent library instance for Dxe Core and Dxe modules.\r
3#\r
4# Copyright (c) 2010, 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 = DxeDebugAgentLib\r
19 FILE_GUID = BA6BAD25-B814-4747-B0B0-0FBB61D40B90\r
20 MODULE_TYPE = DXE_DRIVER\r
21 VERSION_STRING = 0.7\r
22 LIBRARY_CLASS = DebugAgentLib|DXE_CORE DXE_DRIVER\r
23\r
24 CONSTRUCTOR = DxeDebugAgentLibConstructor\r
25\r
26#\r
27# The following information is for reference only and not required by the build tools.\r
28#\r
29# VALID_ARCHITECTURES = IA32 X64\r
30#\r
31\r
32[Sources.common]\r
33 DxeDebugAgent/DxeDebugAgentLib.c\r
34 DxeDebugAgent/DxeDebugAgentLib.h\r
35 DebugAgentCommon/DebugAgent.c\r
36 DebugAgentCommon/DebugAgent.h\r
37 DebugAgentCommon/DebugTimer.c\r
38 DebugAgentCommon/DebugTimer.h\r
39 DebugAgentCommon/DebugMp.c\r
40 DebugAgentCommon/DebugMp.h\r
41\r
42[Sources.Ia32]\r
43 DebugAgentCommon/Ia32/AsmFuncs.S | GCC\r
44 DebugAgentCommon/Ia32/AsmFuncs.asm | MSFT\r
45 DebugAgentCommon/Ia32/ArchDebugSupport.h\r
46 DebugAgentCommon/Ia32/ArchDebugSupport.c\r
47 DebugAgentCommon/Ia32/ArchReadGroupRegister.c\r
48 DebugAgentCommon/Ia32/ArchRegisters.h\r
49 DebugAgentCommon/Ia32/DebugException.h\r
50\r
51[Sources.X64]\r
52 DebugAgentCommon/X64/AsmFuncs.S | GCC\r
53 DebugAgentCommon/X64/AsmFuncs.asm | MSFT\r
54 DebugAgentCommon/X64/ArchDebugSupport.h\r
55 DebugAgentCommon/X64/ArchDebugSupport.c\r
56 DebugAgentCommon/X64/ArchReadGroupRegister.c\r
57 DebugAgentCommon/X64/ArchRegisters.h\r
58 DebugAgentCommon/X64/DebugException.h\r
59\r
60[Packages]\r
61 MdePkg/MdePkg.dec\r
62 MdeModulePkg/MdeModulePkg.dec\r
63 UefiCpuPkg/UefiCpuPkg.dec\r
64 SourceLevelDebugPkg/SourceLevelDebugPkg.dec\r
65\r
66[LibraryClasses]\r
67 BaseLib\r
68 BaseMemoryLib\r
69 ResetSystemLib\r
70 IoLib\r
71 HobLib\r
72 DebugCommunicationLib\r
73 UefiBootServicesTableLib\r
74 UefiLib\r
75 PcdLib\r
76 SynchronizationLib\r
77 MemoryAllocationLib\r
78 LocalApicLib\r
79\r
80[Guids]\r
81 gEfiDebugAgentGuid ## PRODUCES ## Configuration Table\r
82 gEfiDebugAgentGuid ## CONSUMES ## HOB\r
83\r
84[Pcd]\r
85 gEfiMdePkgTokenSpaceGuid.PcdFSBClock ## CONSUMES\r
86 gEfiSourceLevelDebugPkgTokenSpaceGuid.PcdExceptionsIgnoredByDebugger ## CONSUMES\r
87\r