]> git.proxmox.com Git - mirror_edk2.git/blame - SourceLevelDebugPkg/Library/DebugAgent/DxeDebugAgentLib.inf
Correct INF file to make module pass ICC compiler.
[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
b422b62c 4# Copyright (c) 2010 - 2013, 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
4db0b65c 45 DebugAgentCommon/Ia32/AsmFuncs.asm\r
18b144ea 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
4db0b65c 52 DebugAgentCommon/X64/AsmFuncs.asm\r
18b144ea 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
b422b62c 78 PeCoffGetEntryPointLib\r
79 PeCoffExtraActionLib\r
80 MemoryAllocationLib\r
18b144ea 81\r
82[Guids]\r
83 gEfiDebugAgentGuid ## PRODUCES ## Configuration Table\r
84 gEfiDebugAgentGuid ## CONSUMES ## HOB\r
8cc26df4
JF
85 gEfiVectorHandoffTableGuid ## SOMETIMES_PRODUCES ## Configuration Table\r
86 \r
87[Ppis]\r
88 gEfiVectorHandoffInfoPpiGuid ## UNDEFINED\r
89 \r
93c0bdec 90[Protocols]\r
91 gEfiSerialIoProtocolGuid ## PRODUCES\r
92 gEfiDevicePathProtocolGuid ## PRODUCES \r
93c0bdec 93\r
18b144ea 94[Pcd]\r
95 gEfiMdePkgTokenSpaceGuid.PcdFSBClock ## CONSUMES\r
96 gEfiSourceLevelDebugPkgTokenSpaceGuid.PcdExceptionsIgnoredByDebugger ## CONSUMES\r
0a488765 97 gEfiSourceLevelDebugPkgTokenSpaceGuid.PcdDebugPortHandleBufferSize ## CONSUMES\r
18b144ea 98\r