]> git.proxmox.com Git - mirror_edk2.git/blame - CryptoPkg/CryptoPkg.ci.yaml
RedfishPkg/Library: RedfishLib
[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 21 "Library/OpensslLib/openssl",\r
694bfd6f
MC
22 # The unit testing folder is not to be checked\r
23 "Test/UnitTest",\r
24 # This has OpenSSL interfaces that aren't UEFI spec compliant\r
25 "Library/BaseCryptLib/SysCall/UnitTestHostCrtWrapper.c",\r
b5701a4c
MC
26 # this has OpenSSL interfaces that aren't UEFI spec compliant\r
27 "Library/OpensslLib/rand_pool.c"\r
5a677bbc
SZ
28 ]\r
29 },\r
f98a4454
MK
30 "CompilerPlugin": {\r
31 "DscPath": "CryptoPkg.dsc"\r
32 },\r
694bfd6f
MC
33 ## options defined .pytool/Plugin/HostUnitTestCompilerPlugin\r
34 "HostUnitTestCompilerPlugin": {\r
35 "DscPath": "Test/CryptoPkgHostUnitTest.dsc"\r
36 },\r
f98a4454
MK
37 "CharEncodingCheck": {\r
38 "IgnoreFiles": []\r
39 },\r
40 "DependencyCheck": {\r
41 "AcceptableDependencies": [\r
42 "MdePkg/MdePkg.dec",\r
43 "MdeModulePkg/MdeModulePkg.dec",\r
44 "CryptoPkg/CryptoPkg.dec",\r
45 ],\r
46 # For host based unit tests\r
47 "AcceptableDependencies-HOST_APPLICATION":[],\r
48 # For UEFI shell based apps\r
49 "AcceptableDependencies-UEFI_APPLICATION":[],\r
50 "IgnoreInf": []\r
51 },\r
52 "DscCompleteCheck": {\r
53 "DscPath": "CryptoPkg.dsc",\r
54 "IgnoreInf": []\r
55 },\r
56 "GuidCheck": {\r
57 "IgnoreGuidName": [],\r
58 "IgnoreGuidValue": [],\r
59 "IgnoreFoldersAndFiles": []\r
60 },\r
61 "LibraryClassCheck": {\r
62 "IgnoreHeaderFile": []\r
63 },\r
64\r
65 ## options defined ci/Plugin/SpellCheck\r
66 "SpellCheck": {\r
67 "skip": True,\r
68 "IgnoreFiles": [], # use gitignore syntax to ignore errors in matching files\r
69 "ExtendWords": [], # words to extend to the dictionary for this package\r
70 "IgnoreStandardPaths": [], # Standard Plugin defined paths that should be ignore\r
71 "AdditionalIncludePaths": [] # Additional paths to spell check (wildcards supported)\r
72 }\r
73}\r