mirror of
https://github.com/acidanthera/audk.git
synced 2025-07-31 01:24:12 +02:00
16 lines
506 B
Plaintext
16 lines
506 B
Plaintext
// /** @file
|
|
// PeCoffExtraAction Library to support source level debug.
|
|
//
|
|
// PeCoffExtraAction Library to support source level debug.
|
|
//
|
|
// Copyright (c) 2010 - 2014, Intel Corporation. All rights reserved.<BR>
|
|
//
|
|
// SPDX-License-Identifier: BSD-2-Clause-Patent
|
|
//
|
|
// **/
|
|
|
|
|
|
#string STR_MODULE_ABSTRACT #language en-US "PeCoffExtraAction Library to support source level debug"
|
|
|
|
#string STR_MODULE_DESCRIPTION #language en-US "PeCoffExtraAction Library to support source level debug."
|