]> git.proxmox.com Git - mirror_edk2.git/blame - CryptoPkg/CryptoPkg.ci.yaml
Maintainer.txt: Add Kvmtool platform reviewer
[mirror_edk2.git] / CryptoPkg / CryptoPkg.ci.yaml
CommitLineData
f98a4454
MK
1## @file\r
2# CI configuration for CryptoPkg\r
3#\r
4# Copyright (c) Microsoft Corporation\r
5a677bbc 5# Copyright (c) 2020, Intel Corporation. All rights reserved.<BR>\r
f98a4454
MK
6# SPDX-License-Identifier: BSD-2-Clause-Patent\r
7##\r
8{\r
fdb05637
SZ
9 "LicenseCheck": {\r
10 "IgnoreFiles": []\r
11 },\r
5a677bbc
SZ
12 "EccCheck": {\r
13 ## Exception sample looks like below:\r
14 ## "ExceptionList": [\r
15 ## "<ErrorID>", "<KeyWord>"\r
16 ## ]\r
17 "ExceptionList": [\r
18 ],\r
19 ## Both file path and directory path are accepted.\r
20 "IgnoreFiles": [\r
b5701a4c
MC
21 "Library/OpensslLib/openssl",\r
22 # this has OpenSSL interfaces that aren't UEFI spec compliant\r
23 "Library/OpensslLib/rand_pool.c"\r
5a677bbc
SZ
24 ]\r
25 },\r
f98a4454
MK
26 "CompilerPlugin": {\r
27 "DscPath": "CryptoPkg.dsc"\r
28 },\r
29 "CharEncodingCheck": {\r
30 "IgnoreFiles": []\r
31 },\r
32 "DependencyCheck": {\r
33 "AcceptableDependencies": [\r
34 "MdePkg/MdePkg.dec",\r
35 "MdeModulePkg/MdeModulePkg.dec",\r
36 "CryptoPkg/CryptoPkg.dec",\r
37 ],\r
38 # For host based unit tests\r
39 "AcceptableDependencies-HOST_APPLICATION":[],\r
40 # For UEFI shell based apps\r
41 "AcceptableDependencies-UEFI_APPLICATION":[],\r
42 "IgnoreInf": []\r
43 },\r
44 "DscCompleteCheck": {\r
45 "DscPath": "CryptoPkg.dsc",\r
46 "IgnoreInf": []\r
47 },\r
48 "GuidCheck": {\r
49 "IgnoreGuidName": [],\r
50 "IgnoreGuidValue": [],\r
51 "IgnoreFoldersAndFiles": []\r
52 },\r
53 "LibraryClassCheck": {\r
54 "IgnoreHeaderFile": []\r
55 },\r
56\r
57 ## options defined ci/Plugin/SpellCheck\r
58 "SpellCheck": {\r
59 "skip": True,\r
60 "IgnoreFiles": [], # use gitignore syntax to ignore errors in matching files\r
61 "ExtendWords": [], # words to extend to the dictionary for this package\r
62 "IgnoreStandardPaths": [], # Standard Plugin defined paths that should be ignore\r
63 "AdditionalIncludePaths": [] # Additional paths to spell check (wildcards supported)\r
64 }\r
65}\r