]> git.proxmox.com Git - mirror_edk2.git/blame - SourceLevelDebugPkg/Library/DebugAgent/DxeDebugAgentLib.inf
Fix infinite loop bug in secure boot UI driver.
[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
b4ebbaff 4# Copyright (c) 2010 - 2012, 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 = 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
93c0bdec 35 DxeDebugAgent/SerialIo.c\r
18b144ea 36 DebugAgentCommon/DebugAgent.c\r
37 DebugAgentCommon/DebugAgent.h\r
38 DebugAgentCommon/DebugTimer.c\r
39 DebugAgentCommon/DebugTimer.h\r
40 DebugAgentCommon/DebugMp.c\r
41 DebugAgentCommon/DebugMp.h\r
42\r
43[Sources.Ia32]\r
44 DebugAgentCommon/Ia32/AsmFuncs.S | GCC\r
45 DebugAgentCommon/Ia32/AsmFuncs.asm | MSFT\r
46 DebugAgentCommon/Ia32/ArchDebugSupport.h\r
47 DebugAgentCommon/Ia32/ArchDebugSupport.c\r
18b144ea 48 DebugAgentCommon/Ia32/DebugException.h\r
49\r
50[Sources.X64]\r
51 DebugAgentCommon/X64/AsmFuncs.S | GCC\r
52 DebugAgentCommon/X64/AsmFuncs.asm | MSFT\r
53 DebugAgentCommon/X64/ArchDebugSupport.h\r
54 DebugAgentCommon/X64/ArchDebugSupport.c\r
18b144ea 55 DebugAgentCommon/X64/DebugException.h\r
56\r
57[Packages]\r
58 MdePkg/MdePkg.dec\r
59 MdeModulePkg/MdeModulePkg.dec\r
60 UefiCpuPkg/UefiCpuPkg.dec\r
61 SourceLevelDebugPkg/SourceLevelDebugPkg.dec\r
62\r
63[LibraryClasses]\r
64 BaseLib\r
65 BaseMemoryLib\r
66 ResetSystemLib\r
67 IoLib\r
68 HobLib\r
69 DebugCommunicationLib\r
70 UefiBootServicesTableLib\r
71 UefiLib\r
72 PcdLib\r
73 SynchronizationLib\r
74 MemoryAllocationLib\r
75 LocalApicLib\r
b4ebbaff 76 TimerLib\r
93c0bdec 77 PrintLib\r
18b144ea 78\r
79[Guids]\r
80 gEfiDebugAgentGuid ## PRODUCES ## Configuration Table\r
81 gEfiDebugAgentGuid ## CONSUMES ## HOB\r
82\r
93c0bdec 83[Protocols]\r
84 gEfiSerialIoProtocolGuid ## PRODUCES\r
85 gEfiDevicePathProtocolGuid ## PRODUCES \r
86 gEfiPcdProtocolGuid ## NOTIFY\r
87\r
18b144ea 88[Pcd]\r
89 gEfiMdePkgTokenSpaceGuid.PcdFSBClock ## CONSUMES\r
93c0bdec 90 gEfiMdePkgTokenSpaceGuid.PcdUartDefaultBaudRate ## CONSUMES\r
91 gEfiMdePkgTokenSpaceGuid.PcdUartDefaultDataBits ## CONSUMES\r
92 gEfiMdePkgTokenSpaceGuid.PcdUartDefaultParity ## CONSUMES\r
93 gEfiMdePkgTokenSpaceGuid.PcdUartDefaultStopBits ## CONSUMES\r
18b144ea 94 gEfiSourceLevelDebugPkgTokenSpaceGuid.PcdExceptionsIgnoredByDebugger ## CONSUMES\r
95\r