]> git.proxmox.com Git - mirror_edk2.git/blame - CryptoPkg/CryptoPkg.ci.yaml
OvmfPkg/Sec: Enable cache early to speed up booting
[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
5# SPDX-License-Identifier: BSD-2-Clause-Patent\r
6##\r
7{\r
fdb05637
SZ
8 "LicenseCheck": {\r
9 "IgnoreFiles": []\r
10 },\r
f98a4454
MK
11 "CompilerPlugin": {\r
12 "DscPath": "CryptoPkg.dsc"\r
13 },\r
14 "CharEncodingCheck": {\r
15 "IgnoreFiles": []\r
16 },\r
17 "DependencyCheck": {\r
18 "AcceptableDependencies": [\r
19 "MdePkg/MdePkg.dec",\r
20 "MdeModulePkg/MdeModulePkg.dec",\r
21 "CryptoPkg/CryptoPkg.dec",\r
22 ],\r
23 # For host based unit tests\r
24 "AcceptableDependencies-HOST_APPLICATION":[],\r
25 # For UEFI shell based apps\r
26 "AcceptableDependencies-UEFI_APPLICATION":[],\r
27 "IgnoreInf": []\r
28 },\r
29 "DscCompleteCheck": {\r
30 "DscPath": "CryptoPkg.dsc",\r
31 "IgnoreInf": []\r
32 },\r
33 "GuidCheck": {\r
34 "IgnoreGuidName": [],\r
35 "IgnoreGuidValue": [],\r
36 "IgnoreFoldersAndFiles": []\r
37 },\r
38 "LibraryClassCheck": {\r
39 "IgnoreHeaderFile": []\r
40 },\r
41\r
42 ## options defined ci/Plugin/SpellCheck\r
43 "SpellCheck": {\r
44 "skip": True,\r
45 "IgnoreFiles": [], # use gitignore syntax to ignore errors in matching files\r
46 "ExtendWords": [], # words to extend to the dictionary for this package\r
47 "IgnoreStandardPaths": [], # Standard Plugin defined paths that should be ignore\r
48 "AdditionalIncludePaths": [] # Additional paths to spell check (wildcards supported)\r
49 }\r
50}\r