diff options
| author | kx <kx@radix.pro> | 2024-06-04 06:43:08 +0300 |
|---|---|---|
| committer | kx <kx@radix.pro> | 2024-06-04 06:43:08 +0300 |
| commit | 7e2ccccace24636f29ddc210b94606abd4c7e42b (patch) | |
| tree | 545d43ea12671048956cafeb12303e84d601e571 /UnitTestFrameworkPkg/UnitTestFrameworkPkg.dec | |
| parent | 27b044605cd5f6b33a3d231576003850b3fe305b (diff) | |
| download | edk2-trunk.tar.xz | |
Renormalized end-of-lines from master@27b044605cd5f6b33a3d231576003850b3fe305btrunk
Diffstat (limited to 'UnitTestFrameworkPkg/UnitTestFrameworkPkg.dec')
| -rw-r--r-- | UnitTestFrameworkPkg/UnitTestFrameworkPkg.dec | 126 |
1 files changed, 63 insertions, 63 deletions
diff --git a/UnitTestFrameworkPkg/UnitTestFrameworkPkg.dec b/UnitTestFrameworkPkg/UnitTestFrameworkPkg.dec index ef0a148d48..3082133a2d 100644 --- a/UnitTestFrameworkPkg/UnitTestFrameworkPkg.dec +++ b/UnitTestFrameworkPkg/UnitTestFrameworkPkg.dec @@ -1,63 +1,63 @@ -## @file
-# 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.
-#
-# Copyright (c) Microsoft Corporation.<BR>
-# SPDX-License-Identifier: BSD-2-Clause-Patent
-#
-##
-
-[Defines]
- DEC_SPECIFICATION = 0x00010005
- PACKAGE_NAME = UnitTestFrameworkPkg
- PACKAGE_UNI_FILE = UnitTestFrameworkPkg.uni
- PACKAGE_GUID = 4A70C4A0-D72C-4D3F-9943-BE7C41C50BA3
- PACKAGE_VERSION = 1.00
-
-[Includes]
- Include
- Library/CmockaLib/cmocka/include
- Library/GoogleTestLib/googletest/googletest/include
- Library/GoogleTestLib/googletest/googlemock/include
- Library/SubhookLib/subhook
-
-[Includes.Common.Private]
- PrivateInclude
- Library/CmockaLib/cmocka/include/cmockery
- Library/GoogleTestLib/googletest/googletest
- Library/GoogleTestLib/googletest/googlemock
-
-[LibraryClasses]
- ## @libraryclass Allows save and restore unit test internal state
- #
- UnitTestPersistenceLib|Include/Library/UnitTestPersistenceLib.h
-
- ## @libraryclass GoogleTest infrastructure
- #
- GoogleTestLib|Include/Library/GoogleTestLib.h
- SubhookLib|Include/Library/SubhookLib.h
- FunctionMockLib|Include/Library/FunctionMockLib.h
-
-[LibraryClasses.Common.Private]
- ## @libraryclass Provides a unit test result report
- #
- UnitTestResultReportLib|PrivateInclude/Library/UnitTestResultReportLib.h
-
- ## @libraryclass Provides boot-option routines useful in shell-based tests.
- #
- UnitTestBootLib|PrivateInclude/Library/UnitTestBootLib.h
-
-[Guids]
- gUnitTestFrameworkPkgTokenSpaceGuid = { 0x833d3aba, 0x39b4, 0x43a2, { 0xb9, 0x30, 0x7a, 0x34, 0x53, 0x39, 0x31, 0xb3 } }
-
-[PcdsFixedAtBuild]
- ## 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.
- # BIT0 - Error unit test log messages.<BR>
- # BIT1 - Warning unit test log messages.<BR>
- # BIT2 - Informational unit test log messages.<BR>
- # BIT3 - Verbose unit test log messages.<BR>
- # @Prompt Unit Test Log Message Level
- gUnitTestFrameworkPkgTokenSpaceGuid.PcdUnitTestLogLevel|0xFFFFFFFF|UINT32|0x00000001
+## @file +# 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. +# +# Copyright (c) Microsoft Corporation.<BR> +# SPDX-License-Identifier: BSD-2-Clause-Patent +# +## + +[Defines] + DEC_SPECIFICATION = 0x00010005 + PACKAGE_NAME = UnitTestFrameworkPkg + PACKAGE_UNI_FILE = UnitTestFrameworkPkg.uni + PACKAGE_GUID = 4A70C4A0-D72C-4D3F-9943-BE7C41C50BA3 + PACKAGE_VERSION = 1.00 + +[Includes] + Include + Library/CmockaLib/cmocka/include + Library/GoogleTestLib/googletest/googletest/include + Library/GoogleTestLib/googletest/googlemock/include + Library/SubhookLib/subhook + +[Includes.Common.Private] + PrivateInclude + Library/CmockaLib/cmocka/include/cmockery + Library/GoogleTestLib/googletest/googletest + Library/GoogleTestLib/googletest/googlemock + +[LibraryClasses] + ## @libraryclass Allows save and restore unit test internal state + # + UnitTestPersistenceLib|Include/Library/UnitTestPersistenceLib.h + + ## @libraryclass GoogleTest infrastructure + # + GoogleTestLib|Include/Library/GoogleTestLib.h + SubhookLib|Include/Library/SubhookLib.h + FunctionMockLib|Include/Library/FunctionMockLib.h + +[LibraryClasses.Common.Private] + ## @libraryclass Provides a unit test result report + # + UnitTestResultReportLib|PrivateInclude/Library/UnitTestResultReportLib.h + + ## @libraryclass Provides boot-option routines useful in shell-based tests. + # + UnitTestBootLib|PrivateInclude/Library/UnitTestBootLib.h + +[Guids] + gUnitTestFrameworkPkgTokenSpaceGuid = { 0x833d3aba, 0x39b4, 0x43a2, { 0xb9, 0x30, 0x7a, 0x34, 0x53, 0x39, 0x31, 0xb3 } } + +[PcdsFixedAtBuild] + ## 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. + # BIT0 - Error unit test log messages.<BR> + # BIT1 - Warning unit test log messages.<BR> + # BIT2 - Informational unit test log messages.<BR> + # BIT3 - Verbose unit test log messages.<BR> + # @Prompt Unit Test Log Message Level + gUnitTestFrameworkPkgTokenSpaceGuid.PcdUnitTestLogLevel|0xFFFFFFFF|UINT32|0x00000001 |
