]> git.proxmox.com Git - mirror_edk2.git/blame - SourceLevelDebugPkg/Library/DebugAgent/SecPeiDebugAgentLib.inf
Fix infinite loop bug in secure boot UI driver.
[mirror_edk2.git] / SourceLevelDebugPkg / Library / DebugAgent / SecPeiDebugAgentLib.inf
CommitLineData
18b144ea 1## @file\r
2# Debug Agent library instance for SEC Core and PEI 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 = SecPeiDebugAgentLib\r
19 FILE_GUID = 508B7D59-CD4E-4a6b-A45B-6D3B2D90111E\r
20 MODULE_TYPE = PEIM\r
21 VERSION_STRING = 0.7\r
22 LIBRARY_CLASS = DebugAgentLib|SEC PEIM\r
23\r
24#\r
25# The following information is for reference only and not required by the build tools.\r
26#\r
27# VALID_ARCHITECTURES = IA32 X64\r
28#\r
29\r
30[Sources.common]\r
31 SecPeiDebugAgent/SecPeiDebugAgentLib.c\r
32 SecPeiDebugAgent/SecPeiDebugAgentLib.h\r
33 DebugAgentCommon/DebugAgent.c\r
34 DebugAgentCommon/DebugAgent.h\r
35 DebugAgentCommon/DebugTimer.c\r
36 DebugAgentCommon/DebugTimer.h\r
37 DebugAgentCommon/DebugMp.c\r
38 DebugAgentCommon/DebugMp.h\r
39\r
40[Sources.Ia32]\r
41 DebugAgentCommon/Ia32/AsmFuncs.S | GCC\r
42 DebugAgentCommon/Ia32/AsmFuncs.asm | MSFT\r
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
48 DebugAgentCommon/X64/AsmFuncs.S | GCC\r
49 DebugAgentCommon/X64/AsmFuncs.asm | MSFT\r
50 DebugAgentCommon/X64/ArchDebugSupport.h\r
51 DebugAgentCommon/X64/ArchDebugSupport.c\r
18b144ea 52 DebugAgentCommon/X64/DebugException.h\r
53\r
54[Packages]\r
55 MdePkg/MdePkg.dec\r
56 MdeModulePkg/MdeModulePkg.dec\r
57 UefiCpuPkg/UefiCpuPkg.dec\r
58 SourceLevelDebugPkg/SourceLevelDebugPkg.dec\r
59\r
60[LibraryClasses]\r
61 BaseLib\r
62 BaseMemoryLib\r
63 ResetSystemLib\r
64 IoLib\r
65 HobLib\r
66 PcdLib\r
67 DebugCommunicationLib\r
68 SynchronizationLib\r
69 LocalApicLib\r
e2104834 70 DebugLib\r
b4ebbaff 71 TimerLib\r
93c0bdec 72 PrintLib\r
18b144ea 73\r
74[Guids]\r
75 gEfiDebugAgentGuid ## PRODUCES ## HOB\r
76\r
77[Pcd]\r
78 gEfiMdePkgTokenSpaceGuid.PcdFSBClock ## CONSUMES\r
79 gEfiSourceLevelDebugPkgTokenSpaceGuid.PcdExceptionsIgnoredByDebugger ## CONSUMES\r
80\r