]> git.proxmox.com Git - mirror_edk2.git/blame_incremental - SourceLevelDebugPkg/Library/DebugAgent/SecPeiDebugAgentLib.inf
SourceLevelDebugPkg: Use Pcd for the revision of transfer protocol
[mirror_edk2.git] / SourceLevelDebugPkg / Library / DebugAgent / SecPeiDebugAgentLib.inf
... / ...
CommitLineData
1## @file\r
2# Debug Agent library instance for SEC Core and PEI modules.\r
3#\r
4# Copyright (c) 2010 - 2017, 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 = SecPeiDebugAgentLib\r
19 MODULE_UNI_FILE = SecPeiDebugAgentLib.uni\r
20 FILE_GUID = 508B7D59-CD4E-4a6b-A45B-6D3B2D90111E\r
21 MODULE_TYPE = PEIM\r
22 VERSION_STRING = 0.8\r
23 LIBRARY_CLASS = DebugAgentLib|SEC PEIM\r
24\r
25#\r
26# The following information is for reference only and not required by the build tools.\r
27#\r
28# VALID_ARCHITECTURES = IA32 X64\r
29#\r
30\r
31[Sources.common]\r
32 SecPeiDebugAgent/SecPeiDebugAgentLib.c\r
33 SecPeiDebugAgent/SecPeiDebugAgentLib.h\r
34 DebugAgentCommon/DebugAgent.c\r
35 DebugAgentCommon/DebugAgent.h\r
36 DebugAgentCommon/DebugTimer.c\r
37 DebugAgentCommon/DebugTimer.h\r
38 DebugAgentCommon/DebugMp.c\r
39 DebugAgentCommon/DebugMp.h\r
40\r
41[Sources.Ia32]\r
42 DebugAgentCommon/Ia32/AsmFuncs.S\r
43 DebugAgentCommon/Ia32/AsmFuncs.asm\r
44 DebugAgentCommon/Ia32/AsmFuncs.nasm\r
45 DebugAgentCommon/Ia32/ArchDebugSupport.h\r
46 DebugAgentCommon/Ia32/ArchDebugSupport.c\r
47 DebugAgentCommon/Ia32/DebugException.h\r
48\r
49[Sources.X64]\r
50 DebugAgentCommon/X64/AsmFuncs.S\r
51 DebugAgentCommon/X64/AsmFuncs.asm\r
52 DebugAgentCommon/X64/AsmFuncs.nasm\r
53 DebugAgentCommon/X64/ArchDebugSupport.h\r
54 DebugAgentCommon/X64/ArchDebugSupport.c\r
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 PcdLib\r
70 DebugCommunicationLib\r
71 SynchronizationLib\r
72 LocalApicLib\r
73 DebugLib\r
74 TimerLib\r
75 PrintLib\r
76 PeiServicesLib\r
77 MemoryAllocationLib\r
78 PeCoffGetEntryPointLib\r
79 PeCoffExtraActionLib\r
80\r
81[Ppis]\r
82 gEfiPeiMemoryDiscoveredPpiGuid ## NOTIFY\r
83 gEfiVectorHandoffInfoPpiGuid ## PRODUCES\r
84\r
85[Guids]\r
86 ## PRODUCES ## HOB\r
87 ## CONSUMES ## HOB\r
88 gEfiDebugAgentGuid\r
89\r
90[Pcd]\r
91 gEfiMdePkgTokenSpaceGuid.PcdFSBClock ## SOMETIMES_CONSUMES\r
92 gEfiSourceLevelDebugPkgTokenSpaceGuid.PcdExceptionsIgnoredByDebugger ## SOMETIMES_CONSUMES\r
93 gEfiSourceLevelDebugPkgTokenSpaceGuid.PcdDebugPortHandleBufferSize ## SOMETIMES_CONSUMES\r
94 gEfiSourceLevelDebugPkgTokenSpaceGuid.PcdTransferProtocolRevision ## CONSUMES\r
95\r