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