]>
Commit | Line | Data |
---|---|---|
0f7fb5c5 MK |
1 | // /** @file\r |
2 | // This Package provides all definitions (including functions, MACROs,\r | |
3 | // structures library classes, and PCDs) and libraries instances, which are used\r | |
4 | // to support unit testing and interface testing.\r | |
5 | //\r | |
6 | // Copyright (c) 2020, Intel Corporation. All rights reserved.<BR>\r | |
7 | // SPDX-License-Identifier: BSD-2-Clause-Patent\r | |
8 | //\r | |
9 | // **/\r | |
10 | \r | |
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."\r | |
12 | \r | |
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."\r | |
14 | \r | |
15 | #string STR_gUnitTestFrameworkPkgTokenSpaceGuid_PcdUnitTestLogLevel_PROMPT #language en-US "Unit Test Log Message Level"\r | |
16 | \r | |
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"\r | |
18 | "BIT0 - Error unit test log messages.<BR>\n"\r | |
19 | "BIT1 - Warning unit test log messages.<BR>\n"\r | |
20 | "BIT2 - Informational unit test log messages.<BR>\n"\r | |
21 | "BIT3 - Verbose unit test log messages.<BR>\n"\r |