]> git.proxmox.com Git - mirror_edk2.git/blob - UnitTestFrameworkPkg/UnitTestFrameworkPkg.uni
ArmPkg: only attempt buildin MmCommunicationDxe for AArch64
[mirror_edk2.git] / UnitTestFrameworkPkg / UnitTestFrameworkPkg.uni
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"