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