]> git.proxmox.com Git - mirror_edk2.git/blob - MdeModulePkg/Universal/EbcDxe/EbcDebugger.inf
MdeModulePkg: Remove redundant library classes and GUIDs
[mirror_edk2.git] / MdeModulePkg / Universal / EbcDxe / EbcDebugger.inf
1 ## @file
2 # EFI Byte Code (EBC) Debugger.
3 #
4 # Copyright (c) 2007 - 2018, 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 = EbcDebugger
19 MODULE_UNI_FILE = EbcDebugger.uni
20 FILE_GUID = 8296AF37-D183-4416-B3B6-19D2A80AD4A8
21 MODULE_TYPE = DXE_DRIVER
22 VERSION_STRING = 1.0
23 ENTRY_POINT = InitializeEbcDriver
24
25 #
26 # The following information is for reference only and not required by the build tools.
27 #
28 # VALID_ARCHITECTURES = IA32 X64 IPF AARCH64
29 #
30
31 [Sources]
32 EbcDebuggerHook.h
33 EbcInt.c
34 EbcInt.h
35 EbcExecute.c
36 EbcExecute.h
37 EbcDebugger/Edb.c
38 EbcDebugger/Edb.h
39 EbcDebugger/EdbCommon.h
40 EbcDebugger/EdbCmdBranch.c
41 EbcDebugger/EdbCmdBreak.c
42 EbcDebugger/EdbCmdBreakpoint.c
43 EbcDebugger/EdbCmdGo.c
44 EbcDebugger/EdbCmdHelp.c
45 EbcDebugger/EdbCmdMemory.c
46 EbcDebugger/EdbCmdRegister.c
47 EbcDebugger/EdbCmdQuit.c
48 EbcDebugger/EdbCmdScope.c
49 EbcDebugger/EdbCmdStep.c
50 EbcDebugger/EdbCmdSymbol.c
51 EbcDebugger/EdbCmdExtIo.c
52 EbcDebugger/EdbCmdExtPci.c
53 EbcDebugger/EdbCommand.c
54 EbcDebugger/EdbCommand.h
55 EbcDebugger/EdbDisasm.c
56 EbcDebugger/EdbDisasm.h
57 EbcDebugger/EdbDisasmSupport.c
58 EbcDebugger/EdbDisasmSupport.h
59 EbcDebugger/EdbSymbol.c
60 EbcDebugger/EdbSymbol.h
61 EbcDebugger/EdbHook.c
62 EbcDebugger/EdbHook.h
63 EbcDebugger/EdbSupport.h
64 EbcDebugger/EdbSupportUI.c
65 EbcDebugger/EdbSupportString.c
66 EbcDebugger/EdbSupportFile.c
67
68 [Sources.Ia32]
69 Ia32/EbcSupport.c
70 Ia32/EbcLowLevel.nasm
71
72 [Sources.X64]
73 X64/EbcSupport.c
74 X64/EbcLowLevel.nasm
75
76 [Sources.IPF]
77 Ipf/EbcSupport.h
78 Ipf/EbcSupport.c
79 Ipf/EbcLowLevel.s
80
81 [Sources.AARCH64]
82 AArch64/EbcSupport.c
83 AArch64/EbcLowLevel.S
84
85 [Packages]
86 MdePkg/MdePkg.dec
87 MdeModulePkg/MdeModulePkg.dec
88
89 [LibraryClasses]
90 UefiDriverEntryPoint
91 UefiLib
92 UefiBootServicesTableLib
93 MemoryAllocationLib
94 BaseMemoryLib
95 DebugLib
96 BaseLib
97
98 [Protocols]
99 gEfiDebugSupportProtocolGuid ## PRODUCES
100 gEfiEbcProtocolGuid ## PRODUCES
101 gEfiDebuggerConfigurationProtocolGuid ## PRODUCES
102 gEfiEbcVmTestProtocolGuid ## SOMETIMES_PRODUCES
103 gEfiEbcSimpleDebuggerProtocolGuid ## SOMETIMES_CONSUMES
104 gEfiPciRootBridgeIoProtocolGuid ## SOMETIMES_CONSUMES
105 gEfiSimpleFileSystemProtocolGuid ## SOMETIMES_CONSUMES
106
107 [Guids]
108 gEfiFileInfoGuid ## SOMETIMES_CONSUMES ## GUID
109 gEfiDebugImageInfoTableGuid ## SOMETIMES_CONSUMES ## GUID
110
111 [Depex]
112 TRUE
113
114 [UserExtensions.TianoCore."ExtraFiles"]
115 EbcDebuggerExtra.uni