2 # CI configuration for NetworkPkg
4 # Copyright (c) Microsoft Corporation
5 # Copyright (c) 2020, Intel Corporation. All rights reserved.<BR>
6 # SPDX-License-Identifier: BSD-2-Clause-Patent
13 ## Exception sample looks like below:
15 ## "<ErrorID>", "<KeyWord>"
19 ## Both file path and directory path are accepted.
24 "DscPath": "NetworkPkg.dsc"
26 "CharEncodingCheck": {
30 "AcceptableDependencies": [
32 "MdeModulePkg/MdeModulePkg.dec",
33 "NetworkPkg/NetworkPkg.dec",
34 "CryptoPkg/CryptoPkg.dec"
36 # For host based unit tests
37 "AcceptableDependencies-HOST_APPLICATION":[],
38 # For UEFI shell based apps
39 "AcceptableDependencies-UEFI_APPLICATION":[
40 "ShellPkg/ShellPkg.dec"
45 "DscPath": "NetworkPkg.dsc",
50 "IgnoreGuidValue": [],
51 "IgnoreFoldersAndFiles": []
53 "LibraryClassCheck": {
54 "IgnoreHeaderFile": []
57 ## options defined ci/Plugin/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)
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",