Last change
on this file was 85718, checked in by vboxsync, 4 years ago |
Devices/EFI: Merge edk-stable202005 and make it build, bugref:4643
|
-
Property svn:mime-type
set to
text/plain;encoding=UTF-16LE
|
File size:
1.7 KB
|
Line | |
---|
1 | // /** @file
|
---|
2 | // This Package provides all definitions (including functions, MACROs,
|
---|
3 | // structures library classes, and PCDs) and libraries instances, which are used
|
---|
4 | // to support unit testing and interface testing.
|
---|
5 | //
|
---|
6 | // Copyright (c) 2020, Intel Corporation. All rights reserved.<BR>
|
---|
7 | // SPDX-License-Identifier: BSD-2-Clause-Patent
|
---|
8 | //
|
---|
9 | // **/
|
---|
10 |
|
---|
11 | #string STR_PACKAGE_ABSTRACT #language en-US "This Package provides all definitions (including functions, MACROs, structures library classes, and PCDs) and libraries instances, which are used to support unit testing and interface testing."
|
---|
12 |
|
---|
13 | #string STR_PACKAGE_DESCRIPTION #language en-US "This Package provides all definitions (including functions, MACROs, structures library classes, and PCDs) and libraries instances, which are used to support unit testing and interface testing."
|
---|
14 |
|
---|
15 | #string STR_gUnitTestFrameworkPkgTokenSpaceGuid_PcdUnitTestLogLevel_PROMPT #language en-US "Unit Test Log Message Level"
|
---|
16 |
|
---|
17 | #string STR_gUnitTestFrameworkPkgTokenSpaceGuid_PcdUnitTestLogLevel_HELP #language en-US "This flag is used to control build time optimization based on unit test log level. The default value is 0xFFFFFFFF to enable all unit test log messages.<BR><BR>\n"
|
---|
18 | "BIT0 - Error unit test log messages.<BR>\n"
|
---|
19 | "BIT1 - Warning unit test log messages.<BR>\n"
|
---|
20 | "BIT2 - Informational unit test log messages.<BR>\n"
|
---|
21 | "BIT3 - Verbose unit test log messages.<BR>\n"
|
---|
Note:
See
TracBrowser
for help on using the repository browser.