UnitTestFrameworkPkg.uni 1.7 KB

123456789101112131415161718192021
  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. #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."
  11. #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."
  12. #string STR_gUnitTestFrameworkPkgTokenSpaceGuid_PcdUnitTestLogLevel_PROMPT #language en-US "Unit Test Log Message Level"
  13. #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"
  14. "BIT0 - Error unit test log messages.<BR>\n"
  15. "BIT1 - Warning unit test log messages.<BR>\n"
  16. "BIT2 - Informational unit test log messages.<BR>\n"
  17. "BIT3 - Verbose unit test log messages.<BR>\n"