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