]> git.proxmox.com Git - mirror_edk2.git/blame - ArmVirtPkg/ArmVirtPkg.ci.yaml
UefiCpuPkg: Move AsmRelocateApLoopStart from Mpfuncs.nasm to AmdSev.nasm
[mirror_edk2.git] / ArmVirtPkg / ArmVirtPkg.ci.yaml
CommitLineData
0c7f189e
SB
1## @file\r
2# Core CI configuration for ArmVirtPkg\r
3#\r
4# ArmVirtPkg 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
1fde2b9d 8# Copyright (c) 2020, Intel Corporation. All rights reserved.<BR>\r
dc1118fa 9# Copyright (c) 2020 - 2022, ARM Limited. All rights reserved.<BR>\r
4a57aeaa 10#\r
0c7f189e
SB
11# SPDX-License-Identifier: BSD-2-Clause-Patent\r
12##\r
13{\r
53936785
SZ
14 ## options defined .pytool/Plugin/LicenseCheck\r
15 "LicenseCheck": {\r
16 "IgnoreFiles": []\r
17 },\r
1fde2b9d
SZ
18 "EccCheck": {\r
19 ## Exception sample looks like below:\r
20 ## "ExceptionList": [\r
21 ## "<ErrorID>", "<KeyWord>"\r
22 ## ]\r
23 "ExceptionList": [\r
24 ],\r
25 ## Both file path and directory path are accepted.\r
26 "IgnoreFiles": [\r
c97fee87 27 "Library/PlatformBootManagerLib/PlatformBm.c"\r
1fde2b9d
SZ
28 ]\r
29 },\r
0c7f189e
SB
30 ## options defined .pytool/Plugin/CompilerPlugin\r
31 "CompilerPlugin": {\r
32 "DscPath": "" # Don't support this test\r
33 },\r
34\r
35 ## options defined .pytool/Plugin/HostUnitTestCompilerPlugin\r
36 "HostUnitTestCompilerPlugin": {\r
37 "DscPath": "" # Don't support this test\r
38 },\r
39\r
40 ## options defined .pytool/Plugin/CharEncodingCheck\r
41 "CharEncodingCheck": {\r
42 "IgnoreFiles": []\r
43 },\r
44\r
45 ## options defined .pytool/Plugin/DependencyCheck\r
46 "DependencyCheck": {\r
47 "AcceptableDependencies": [\r
48 "MdePkg/MdePkg.dec",\r
49 "MdeModulePkg/MdeModulePkg.dec",\r
50 "ArmVirtPkg/ArmVirtPkg.dec",\r
dc1118fa 51 "DynamicTablesPkg/DynamicTablesPkg.dec",\r
0c7f189e
SB
52 "NetworkPkg/NetworkPkg.dec",\r
53 "ArmPkg/ArmPkg.dec",\r
54 "OvmfPkg/OvmfPkg.dec",\r
55 "EmbeddedPkg/EmbeddedPkg.dec",\r
56 "ArmPlatformPkg/ArmPlatformPkg.dec",\r
4a57aeaa 57 "PcAtChipsetPkg/PcAtChipsetPkg.dec",\r
0c7f189e
SB
58 "SecurityPkg/SecurityPkg.dec",\r
59 "ShellPkg/ShellPkg.dec" #Is this ok?\r
60 ],\r
61 # For host based unit tests\r
62 "AcceptableDependencies-HOST_APPLICATION":[\r
63 "UnitTestFrameworkPkg/UnitTestFrameworkPkg.dec"\r
64 ],\r
65 # For UEFI shell based apps\r
66 "AcceptableDependencies-UEFI_APPLICATION":[\r
67\r
68 ],\r
69 "IgnoreInf": []\r
70 },\r
71\r
72 ## options defined .pytool/Plugin/DscCompleteCheck\r
73 "DscCompleteCheck": {\r
74 "IgnoreInf": [""],\r
75 "DscPath": "" # Don't support this test\r
76 },\r
77\r
78 ## options defined .pytool/Plugin/HostUnitTestDscCompleteCheck\r
79 "HostUnitTestDscCompleteCheck": {\r
80 "IgnoreInf": [""],\r
81 "DscPath": "" # Don't support this test\r
82 },\r
83\r
84 ## options defined .pytool/Plugin/GuidCheck\r
85 "GuidCheck": {\r
86 "IgnoreGuidName": [],\r
87 "IgnoreGuidValue": [],\r
88 "IgnoreFoldersAndFiles": [],\r
89 "IgnoreDuplicates": [],\r
90 },\r
91\r
92 ## options defined .pytool/Plugin/LibraryClassCheck\r
93 "LibraryClassCheck": {\r
94 "IgnoreHeaderFile": []\r
95 },\r
96\r
97 ## options defined .pytool/Plugin/SpellCheck\r
98 "SpellCheck": {\r
34969dd2 99 "AuditOnly": True,\r
0c7f189e
SB
100 "IgnoreFiles": [], # use gitignore syntax to ignore errors in matching files\r
101 "ExtendWords": [\r
dc1118fa
PG
102 "acpiview",\r
103 "armltd",\r
104 "ssdts",\r
0c7f189e
SB
105 "setjump",\r
106 "plong",\r
107 "lparam",\r
108 "lpdword",\r
109 "lpthread",\r
110 "lresult",\r
111 "bootable",\r
112 "bsymbolic",\r
113 "endiannness",\r
114 "fvmain",\r
115 "multiboot",\r
116 "qemu's",\r
117 "ramdisk",\r
118 "ramfb",\r
119 "unbootable",\r
120 "virt's",\r
121 "werror",\r
6a9d0c17 122 "xenio",\r
0e3b6bd0
JW
123 "kvmtool",\r
124 "cloudhv"\r
0c7f189e
SB
125 ], # words to extend to the dictionary for this package\r
126 "IgnoreStandardPaths": [], # Standard Plugin defined paths that should be ignore\r
127 "AdditionalIncludePaths": [] # Additional paths to spell check (wildcards supported)\r
128 }\r
129}\r