]> git.proxmox.com Git - mirror_edk2.git/blame - EmulatorPkg/EmulatorPkg.ci.yaml
EmulatorPkg/Application: Publish Redfish Host Interface Record
[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
50 "EmbeddedPkg/EmbeddedPkg.dec", ## is this one OK??\r
51 ],\r
52 # For host based unit tests\r
53 "AcceptableDependencies-HOST_APPLICATION":[\r
54 "UnitTestFrameworkPkg/UnitTestFrameworkPkg.dec"\r
55 ],\r
56 # For UEFI shell based apps\r
57 "AcceptableDependencies-UEFI_APPLICATION":[],\r
58 "IgnoreInf": []\r
59 },\r
60\r
61 ## options defined .pytool/Plugin/DscCompleteCheck\r
62 "DscCompleteCheck": {\r
63 "IgnoreInf": [""],\r
64 "DscPath": "" # Don't support this test\r
65 },\r
66\r
67 ## options defined .pytool/Plugin/HostUnitTestDscCompleteCheck\r
68 "HostUnitTestDscCompleteCheck": {\r
69 "IgnoreInf": [""],\r
70 "DscPath": "" # Don't support this test\r
71 },\r
72\r
73 ## options defined .pytool/Plugin/GuidCheck\r
74 "GuidCheck": {\r
75 "IgnoreGuidName": [],\r
76 "IgnoreGuidValue": [],\r
77 "IgnoreFoldersAndFiles": [],\r
78 "IgnoreDuplicates": [],\r
79 },\r
80\r
81 ## options defined .pytool/Plugin/LibraryClassCheck\r
82 "LibraryClassCheck": {\r
83 "IgnoreHeaderFile": []\r
84 },\r
85\r
86 ## options defined .pytool/Plugin/SpellCheck\r
87 "SpellCheck": {\r
88 "AuditOnly": True, # Fails right now with over 270 errors\r
89 "IgnoreFiles": [], # use gitignore syntax to ignore errors in matching files\r
90 "ExtendWords": [\r
91 "setjump",\r
92 "plong",\r
93 "lparam",\r
94 "lpdword",\r
95 "lpthread",\r
96 "lresult",\r
97 ], # words to extend to the dictionary for this package\r
98 "IgnoreStandardPaths": [], # Standard Plugin defined paths that should be ignore\r
99 "AdditionalIncludePaths": [] # Additional paths to spell check (wildcards supported)\r
100 }\r
101}\r