]> git.proxmox.com Git - mirror_edk2.git/blame - EmulatorPkg/EmulatorPkg.ci.yaml
UefiPayloadPkg: Add PCI root bridge info hob support for SBL
[mirror_edk2.git] / EmulatorPkg / EmulatorPkg.ci.yaml
CommitLineData
951a0353
SB
1## @file\r
2# Core CI configuration for EmulatorPkg\r
3#\r
4# EmulatorPkg is part of Platform Ci for builds so this is only\r
5# used for code analysis.\r
6#\r
7# Copyright (c) Microsoft Corporation\r
647aa711 8# Copyright (c) 2020, Intel Corporation. All rights reserved.<BR>\r
951a0353
SB
9# SPDX-License-Identifier: BSD-2-Clause-Patent\r
10##\r
11{\r
7ed9c63d
SZ
12 ## options defined .pytool/Plugin/LicenseCheck\r
13 "LicenseCheck": {\r
14 "IgnoreFiles": []\r
15 },\r
647aa711
SZ
16 "EccCheck": {\r
17 ## Exception sample looks like below:\r
18 ## "ExceptionList": [\r
19 ## "<ErrorID>", "<KeyWord>"\r
20 ## ]\r
21 "ExceptionList": [\r
22 ],\r
23 ## Both file path and directory path are accepted.\r
24 "IgnoreFiles": [\r
25 ]\r
26 },\r
951a0353
SB
27 ## options defined .pytool/Plugin/CompilerPlugin\r
28 "CompilerPlugin": {\r
29 "DscPath": "" # Don't support this test\r
30 },\r
31\r
32 ## options defined .pytool/Plugin/HostUnitTestCompilerPlugin\r
33 "HostUnitTestCompilerPlugin": {\r
34 "DscPath": "" # Don't support this test\r
35 },\r
36\r
37 ## options defined .pytool/Plugin/CharEncodingCheck\r
38 "CharEncodingCheck": {\r
39 "IgnoreFiles": []\r
40 },\r
41\r
42 ## options defined .pytool/Plugin/DependencyCheck\r
43 "DependencyCheck": {\r
44 "AcceptableDependencies": [\r
45 # For this platform all packages are allowed???\r
46 "MdePkg/MdePkg.dec",\r
47 "MdeModulePkg/MdeModulePkg.dec",\r
48 "EmulatorPkg/EmulatorPkg.dec",\r
49 "NetworkPkg/NetworkPkg.dec",\r
f9448728 50 "RedfishPkg/RedfishPkg.dec",\r
951a0353
SB
51 "EmbeddedPkg/EmbeddedPkg.dec", ## is this one OK??\r
52 ],\r
53 # For host based unit tests\r
54 "AcceptableDependencies-HOST_APPLICATION":[\r
55 "UnitTestFrameworkPkg/UnitTestFrameworkPkg.dec"\r
56 ],\r
57 # For UEFI shell based apps\r
58 "AcceptableDependencies-UEFI_APPLICATION":[],\r
59 "IgnoreInf": []\r
60 },\r
61\r
62 ## options defined .pytool/Plugin/DscCompleteCheck\r
63 "DscCompleteCheck": {\r
64 "IgnoreInf": [""],\r
65 "DscPath": "" # Don't support this test\r
66 },\r
67\r
68 ## options defined .pytool/Plugin/HostUnitTestDscCompleteCheck\r
69 "HostUnitTestDscCompleteCheck": {\r
70 "IgnoreInf": [""],\r
71 "DscPath": "" # Don't support this test\r
72 },\r
73\r
74 ## options defined .pytool/Plugin/GuidCheck\r
75 "GuidCheck": {\r
76 "IgnoreGuidName": [],\r
77 "IgnoreGuidValue": [],\r
78 "IgnoreFoldersAndFiles": [],\r
79 "IgnoreDuplicates": [],\r
80 },\r
81\r
82 ## options defined .pytool/Plugin/LibraryClassCheck\r
83 "LibraryClassCheck": {\r
84 "IgnoreHeaderFile": []\r
85 },\r
86\r
87 ## options defined .pytool/Plugin/SpellCheck\r
88 "SpellCheck": {\r
89 "AuditOnly": True, # Fails right now with over 270 errors\r
90 "IgnoreFiles": [], # use gitignore syntax to ignore errors in matching files\r
91 "ExtendWords": [\r
92 "setjump",\r
93 "plong",\r
94 "lparam",\r
95 "lpdword",\r
96 "lpthread",\r
97 "lresult",\r
98 ], # words to extend to the dictionary for this package\r
99 "IgnoreStandardPaths": [], # Standard Plugin defined paths that should be ignore\r
100 "AdditionalIncludePaths": [] # Additional paths to spell check (wildcards supported)\r
101 }\r
102}\r