]> git.proxmox.com Git - mirror_edk2.git/blame - CryptoPkg/CryptoPkg.ci.yaml
ArmVirtPkg: Add RngLib based on TimerLib for CryptoPkg
[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
21 "Library/OpensslLib/openssl"\r
22 ]\r
23 },\r
f98a4454
MK
24 "CompilerPlugin": {\r
25 "DscPath": "CryptoPkg.dsc"\r
26 },\r
27 "CharEncodingCheck": {\r
28 "IgnoreFiles": []\r
29 },\r
30 "DependencyCheck": {\r
31 "AcceptableDependencies": [\r
32 "MdePkg/MdePkg.dec",\r
33 "MdeModulePkg/MdeModulePkg.dec",\r
34 "CryptoPkg/CryptoPkg.dec",\r
35 ],\r
36 # For host based unit tests\r
37 "AcceptableDependencies-HOST_APPLICATION":[],\r
38 # For UEFI shell based apps\r
39 "AcceptableDependencies-UEFI_APPLICATION":[],\r
40 "IgnoreInf": []\r
41 },\r
42 "DscCompleteCheck": {\r
43 "DscPath": "CryptoPkg.dsc",\r
44 "IgnoreInf": []\r
45 },\r
46 "GuidCheck": {\r
47 "IgnoreGuidName": [],\r
48 "IgnoreGuidValue": [],\r
49 "IgnoreFoldersAndFiles": []\r
50 },\r
51 "LibraryClassCheck": {\r
52 "IgnoreHeaderFile": []\r
53 },\r
54\r
55 ## options defined ci/Plugin/SpellCheck\r
56 "SpellCheck": {\r
57 "skip": True,\r
58 "IgnoreFiles": [], # use gitignore syntax to ignore errors in matching files\r
59 "ExtendWords": [], # words to extend to the dictionary for this package\r
60 "IgnoreStandardPaths": [], # Standard Plugin defined paths that should be ignore\r
61 "AdditionalIncludePaths": [] # Additional paths to spell check (wildcards supported)\r
62 }\r
63}\r