Last change
on this file since 90698 was 80721, checked in by vboxsync, 5 years ago |
Devices/EFI/FirmwareNew: Start upgrade process to edk2-stable201908 (compiles on Windows and works to some extent), bugref:4643
|
-
Property svn:eol-style
set to
native
|
File size:
1.3 KB
|
Line | |
---|
1 | ## @file
|
---|
2 | # EBC Debugger configuration application.
|
---|
3 | #
|
---|
4 | # Copyright (c) 2007 - 2019, 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 = EdbCfg
|
---|
14 | MODULE_UNI_FILE = EbcDebuggerConfig.uni
|
---|
15 | FILE_GUID = 8CFC5233-23C6-49e3-8A2D-7E581AB305BA
|
---|
16 | MODULE_TYPE = UEFI_APPLICATION
|
---|
17 | VERSION_STRING = 1.0
|
---|
18 | ENTRY_POINT = InitializeEbcDebuggerConfig
|
---|
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 | EbcDebugger/EbcDebuggerConfig.c
|
---|
28 | EbcDebugger/EdbCommon.h
|
---|
29 | EbcDebugger/EdbSupportString.c
|
---|
30 | EbcDebugger/EdbSupport.h
|
---|
31 | EbcDebugger/EdbCommand.h
|
---|
32 | EbcDebugger/EdbHook.h
|
---|
33 | EbcDebugger/Edb.h
|
---|
34 | EbcDebugger/EdbDisasmSupport.h
|
---|
35 | EbcDebugger/EdbDisasm.h
|
---|
36 | EbcDebugger/EdbSymbol.h
|
---|
37 | EbcDebuggerHook.h
|
---|
38 |
|
---|
39 | [Packages]
|
---|
40 | MdePkg/MdePkg.dec
|
---|
41 | MdeModulePkg/MdeModulePkg.dec
|
---|
42 |
|
---|
43 | [LibraryClasses]
|
---|
44 | UefiLib
|
---|
45 | BaseLib
|
---|
46 | DebugLib
|
---|
47 | UefiApplicationEntryPoint
|
---|
48 |
|
---|
49 | [Protocols]
|
---|
50 | gEfiDebuggerConfigurationProtocolGuid ## CONSUMES
|
---|
51 | gEfiShellParametersProtocolGuid ## CONSUMES
|
---|
52 |
|
---|
53 | [Depex]
|
---|
54 | TRUE
|
---|
55 |
|
---|
56 | [UserExtensions.TianoCore."ExtraFiles"]
|
---|
57 | EbcDebuggerConfigExtra.uni
|
---|
Note:
See
TracBrowser
for help on using the repository browser.