]> git.proxmox.com Git - mirror_edk2.git/blame - MdeModulePkg/Universal/DebugSupportDxe/DebugSupportDxe.inf
MdeModulePkg CapsulePei: Convert X64/PageFaultHandler.asm to NASM
[mirror_edk2.git] / MdeModulePkg / Universal / DebugSupportDxe / DebugSupportDxe.inf
CommitLineData
6bfbb5f0 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
6036e94d 9# Copyright (c) 2006 - 2014, Intel Corporation. All rights reserved.<BR>\r
c1f23d63 10#\r
e5eed7d3 11# This program and the accompanying materials\r
c1f23d63 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
6bfbb5f0 19##\r
c1f23d63 20\r
c1f23d63 21[Defines]\r
22 INF_VERSION = 0x00010005\r
53c71d09 23 BASE_NAME = DebugSupportDxe\r
6036e94d 24 MODULE_UNI_FILE = DebugSupportDxe.uni\r
c1f23d63 25 FILE_GUID = 911D584C-35F7-4955-BEF9-B452769DDC3A\r
26 MODULE_TYPE = DXE_DRIVER\r
27 VERSION_STRING = 1.0\r
c1f23d63 28 ENTRY_POINT = InitializeDebugSupportDriver\r
29\r
30#\r
31# The following information is for reference only and not required by the build tools.\r
32#\r
33# VALID_ARCHITECTURES = IA32 X64 IPF\r
34#\r
35\r
6bfbb5f0 36[Sources]\r
c1f23d63 37 DebugSupport.c\r
38\r
39[Sources.Ia32]\r
6e8a984e 40 Ia32/DebugSupport.h\r
e9f9d09a 41 Ia32/PlDebugSupport.c\r
42 Ia32/PlDebugSupport.h\r
6e8a984e 43 Ia32/PlDebugSupportIa32.c\r
c1f23d63 44 Ia32/AsmFuncs.S\r
45 Ia32/AsmFuncs.asm\r
46\r
47[Sources.X64]\r
6e8a984e 48 Ia32/DebugSupport.h\r
49 Ia32/PlDebugSupport.c\r
e9f9d09a 50 X64/PlDebugSupport.h\r
6e8a984e 51 X64/PlDebugSupportX64.c\r
49eb07e4 52 X64/AsmFuncs.S\r
53 X64/AsmFuncs.asm\r
c1f23d63 54\r
55[Sources.IPF]\r
e9f9d09a 56 Ipf/PlDebugSupport.h\r
57 Ipf/PlDebugSupport.c\r
49eb07e4 58 Ipf/Ds64Macros.i\r
e9f9d09a 59 Ipf/Common.i\r
49eb07e4 60 Ipf/AsmFuncs.s\r
c1f23d63 61\r
62\r
c1f23d63 63[Packages]\r
64 MdePkg/MdePkg.dec\r
65 MdeModulePkg/MdeModulePkg.dec\r
66\r
67\r
c1f23d63 68[LibraryClasses]\r
69 UefiBootServicesTableLib\r
70 MemoryAllocationLib\r
71 BaseMemoryLib\r
72 UefiDriverEntryPoint\r
73 DebugLib\r
74\r
6036e94d 75[LibraryClasses.IA32, LibraryClasses.X64]\r
c1f23d63 76 BaseLib\r
77\r
c1f23d63 78[Protocols]\r
6036e94d
SZ
79 gEfiLoadedImageProtocolGuid ## CONSUMES\r
80 gEfiDebugSupportProtocolGuid ## PRODUCES\r
c1f23d63 81\r
82\r
c1f23d63 83[Depex]\r
84 TRUE\r
85\r
6036e94d
SZ
86[UserExtensions.TianoCore."ExtraFiles"]\r
87 DebugSupportDxeExtra.uni\r