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