2019-10-28 21:21:07 +01:00
|
|
|
## @file
|
|
|
|
# CI configuration for PcAtChipsetPkg
|
|
|
|
#
|
|
|
|
# Copyright (c) Microsoft Corporation
|
2020-06-10 08:16:30 +02:00
|
|
|
# Copyright (c) 2020, Intel Corporation. All rights reserved.<BR>
|
2019-10-28 21:21:07 +01:00
|
|
|
# SPDX-License-Identifier: BSD-2-Clause-Patent
|
|
|
|
##
|
|
|
|
{
|
2020-06-10 08:16:30 +02:00
|
|
|
## options defined .pytool/Plugin/LicenseCheck
|
2020-07-17 09:20:40 +02:00
|
|
|
"LicenseCheck": {
|
|
|
|
"IgnoreFiles": []
|
|
|
|
},
|
2020-06-10 08:16:30 +02:00
|
|
|
"EccCheck": {
|
|
|
|
## Exception sample looks like below:
|
|
|
|
## "ExceptionList": [
|
|
|
|
## "<ErrorID>", "<KeyWord>"
|
|
|
|
## ]
|
|
|
|
"ExceptionList": [
|
|
|
|
],
|
|
|
|
## Both file path and directory path are accepted.
|
|
|
|
"IgnoreFiles": [
|
|
|
|
]
|
|
|
|
},
|
2019-10-28 21:21:07 +01:00
|
|
|
"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"
|
|
|
|
]
|
|
|
|
}
|
|
|
|
}
|