]> git.proxmox.com Git - mirror_edk2.git/blame - MdeModulePkg/Universal/DebugSupportDxe/DebugSupportDxe.inf
Remove the lite version FaultTolerantWrite Dxe Driver. Use new full version FaultTole...
[mirror_edk2.git] / MdeModulePkg / Universal / DebugSupportDxe / DebugSupportDxe.inf
CommitLineData
c1f23d63 1#/** @file\r
509bc208 2# This driver installs Debug Support protocol for the selected processor.\r
3#\r
4# This driver provides the capabilities for debug-agent to gain control of the machine\r
5# when certain types of events occur, i.e. breakpoint, processor execptions, etc. It also\r
6# provides debug-agent to periodically gain control during operation of the machine to\r
7# check for asynchronous commands form the host.\r
c1f23d63 8#\r
49eb07e4 9# Copyright (c) 2006 - 2008, Intel Corporation\r
c1f23d63 10#\r
11# All rights reserved. This program and the accompanying materials\r
12# are licensed and made available under the terms and conditions of the BSD License\r
13# which accompanies this distribution. The full text of the license may be found at\r
14# http://opensource.org/licenses/bsd-license.php\r
15# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
16# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
17#\r
18#\r
19#**/\r
20\r
c1f23d63 21[Defines]\r
22 INF_VERSION = 0x00010005\r
53c71d09 23 BASE_NAME = DebugSupportDxe\r
c1f23d63 24 FILE_GUID = 911D584C-35F7-4955-BEF9-B452769DDC3A\r
25 MODULE_TYPE = DXE_DRIVER\r
26 VERSION_STRING = 1.0\r
c1f23d63 27 ENTRY_POINT = InitializeDebugSupportDriver\r
28\r
29#\r
30# The following information is for reference only and not required by the build tools.\r
31#\r
32# VALID_ARCHITECTURES = IA32 X64 IPF\r
33#\r
34\r
c1f23d63 35[Sources.common]\r
36 DebugSupport.c\r
37\r
38[Sources.Ia32]\r
6e8a984e 39 Ia32/DebugSupport.h\r
e9f9d09a 40 Ia32/PlDebugSupport.c\r
41 Ia32/PlDebugSupport.h\r
6e8a984e 42 Ia32/PlDebugSupportIa32.c\r
c1f23d63 43 Ia32/AsmFuncs.S\r
44 Ia32/AsmFuncs.asm\r
45\r
46[Sources.X64]\r
6e8a984e 47 Ia32/DebugSupport.h\r
48 Ia32/PlDebugSupport.c\r
e9f9d09a 49 X64/PlDebugSupport.h\r
6e8a984e 50 X64/PlDebugSupportX64.c\r
49eb07e4 51 X64/AsmFuncs.S\r
52 X64/AsmFuncs.asm\r
c1f23d63 53\r
54[Sources.IPF]\r
e9f9d09a 55 Ipf/PlDebugSupport.h\r
56 Ipf/PlDebugSupport.c\r
49eb07e4 57 Ipf/Ds64Macros.i\r
e9f9d09a 58 Ipf/Common.i\r
49eb07e4 59 Ipf/AsmFuncs.s\r
c1f23d63 60\r
61\r
c1f23d63 62[Packages]\r
63 MdePkg/MdePkg.dec\r
64 MdeModulePkg/MdeModulePkg.dec\r
65\r
66\r
c1f23d63 67[LibraryClasses]\r
68 UefiBootServicesTableLib\r
69 MemoryAllocationLib\r
70 BaseMemoryLib\r
71 UefiDriverEntryPoint\r
72 DebugLib\r
73\r
74[LibraryClasses.IA32]\r
75 PcdLib\r
76 BaseLib\r
77\r
78[LibraryClasses.X64]\r
79 BaseLib\r
80\r
81\r
c1f23d63 82[Protocols]\r
03d77031 83 gEfiLoadedImageProtocolGuid ## CONSUMED\r
84 gEfiDebugSupportProtocolGuid ## PRODUCED\r
c1f23d63 85\r
86\r
b3af5df6 87[FeaturePcd.IA32]\r
88 gEfiMdeModulePkgTokenSpaceGuid.PcdNtEmulatorEnable\r
c1f23d63 89\r
90\r
c1f23d63 91[Depex]\r
92 TRUE\r
93\r