]> git.proxmox.com Git - mirror_edk2.git/blob - NetworkPkg/NetworkPkg.ci.yaml
RedfishPkg: Use DSC include file
[mirror_edk2.git] / NetworkPkg / NetworkPkg.ci.yaml
1 ## @file
2 # CI configuration for NetworkPkg
3 #
4 # Copyright (c) Microsoft Corporation
5 # Copyright (c) 2020, Intel Corporation. All rights reserved.<BR>
6 # SPDX-License-Identifier: BSD-2-Clause-Patent
7 ##
8 {
9 "LicenseCheck": {
10 "IgnoreFiles": []
11 },
12 "EccCheck": {
13 ## Exception sample looks like below:
14 ## "ExceptionList": [
15 ## "<ErrorID>", "<KeyWord>"
16 ## ]
17 "ExceptionList": [
18 ],
19 ## Both file path and directory path are accepted.
20 "IgnoreFiles": [
21 ]
22 },
23 "CompilerPlugin": {
24 "DscPath": "NetworkPkg.dsc"
25 },
26 "CharEncodingCheck": {
27 "IgnoreFiles": []
28 },
29 "DependencyCheck": {
30 "AcceptableDependencies": [
31 "MdePkg/MdePkg.dec",
32 "MdeModulePkg/MdeModulePkg.dec",
33 "NetworkPkg/NetworkPkg.dec",
34 "CryptoPkg/CryptoPkg.dec"
35 ],
36 # For host based unit tests
37 "AcceptableDependencies-HOST_APPLICATION":[],
38 # For UEFI shell based apps
39 "AcceptableDependencies-UEFI_APPLICATION":[
40 "ShellPkg/ShellPkg.dec"
41 ],
42 "IgnoreInf": []
43 },
44 "DscCompleteCheck": {
45 "DscPath": "NetworkPkg.dsc",
46 "IgnoreInf": []
47 },
48 "GuidCheck": {
49 "IgnoreGuidName": [],
50 "IgnoreGuidValue": [],
51 "IgnoreFoldersAndFiles": []
52 },
53 "LibraryClassCheck": {
54 "IgnoreHeaderFile": []
55 },
56
57 ## options defined ci/Plugin/SpellCheck
58 "SpellCheck": {
59 "AuditOnly": True, # Fails test but run in AuditOnly mode to collect log
60 "IgnoreFiles": [], # use gitignore syntax to ignore errors in matching files
61 "ExtendWords": [], # words to extend to the dictionary for this package
62 "IgnoreStandardPaths": [], # Standard Plugin defined paths that should be ignore
63 "AdditionalIncludePaths": [] # Additional paths to spell check (wildcards supported)
64 },
65
66 "Defines": {
67 "BLD_*_CONTINUOUS_INTEGRATION": "TRUE",
68 "BLD_*_NETWORK_ENABLE": "TRUE",
69 "BLD_*_NETWORK_SNP_ENABLE": "TRUE",
70 "BLD_*_NETWORK_VLAN_ENABLE": "TRUE",
71 "BLD_*_NETWORK_IP4_ENABLE": "TRUE",
72 "BLD_*_NETWORK_IP6_ENABLE": "TRUE",
73 "BLD_*_NETWORK_TLS_ENABLE": "TRUE",
74 "BLD_*_NETWORK_HTTP_BOOT_ENABLE": "TRUE",
75 "BLD_*_NETWORK_ISCSI_ENABLE": "TRUE",
76 }
77 }