]> git.proxmox.com Git - mirror_edk2.git/blob - UnitTestFrameworkPkg/UnitTestFrameworkPkg.dec
MdePkg: Add EFI_EVENT_BEFORE_EXIT_BOOT_SERVICES_GUID
[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 Include
20 Library/CmockaLib/cmocka/include
21 Library/GoogleTestLib/googletest/googletest/include
22 Library/GoogleTestLib/googletest/googlemock/include
23
24 [Includes.Common.Private]
25 PrivateInclude
26 Library/CmockaLib/cmocka/include/cmockery
27 Library/GoogleTestLib/googletest/googletest
28
29 [LibraryClasses]
30 ## @libraryclass Allows save and restore unit test internal state
31 #
32 UnitTestPersistenceLib|Include/Library/UnitTestPersistenceLib.h
33
34 ## @libraryclass GoogleTest infrastructure
35 #
36 GoogleTestLib|Include/Library/GoogleTestLib.h
37
38 [LibraryClasses.Common.Private]
39 ## @libraryclass Provides a unit test result report
40 #
41 UnitTestResultReportLib|PrivateInclude/Library/UnitTestResultReportLib.h
42
43 ## @libraryclass Provides boot-option routines useful in shell-based tests.
44 #
45 UnitTestBootLib|PrivateInclude/Library/UnitTestBootLib.h
46
47 [Guids]
48 gUnitTestFrameworkPkgTokenSpaceGuid = { 0x833d3aba, 0x39b4, 0x43a2, { 0xb9, 0x30, 0x7a, 0x34, 0x53, 0x39, 0x31, 0xb3 } }
49
50 [PcdsFixedAtBuild]
51 ## This flag is used to control build time optimization based on unit test
52 # log level. The default value is 0xFFFFFFFF to enable all unit test log
53 # messages.
54 # BIT0 - Error unit test log messages.<BR>
55 # BIT1 - Warning unit test log messages.<BR>
56 # BIT2 - Informational unit test log messages.<BR>
57 # BIT3 - Verbose unit test log messages.<BR>
58 # @Prompt Unit Test Log Message Level
59 gUnitTestFrameworkPkgTokenSpaceGuid.PcdUnitTestLogLevel|0xFFFFFFFF|UINT32|0x00000001