]> git.proxmox.com Git - mirror_edk2.git/blame - IntelFsp2Pkg/IntelFsp2Pkg.ci.yaml
UefiCpuPkg: Move AsmRelocateApLoopStart from Mpfuncs.nasm to AmdSev.nasm
[mirror_edk2.git] / IntelFsp2Pkg / IntelFsp2Pkg.ci.yaml
CommitLineData
28b16c01
MK
1## @file\r
2# Core CI configuration for IntelFsp2Pkg\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": "IntelFsp2Pkg.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 "MdeModulePkg/MdeModulePkg.dec",\r
45 "MdePkg/MdePkg.dec",\r
46 "UefiCpuPkg/UefiCpuPkg.dec"\r
47 ],\r
48 # For host based unit tests\r
49 "AcceptableDependencies-HOST_APPLICATION":[\r
50 "UnitTestFrameworkPkg/UnitTestFrameworkPkg.dec"\r
51 ],\r
52 # For UEFI shell based apps\r
53 "AcceptableDependencies-UEFI_APPLICATION":[],\r
54 "IgnoreInf": []\r
55 },\r
56\r
57 ## options defined .pytool/Plugin/DscCompleteCheck\r
58 "DscCompleteCheck": {\r
59 "IgnoreInf": [""],\r
60 "DscPath": "IntelFsp2Pkg.dsc"\r
61 },\r
62\r
63 ## options defined .pytool/Plugin/HostUnitTestDscCompleteCheck\r
64 "HostUnitTestDscCompleteCheck": {\r
65 "IgnoreInf": [""],\r
66 "DscPath": "" # Don't support this test\r
67 },\r
68\r
69 ## options defined .pytool/Plugin/GuidCheck\r
70 "GuidCheck": {\r
71 "IgnoreGuidName": [],\r
72 "IgnoreGuidValue": [],\r
73 "IgnoreFoldersAndFiles": [],\r
74 "IgnoreDuplicates": [],\r
75 },\r
76\r
77 ## options defined .pytool/Plugin/LibraryClassCheck\r
78 "LibraryClassCheck": {\r
79 "IgnoreHeaderFile": []\r
80 },\r
81\r
82 ## options defined .pytool/Plugin/SpellCheck\r
83 "SpellCheck": {\r
84 "AuditOnly": True, # Fails right now\r
85 "IgnoreFiles": [], # use gitignore syntax to ignore errors in matching files\r
86 "ExtendWords": [], # words to extend to the dictionary for this package\r
87 "IgnoreStandardPaths": [], # Standard Plugin defined paths that should be ignore\r
88 "AdditionalIncludePaths": [] # Additional paths to spell check (wildcards supported)\r
89 }\r
90}\r