]> git.proxmox.com Git - mirror_edk2.git/blob - CryptoPkg/CryptoPkg.ci.yaml
UefiCpuPkg: Move AsmRelocateApLoopStart from Mpfuncs.nasm to AmdSev.nasm
[mirror_edk2.git] / CryptoPkg / CryptoPkg.ci.yaml
1 ## @file
2 # CI configuration for CryptoPkg
3 #
4 # Copyright (c) Microsoft Corporation
5 # SPDX-License-Identifier: BSD-2-Clause-Patent
6 ##
7 {
8 "CompilerPlugin": {
9 "DscPath": "CryptoPkg.dsc"
10 },
11 "CharEncodingCheck": {
12 "IgnoreFiles": []
13 },
14 "DependencyCheck": {
15 "AcceptableDependencies": [
16 "MdePkg/MdePkg.dec",
17 "MdeModulePkg/MdeModulePkg.dec",
18 "CryptoPkg/CryptoPkg.dec",
19 ],
20 # For host based unit tests
21 "AcceptableDependencies-HOST_APPLICATION":[],
22 # For UEFI shell based apps
23 "AcceptableDependencies-UEFI_APPLICATION":[],
24 "IgnoreInf": []
25 },
26 "DscCompleteCheck": {
27 "DscPath": "CryptoPkg.dsc",
28 "IgnoreInf": []
29 },
30 "GuidCheck": {
31 "IgnoreGuidName": [],
32 "IgnoreGuidValue": [],
33 "IgnoreFoldersAndFiles": []
34 },
35 "LibraryClassCheck": {
36 "IgnoreHeaderFile": []
37 },
38
39 ## options defined ci/Plugin/SpellCheck
40 "SpellCheck": {
41 "skip": True,
42 "IgnoreFiles": [], # use gitignore syntax to ignore errors in matching files
43 "ExtendWords": [], # words to extend to the dictionary for this package
44 "IgnoreStandardPaths": [], # Standard Plugin defined paths that should be ignore
45 "AdditionalIncludePaths": [] # Additional paths to spell check (wildcards supported)
46 }
47 }