mu_plus/MsWheaPkg/MsWheaPkg.ci.yaml

93 строки
2.7 KiB
YAML

##
# CI configuration for MsWheaPkg
#
# Copyright (c) Microsoft Corporation
# SPDX-License-Identifier: BSD-2-Clause-Patent
##
{
"PrEval": {
"DscPath": "MsWheaPkg.dsc",
},
## options defined ci/Plugin/CompilerPlugin
"CompilerPlugin": {
"DscPath": "MsWheaPkg.dsc"
},
## options defined ci/Plugin/HostUnitTestCompilerPlugin
"HostUnitTestCompilerPlugin": {
"DscPath": "Test/MsWheaPkgHostTest.dsc"
},
## options defined ci/Plugin/CharEncodingCheck
"CharEncodingCheck": {
"IgnoreFiles": []
},
## options defined ci/Plugin/DependencyCheck
"DependencyCheck": {
"AcceptableDependencies": [
"MdePkg/MdePkg.dec",
"MdeModulePkg/MdeModulePkg.dec",
"MsWheaPkg/MsWheaPkg.dec"
],
"AcceptableDependencies-HOST_APPLICATION":[ # for host based unit tests
"UnitTestFrameworkPkg/UnitTestFrameworkPkg.dec"
],
"AcceptableDependencies-UEFI_APPLICATION": [
"UnitTestFrameworkPkg/UnitTestFrameworkPkg.dec",
"ShellPkg/ShellPkg.dec"
],
"IgnoreInf": []
},
## options defined ci/Plugin/DscCompleteCheck
"DscCompleteCheck": {
"IgnoreInf": [],
"DscPath": "MsWheaPkg.dsc"
},
## options defined ci/Plugin/HostUnitTestDscCompleteCheck
"HostUnitTestDscCompleteCheck": {
"IgnoreInf": [""],
"DscPath": "Test/MsWheaPkgHostTest.dsc"
},
## options defined ci/Plugin/GuidCheck
"GuidCheck": {
"IgnoreGuidName": [],
"IgnoreGuidValue": [],
"IgnoreFoldersAndFiles": [],
"IgnoreDuplicates": []
},
## options defined ci/Plugin/LibraryClassCheck
"LibraryClassCheck": {
"IgnoreLibraryClass": [],
"IgnoreHeaderFile": []
},
## options defined ci/Plugin/SpellCheck
"SpellCheck": {
"IgnoreStandardPaths": [ # Standard Plugin defined paths that should be ignore
],
"IgnoreFiles": [ # use gitignore syntax to ignore errors in matching files
],
"ExtendWords": [ # words to extend to the dictionary for this package
"MSCHANGE",
"BERTs",
"DXEIPL",
"hwerrrec",
"hwhmenu",
"creatorid",
"hwhmenu",
"sectionfunctionptr",
"frontpage",
"fvdxe",
"NUMSECTIONS",
"VARSEV",
"PREVERR",
"malformatted",
"Subcomponent",
],
"AdditionalIncludePaths": [] # Additional paths to spell check relative to package root (wildcards supported)
}
}