mirror of https://github.com/acidanthera/audk.git
47 lines
1.2 KiB
YAML
47 lines
1.2 KiB
YAML
## @file
|
|
# CI configuration for PcAtChipsetPkg
|
|
#
|
|
# Copyright (c) Microsoft Corporation
|
|
# SPDX-License-Identifier: BSD-2-Clause-Patent
|
|
##
|
|
{
|
|
"CompilerPlugin": {
|
|
"DscPath": "PcAtChipsetPkg.dsc"
|
|
},
|
|
"CharEncodingCheck": {
|
|
"IgnoreFiles": []
|
|
},
|
|
"DependencyCheck": {
|
|
"AcceptableDependencies": [
|
|
"MdePkg/MdePkg.dec",
|
|
"PcAtChipsetPkg/PcAtChipsetPkg.dec",
|
|
"UefiCpuPkg/UefiCpuPkg.dec"
|
|
],
|
|
# For host based unit tests
|
|
"AcceptableDependencies-HOST_APPLICATION":[],
|
|
# For UEFI shell based apps
|
|
"AcceptableDependencies-UEFI_APPLICATION":[],
|
|
"IgnoreInf": []
|
|
},
|
|
"DscCompleteCheck": {
|
|
"DscPath": "PcAtChipsetPkg.dsc",
|
|
"IgnoreInf": []
|
|
},
|
|
"GuidCheck": {
|
|
"IgnoreGuidName": [],
|
|
"IgnoreGuidValue": [],
|
|
"IgnoreFoldersAndFiles": [],
|
|
"IgnoreDuplicates": []
|
|
},
|
|
"LibraryClassCheck": {
|
|
"IgnoreHeaderFile": []
|
|
},
|
|
"SpellCheck": {
|
|
"ExtendWords": [
|
|
"ENUMER", # this is part of an IDE enum
|
|
"PCATCHIPSET",
|
|
"TXRDY"
|
|
]
|
|
}
|
|
}
|