2016-11-16 21:24:09 +08:00
|
|
|
// /** @file
|
|
|
|
// EFI Byte Code (EBC) Debugger.
|
|
|
|
//
|
|
|
|
// Copyright (c) 2016, Intel Corporation. All rights reserved.<BR>
|
|
|
|
//
|
2019-04-04 07:05:13 +08:00
|
|
|
// SPDX-License-Identifier: BSD-2-Clause-Patent
|
2016-11-16 21:24:09 +08:00
|
|
|
//
|
|
|
|
// **/
|
|
|
|
|
|
|
|
|
|
|
|
#string STR_MODULE_ABSTRACT #language en-US "EFI Byte Code (EBC) Debugger application"
|
|
|
|
|
|
|
|
#string STR_MODULE_DESCRIPTION #language en-US "This application enables the debugging of EBC runtimes."
|