]> git.proxmox.com Git - mirror_edk2.git/blob - UnitTestFrameworkPkg/UnitTestFrameworkPkg.dec
ArmPkg: only attempt buildin MmCommunicationDxe for AArch64
[mirror_edk2.git] / UnitTestFrameworkPkg / UnitTestFrameworkPkg.dec
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) Microsoft Corporation.<BR>
7 # SPDX-License-Identifier: BSD-2-Clause-Patent
8 #
9 ##
10
11 [Defines]
12 DEC_SPECIFICATION = 0x00010005
13 PACKAGE_NAME = UnitTestFrameworkPkg
14 PACKAGE_UNI_FILE = UnitTestFrameworkPkg.uni
15 PACKAGE_GUID = 4A70C4A0-D72C-4D3F-9943-BE7C41C50BA3
16 PACKAGE_VERSION = 1.00
17
18 [Includes]
19 Library/CmockaLib/cmocka/include
20
21 [Includes.Common.Private]
22 PrivateInclude
23 Library/CmockaLib/cmocka/include/cmockery
24
25 [LibraryClasses.Common.Private]
26 ## @libraryclass Allows save and restore unit test internal state
27 #
28 UnitTestPersistenceLib|PrivateInclude/Library/UnitTestPersistenceLib.h
29
30 ## @libraryclass Provides a unit test result report
31 #
32 UnitTestResultReportLib|PrivateInclude/Library/UnitTestResultReportLib.h
33
34 ## @libraryclass Provides boot-option routines useful in shell-based tests.
35 #
36 UnitTestBootLib|PrivateInclude/Library/UnitTestBootLib.h
37
38 [Guids]
39 gUnitTestFrameworkPkgTokenSpaceGuid = { 0x833d3aba, 0x39b4, 0x43a2, { 0xb9, 0x30, 0x7a, 0x34, 0x53, 0x39, 0x31, 0xb3 } }
40
41 [PcdsFixedAtBuild]
42 ## This flag is used to control build time optimization based on unit test
43 # log level. The default value is 0xFFFFFFFF to enable all unit test log
44 # messages.
45 # BIT0 - Error unit test log messages.<BR>
46 # BIT1 - Warning unit test log messages.<BR>
47 # BIT2 - Informational unit test log messages.<BR>
48 # BIT3 - Verbose unit test log messages.<BR>
49 # @Prompt Unit Test Log Message Level
50 gUnitTestFrameworkPkgTokenSpaceGuid.PcdUnitTestLogLevel|0xFFFFFFFF|UINT32|0x00000001