]> git.proxmox.com Git - mirror_edk2.git/blame - MdeModulePkg/Universal/EbcDxe/EbcDebuggerConfig.inf
MdeModulePkg/EbcDxe: implement the PE/COFF emulator protocol
[mirror_edk2.git] / MdeModulePkg / Universal / EbcDxe / EbcDebuggerConfig.inf
CommitLineData
2b2efe33
PB
1## @file\r
2# EBC Debugger configuration application.\r
3#\r
de005223 4# Copyright (c) 2007 - 2018, 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
31\r
32[Packages]\r
33 MdePkg/MdePkg.dec\r
34 MdeModulePkg/MdeModulePkg.dec\r
35\r
36[LibraryClasses]\r
37 UefiLib\r
38 BaseLib\r
39 DebugLib\r
40 UefiApplicationEntryPoint\r
41\r
42[Protocols]\r
43 gEfiDebuggerConfigurationProtocolGuid ## CONSUMES\r
44 gEfiShellParametersProtocolGuid ## CONSUMES\r
45\r
46[Depex]\r
47 TRUE\r
48\r
49[UserExtensions.TianoCore."ExtraFiles"]\r
50 EbcDebuggerConfigExtra.uni\r