VirtualBox

source: vbox/trunk/src/VBox/Devices/EFI/Firmware/UnitTestFrameworkPkg/UnitTestFrameworkPkg.dec@ 90304

最後變更 在這個檔案從90304是 85718,由 vboxsync 提交於 5 年 前

Devices/EFI: Merge edk-stable202005 and make it build, bugref:4643

  • 屬性 svn:eol-style 設為 native
檔案大小: 1.7 KB
 
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
注意: 瀏覽 TracBrowser 來幫助您使用儲存庫瀏覽器

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette