VirtualBox

source: vbox/trunk/src/VBox/Devices/EFI/Firmware/NetworkPkg/NetworkPkg.ci.yaml@ 88736

Last change on this file since 88736 was 85718, checked in by vboxsync, 5 years ago

Devices/EFI: Merge edk-stable202005 and make it build, bugref:4643

  • Property svn:eol-style set to native
File size: 1.9 KB
Line 
1## @file
2# CI configuration for NetworkPkg
3#
4# Copyright (c) Microsoft Corporation
5# SPDX-License-Identifier: BSD-2-Clause-Patent
6##
7{
8 "CompilerPlugin": {
9 "DscPath": "NetworkPkg.dsc"
10 },
11 "CharEncodingCheck": {
12 "IgnoreFiles": []
13 },
14 "DependencyCheck": {
15 "AcceptableDependencies": [
16 "MdePkg/MdePkg.dec",
17 "MdeModulePkg/MdeModulePkg.dec",
18 "NetworkPkg/NetworkPkg.dec",
19 "CryptoPkg/CryptoPkg.dec"
20 ],
21 # For host based unit tests
22 "AcceptableDependencies-HOST_APPLICATION":[],
23 # For UEFI shell based apps
24 "AcceptableDependencies-UEFI_APPLICATION":[
25 "ShellPkg/ShellPkg.dec"
26 ],
27 "IgnoreInf": []
28 },
29 "DscCompleteCheck": {
30 "DscPath": "NetworkPkg.dsc",
31 "IgnoreInf": []
32 },
33 "GuidCheck": {
34 "IgnoreGuidName": [],
35 "IgnoreGuidValue": [],
36 "IgnoreFoldersAndFiles": []
37 },
38 "LibraryClassCheck": {
39 "IgnoreHeaderFile": []
40 },
41
42 ## options defined ci/Plugin/SpellCheck
43 "SpellCheck": {
44 "AuditOnly": True, # Fails test but run in AuditOnly mode to collect log
45 "IgnoreFiles": [], # use gitignore syntax to ignore errors in matching files
46 "ExtendWords": [], # words to extend to the dictionary for this package
47 "IgnoreStandardPaths": [], # Standard Plugin defined paths that should be ignore
48 "AdditionalIncludePaths": [] # Additional paths to spell check (wildcards supported)
49 },
50
51 "Defines": {
52 "BLD_*_CONTINUOUS_INTEGRATION": "TRUE",
53 "BLD_*_NETWORK_ENABLE": "TRUE",
54 "BLD_*_NETWORK_SNP_ENABLE": "TRUE",
55 "BLD_*_NETWORK_VLAN_ENABLE": "TRUE",
56 "BLD_*_NETWORK_IP4_ENABLE": "TRUE",
57 "BLD_*_NETWORK_IP6_ENABLE": "TRUE",
58 "BLD_*_NETWORK_TLS_ENABLE": "TRUE",
59 "BLD_*_NETWORK_HTTP_BOOT_ENABLE": "TRUE",
60 "BLD_*_NETWORK_ISCSI_ENABLE": "TRUE",
61 }
62}
Note: See TracBrowser for help on using the repository browser.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette