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