]> git.proxmox.com Git - mirror_edk2.git/blob - SourceLevelDebugPkg/Library/DebugAgent/SecPeiDebugAgentLib.inf
8de4cbd9ee860ab0ee31e3965f8224daad0b28ac
[mirror_edk2.git] / SourceLevelDebugPkg / Library / DebugAgent / SecPeiDebugAgentLib.inf
1 ## @file
2 # Debug Agent library instance for SEC Core and PEI modules.
3 #
4 # Copyright (c) 2010 - 2013, 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 = SecPeiDebugAgentLib
19 FILE_GUID = 508B7D59-CD4E-4a6b-A45B-6D3B2D90111E
20 MODULE_TYPE = PEIM
21 VERSION_STRING = 0.7
22 LIBRARY_CLASS = DebugAgentLib|SEC PEIM
23
24 #
25 # The following information is for reference only and not required by the build tools.
26 #
27 # VALID_ARCHITECTURES = IA32 X64
28 #
29
30 [Sources.common]
31 SecPeiDebugAgent/SecPeiDebugAgentLib.c
32 SecPeiDebugAgent/SecPeiDebugAgentLib.h
33 DebugAgentCommon/DebugAgent.c
34 DebugAgentCommon/DebugAgent.h
35 DebugAgentCommon/DebugTimer.c
36 DebugAgentCommon/DebugTimer.h
37 DebugAgentCommon/DebugMp.c
38 DebugAgentCommon/DebugMp.h
39
40 [Sources.Ia32]
41 DebugAgentCommon/Ia32/AsmFuncs.S | GCC
42 DebugAgentCommon/Ia32/AsmFuncs.asm
43 DebugAgentCommon/Ia32/ArchDebugSupport.h
44 DebugAgentCommon/Ia32/ArchDebugSupport.c
45 DebugAgentCommon/Ia32/DebugException.h
46
47 [Sources.X64]
48 DebugAgentCommon/X64/AsmFuncs.S | GCC
49 DebugAgentCommon/X64/AsmFuncs.asm
50 DebugAgentCommon/X64/ArchDebugSupport.h
51 DebugAgentCommon/X64/ArchDebugSupport.c
52 DebugAgentCommon/X64/DebugException.h
53
54 [Packages]
55 MdePkg/MdePkg.dec
56 MdeModulePkg/MdeModulePkg.dec
57 UefiCpuPkg/UefiCpuPkg.dec
58 SourceLevelDebugPkg/SourceLevelDebugPkg.dec
59
60 [LibraryClasses]
61 BaseLib
62 BaseMemoryLib
63 ResetSystemLib
64 IoLib
65 HobLib
66 PcdLib
67 DebugCommunicationLib
68 SynchronizationLib
69 LocalApicLib
70 DebugLib
71 TimerLib
72 PrintLib
73 PeiServicesLib
74 MemoryAllocationLib
75 PeCoffGetEntryPointLib
76 PeCoffExtraActionLib
77
78 [Ppis]
79 gEfiPeiMemoryDiscoveredPpiGuid
80 gEfiVectorHandoffInfoPpiGuid ## PRODUCES
81
82 [Guids]
83 gEfiDebugAgentGuid ## PRODUCES ## HOB
84
85 [Pcd]
86 gEfiMdePkgTokenSpaceGuid.PcdFSBClock ## CONSUMES
87 gEfiSourceLevelDebugPkgTokenSpaceGuid.PcdExceptionsIgnoredByDebugger ## CONSUMES
88 gEfiSourceLevelDebugPkgTokenSpaceGuid.PcdDebugPortHandleBufferSize ## CONSUMES
89