]> git.proxmox.com Git - mirror_edk2.git/blame_incremental - ArmVirtPkg/ArmVirtPkg.ci.yaml
OvmfPkg/VirtioFsDxe: add EFI_FILE_INFO cache fields to VIRTIO_FS_FILE
[mirror_edk2.git] / ArmVirtPkg / ArmVirtPkg.ci.yaml
... / ...
CommitLineData
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
8# Copyright (c) 2020, Intel Corporation. All rights reserved.<BR>\r
9# Copyright (c) 2020, ARM Limited. All rights reserved.\r
10#\r
11# SPDX-License-Identifier: BSD-2-Clause-Patent\r
12##\r
13{\r
14 ## options defined .pytool/Plugin/LicenseCheck\r
15 "LicenseCheck": {\r
16 "IgnoreFiles": []\r
17 },\r
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
27 ]\r
28 },\r
29 ## options defined .pytool/Plugin/CompilerPlugin\r
30 "CompilerPlugin": {\r
31 "DscPath": "" # Don't support this test\r
32 },\r
33\r
34 ## options defined .pytool/Plugin/HostUnitTestCompilerPlugin\r
35 "HostUnitTestCompilerPlugin": {\r
36 "DscPath": "" # Don't support this test\r
37 },\r
38\r
39 ## options defined .pytool/Plugin/CharEncodingCheck\r
40 "CharEncodingCheck": {\r
41 "IgnoreFiles": []\r
42 },\r
43\r
44 ## options defined .pytool/Plugin/DependencyCheck\r
45 "DependencyCheck": {\r
46 "AcceptableDependencies": [\r
47 "MdePkg/MdePkg.dec",\r
48 "MdeModulePkg/MdeModulePkg.dec",\r
49 "ArmVirtPkg/ArmVirtPkg.dec",\r
50 "NetworkPkg/NetworkPkg.dec",\r
51 "ArmPkg/ArmPkg.dec",\r
52 "OvmfPkg/OvmfPkg.dec",\r
53 "EmbeddedPkg/EmbeddedPkg.dec",\r
54 "ArmPlatformPkg/ArmPlatformPkg.dec",\r
55 "PcAtChipsetPkg/PcAtChipsetPkg.dec",\r
56 "SecurityPkg/SecurityPkg.dec",\r
57 "ShellPkg/ShellPkg.dec" #Is this ok?\r
58 ],\r
59 # For host based unit tests\r
60 "AcceptableDependencies-HOST_APPLICATION":[\r
61 "UnitTestFrameworkPkg/UnitTestFrameworkPkg.dec"\r
62 ],\r
63 # For UEFI shell based apps\r
64 "AcceptableDependencies-UEFI_APPLICATION":[\r
65\r
66 ],\r
67 "IgnoreInf": []\r
68 },\r
69\r
70 ## options defined .pytool/Plugin/DscCompleteCheck\r
71 "DscCompleteCheck": {\r
72 "IgnoreInf": [""],\r
73 "DscPath": "" # Don't support this test\r
74 },\r
75\r
76 ## options defined .pytool/Plugin/HostUnitTestDscCompleteCheck\r
77 "HostUnitTestDscCompleteCheck": {\r
78 "IgnoreInf": [""],\r
79 "DscPath": "" # Don't support this test\r
80 },\r
81\r
82 ## options defined .pytool/Plugin/GuidCheck\r
83 "GuidCheck": {\r
84 "IgnoreGuidName": [],\r
85 "IgnoreGuidValue": [],\r
86 "IgnoreFoldersAndFiles": [],\r
87 "IgnoreDuplicates": [],\r
88 },\r
89\r
90 ## options defined .pytool/Plugin/LibraryClassCheck\r
91 "LibraryClassCheck": {\r
92 "IgnoreHeaderFile": []\r
93 },\r
94\r
95 ## options defined .pytool/Plugin/SpellCheck\r
96 "SpellCheck": {\r
97 "AuditOnly": False, # Fails right now with over 270 errors\r
98 "IgnoreFiles": [], # use gitignore syntax to ignore errors in matching files\r
99 "ExtendWords": [\r
100 "setjump",\r
101 "plong",\r
102 "lparam",\r
103 "lpdword",\r
104 "lpthread",\r
105 "lresult",\r
106 "bootable",\r
107 "bsymbolic",\r
108 "endiannness",\r
109 "fvmain",\r
110 "multiboot",\r
111 "qemu's",\r
112 "ramdisk",\r
113 "ramfb",\r
114 "unbootable",\r
115 "virt's",\r
116 "werror",\r
117 "xenio",\r
118 "kvmtool"\r
119 ], # words to extend to the dictionary for this package\r
120 "IgnoreStandardPaths": [], # Standard Plugin defined paths that should be ignore\r
121 "AdditionalIncludePaths": [] # Additional paths to spell check (wildcards supported)\r
122 }\r
123}\r