]> git.proxmox.com Git - mirror_edk2.git/blob - MdeModulePkg/Universal/EbcDxe/EbcDebugger.inf
MdeModulePkg/EbcDxe: implement the PE/COFF emulator protocol
[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 # SPDX-License-Identifier: BSD-2-Clause-Patent
7 #
8 #
9 ##
10
11 [Defines]
12 INF_VERSION = 0x00010005
13 BASE_NAME = EbcDebugger
14 MODULE_UNI_FILE = EbcDebugger.uni
15 FILE_GUID = 8296AF37-D183-4416-B3B6-19D2A80AD4A8
16 MODULE_TYPE = DXE_DRIVER
17 VERSION_STRING = 1.0
18 ENTRY_POINT = InitializeEbcDriver
19
20 #
21 # The following information is for reference only and not required by the build tools.
22 #
23 # VALID_ARCHITECTURES = IA32 X64 AARCH64
24 #
25
26 [Sources]
27 EbcDebuggerHook.h
28 EbcInt.c
29 EbcInt.h
30 EbcExecute.c
31 EbcExecute.h
32 EbcDebugger/Edb.c
33 EbcDebugger/Edb.h
34 EbcDebugger/EdbCommon.h
35 EbcDebugger/EdbCmdBranch.c
36 EbcDebugger/EdbCmdBreak.c
37 EbcDebugger/EdbCmdBreakpoint.c
38 EbcDebugger/EdbCmdGo.c
39 EbcDebugger/EdbCmdHelp.c
40 EbcDebugger/EdbCmdMemory.c
41 EbcDebugger/EdbCmdRegister.c
42 EbcDebugger/EdbCmdQuit.c
43 EbcDebugger/EdbCmdScope.c
44 EbcDebugger/EdbCmdStep.c
45 EbcDebugger/EdbCmdSymbol.c
46 EbcDebugger/EdbCmdExtIo.c
47 EbcDebugger/EdbCmdExtPci.c
48 EbcDebugger/EdbCommand.c
49 EbcDebugger/EdbCommand.h
50 EbcDebugger/EdbDisasm.c
51 EbcDebugger/EdbDisasm.h
52 EbcDebugger/EdbDisasmSupport.c
53 EbcDebugger/EdbDisasmSupport.h
54 EbcDebugger/EdbSymbol.c
55 EbcDebugger/EdbSymbol.h
56 EbcDebugger/EdbHook.c
57 EbcDebugger/EdbHook.h
58 EbcDebugger/EdbSupport.h
59 EbcDebugger/EdbSupportUI.c
60 EbcDebugger/EdbSupportString.c
61 EbcDebugger/EdbSupportFile.c
62
63 [Sources.Ia32]
64 Ia32/EbcSupport.c
65 Ia32/EbcLowLevel.nasm
66
67 [Sources.X64]
68 X64/EbcSupport.c
69 X64/EbcLowLevel.nasm
70
71 [Sources.AARCH64]
72 AArch64/EbcSupport.c
73 AArch64/EbcLowLevel.S
74
75 [Packages]
76 MdePkg/MdePkg.dec
77 MdeModulePkg/MdeModulePkg.dec
78
79 [LibraryClasses]
80 UefiDriverEntryPoint
81 UefiLib
82 UefiBootServicesTableLib
83 MemoryAllocationLib
84 BaseMemoryLib
85 DebugLib
86 BaseLib
87 CacheMaintenanceLib
88 PeCoffLib
89
90 [Protocols]
91 gEfiDebugSupportProtocolGuid ## PRODUCES
92 gEfiEbcProtocolGuid ## PRODUCES
93 gEfiDebuggerConfigurationProtocolGuid ## PRODUCES
94 gEfiEbcVmTestProtocolGuid ## SOMETIMES_PRODUCES
95 gEfiEbcSimpleDebuggerProtocolGuid ## SOMETIMES_CONSUMES
96 gEfiPciRootBridgeIoProtocolGuid ## SOMETIMES_CONSUMES
97 gEfiSimpleFileSystemProtocolGuid ## SOMETIMES_CONSUMES
98 gEdkiiPeCoffImageEmulatorProtocolGuid ## PRODUCES
99
100 [Guids]
101 gEfiFileInfoGuid ## SOMETIMES_CONSUMES ## GUID
102 gEfiDebugImageInfoTableGuid ## SOMETIMES_CONSUMES ## GUID
103
104 [Depex]
105 TRUE
106
107 [UserExtensions.TianoCore."ExtraFiles"]
108 EbcDebuggerExtra.uni