Last change
on this file since 85718 was 85718, checked in by vboxsync, 4 years ago |
Devices/EFI: Merge edk-stable202005 and make it build, bugref:4643
|
-
Property svn:eol-style
set to
native
|
File size:
1.4 KB
|
Line | |
---|
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 | }
|
---|
Note:
See
TracBrowser
for help on using the repository browser.