]> git.proxmox.com Git - mirror_edk2.git/blob - SourceLevelDebugPkg/Library/DebugAgent/SmmDebugAgentLib.inf
Correct INF file to make module pass ICC compiler.
[mirror_edk2.git] / SourceLevelDebugPkg / Library / DebugAgent / SmmDebugAgentLib.inf
1 ## @file
2 # Debug Agent library instance for SMM 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 = SmmDebugAgentLib
19 FILE_GUID = CB07D74C-598F-4268-A5D1-644FB4A481E8
20 MODULE_TYPE = DXE_SMM_DRIVER
21 VERSION_STRING = 0.7
22 LIBRARY_CLASS = DebugAgentLib|DXE_SMM_DRIVER
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 SmmDebugAgent/SmmDebugAgentLib.c
32 SmmDebugAgent/SmmDebugAgentLib.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 DebugCommunicationLib
66 UefiLib
67 PcdLib
68 SynchronizationLib
69 LocalApicLib
70 TimerLib
71 PrintLib
72 PeCoffExtraActionLib
73 PeCoffGetEntryPointLib
74 SmmServicesTableLib
75
76 [Guids]
77 gEfiDebugAgentGuid ## CONSUMES ## Configuration Table
78 gEfiVectorHandoffTableGuid ## SOMETIMES_PRODUCES ## Configuration Table
79
80 [Pcd]
81 gEfiMdePkgTokenSpaceGuid.PcdFSBClock ## CONSUMES
82 ## Skip Page Fault exception (14) by default in SMM
83 gEfiSourceLevelDebugPkgTokenSpaceGuid.PcdExceptionsIgnoredByDebugger|0x00004000 ## CONSUMES
84