]> git.proxmox.com Git - mirror_edk2.git/blob - IntelFsp2WrapperPkg/IntelFsp2WrapperPkg.ci.yaml
OvmfPkg/PlatformInitLib: catch QEMU's CPU hotplug reg block regression
[mirror_edk2.git] / IntelFsp2WrapperPkg / IntelFsp2WrapperPkg.ci.yaml
1 ## @file
2 # Core CI configuration for IntelFsp2WrapperPkg
3 #
4 # Copyright (c) Microsoft Corporation
5 #
6 # SPDX-License-Identifier: BSD-2-Clause-Patent
7 ##
8 {
9 ## options defined .pytool/Plugin/LicenseCheck
10 "LicenseCheck": {
11 "IgnoreFiles": []
12 },
13
14 "EccCheck": {
15 ## Exception sample looks like below:
16 ## "ExceptionList": [
17 ## "<ErrorID>", "<KeyWord>"
18 ## ]
19 "ExceptionList": [
20 ],
21 ## Both file path and directory path are accepted.
22 "IgnoreFiles": []
23 },
24
25 ## options defined .pytool/Plugin/CompilerPlugin
26 "CompilerPlugin": {
27 "DscPath": "IntelFsp2WrapperPkg.dsc"
28 },
29
30 ## options defined .pytool/Plugin/HostUnitTestCompilerPlugin
31 "HostUnitTestCompilerPlugin": {
32 "DscPath": "" # Don't support this test
33 },
34
35 ## options defined .pytool/Plugin/CharEncodingCheck
36 "CharEncodingCheck": {
37 "IgnoreFiles": []
38 },
39
40 ## options defined .pytool/Plugin/DependencyCheck
41 "DependencyCheck": {
42 "AcceptableDependencies": [
43 "IntelFsp2Pkg/IntelFsp2Pkg.dec",
44 "IntelFsp2WrapperPkg/IntelFsp2WrapperPkg.dec",
45 "MdeModulePkg/MdeModulePkg.dec",
46 "MdePkg/MdePkg.dec",
47 "SecurityPkg/SecurityPkg.dec",
48 "UefiCpuPkg/UefiCpuPkg.dec"
49 ],
50 # For host based unit tests
51 "AcceptableDependencies-HOST_APPLICATION":[
52 "UnitTestFrameworkPkg/UnitTestFrameworkPkg.dec"
53 ],
54 # For UEFI shell based apps
55 "AcceptableDependencies-UEFI_APPLICATION":[],
56 "IgnoreInf": []
57 },
58
59 ## options defined .pytool/Plugin/DscCompleteCheck
60 "DscCompleteCheck": {
61 "IgnoreInf": [""],
62 "DscPath": "IntelFsp2WrapperPkg.dsc"
63 },
64
65 ## options defined .pytool/Plugin/HostUnitTestDscCompleteCheck
66 "HostUnitTestDscCompleteCheck": {
67 "IgnoreInf": [""],
68 "DscPath": "" # Don't support this test
69 },
70
71 ## options defined .pytool/Plugin/GuidCheck
72 "GuidCheck": {
73 "IgnoreGuidName": [],
74 "IgnoreGuidValue": [],
75 "IgnoreFoldersAndFiles": [],
76 "IgnoreDuplicates": [],
77 },
78
79 ## options defined .pytool/Plugin/LibraryClassCheck
80 "LibraryClassCheck": {
81 "IgnoreLibraryClass": []
82 },
83
84 ## options defined .pytool/Plugin/SpellCheck
85 "SpellCheck": {
86 "AuditOnly": True, # Fails right now
87 "IgnoreFiles": [], # use gitignore syntax to ignore errors in matching files
88 "ExtendWords": [], # words to extend to the dictionary for this package
89 "IgnoreStandardPaths": [], # Standard Plugin defined paths that should be ignore
90 "AdditionalIncludePaths": [] # Additional paths to spell check (wildcards supported)
91 }
92 }