1 | // /** @file
|
---|
2 | // Instance of Post Code Library based on Debug Library.
|
---|
3 | //
|
---|
4 | // Post Code Library that uses DebugLib service to send PostCode.
|
---|
5 | // It layers on top of a Debug Library instance.
|
---|
6 | //
|
---|
7 | // Copyright (c) 2007 - 2014, Intel Corporation. All rights reserved.<BR>
|
---|
8 | //
|
---|
9 | // SPDX-License-Identifier: BSD-2-Clause-Patent
|
---|
10 | //
|
---|
11 | // **/
|
---|
12 |
|
---|
13 |
|
---|
14 | #string STR_MODULE_ABSTRACT #language en-US "Instance of Post Code Library based on Debug Library"
|
---|
15 |
|
---|
16 | #string STR_MODULE_DESCRIPTION #language en-US "Post Code Library that uses the DebugLib service to send PostCode. It layers on top of a Debug Library instance."
|
---|
17 |
|
---|