]> git.proxmox.com Git - mirror_edk2.git/blame - MdeModulePkg/Universal/EbcDxe/EbcDebuggerConfig.inf
MdeModulePkg: Add missing header files in INF files
[mirror_edk2.git] / MdeModulePkg / Universal / EbcDxe / EbcDebuggerConfig.inf
CommitLineData
2b2efe33
PB
1## @file\r
2# EBC Debugger configuration application.\r
3#\r
61ca3b92 4# Copyright (c) 2007 - 2019, Intel Corporation. All rights reserved.<BR>\r
2b2efe33 5#\r
9d510e61 6# SPDX-License-Identifier: BSD-2-Clause-Patent\r
2b2efe33
PB
7#\r
8#\r
9##\r
10\r
11[Defines]\r
12 INF_VERSION = 0x00010005\r
13 BASE_NAME = EdbCfg\r
14 MODULE_UNI_FILE = EbcDebuggerConfig.uni\r
15 FILE_GUID = 8CFC5233-23C6-49e3-8A2D-7E581AB305BA\r
16 MODULE_TYPE = UEFI_APPLICATION\r
17 VERSION_STRING = 1.0\r
18 ENTRY_POINT = InitializeEbcDebuggerConfig\r
19\r
20#\r
21# The following information is for reference only and not required by the build tools.\r
22#\r
de005223 23# VALID_ARCHITECTURES = IA32 X64 AARCH64\r
2b2efe33
PB
24#\r
25\r
26[Sources]\r
27 EbcDebugger/EbcDebuggerConfig.c\r
28 EbcDebugger/EdbCommon.h\r
29 EbcDebugger/EdbSupportString.c\r
30 EbcDebugger/EdbSupport.h\r
61ca3b92
SZ
31 EbcDebugger/EdbCommand.h\r
32 EbcDebugger/EdbHook.h\r
33 EbcDebugger/Edb.h\r
34 EbcDebugger/EdbDisasmSupport.h\r
35 EbcDebugger/EdbDisasm.h\r
36 EbcDebugger/EdbSymbol.h\r
37 EbcDebuggerHook.h\r
2b2efe33
PB
38\r
39[Packages]\r
40 MdePkg/MdePkg.dec\r
41 MdeModulePkg/MdeModulePkg.dec\r
42\r
43[LibraryClasses]\r
44 UefiLib\r
45 BaseLib\r
46 DebugLib\r
47 UefiApplicationEntryPoint\r
48\r
49[Protocols]\r
50 gEfiDebuggerConfigurationProtocolGuid ## CONSUMES\r
51 gEfiShellParametersProtocolGuid ## CONSUMES\r
52\r
53[Depex]\r
54 TRUE\r
55\r
56[UserExtensions.TianoCore."ExtraFiles"]\r
57 EbcDebuggerConfigExtra.uni\r