VirtualBox

source: vbox/trunk/src/VBox/Devices/EFI/Firmware/IntelFsp2WrapperPkg/IntelFsp2WrapperPkg.ci.yaml@ 107124

Last change on this file since 107124 was 105670, checked in by vboxsync, 6 months ago

Devices/EFI/FirmwareNew: Merge edk2-stable-202405 and make it build on aarch64, bugref:4643

  • Property svn:eol-style set to native
File size: 2.8 KB
Line 
1## @file
2# Core CI configuration for IntelFsp2WrapperPkg
3#
4# Copyright (c) Microsoft Corporation
5#
6# SPDX-License-Identifier: BSD-2-Clause-Patent
7##
8{
9 "PrEval": {
10 "DscPath": "IntelFsp2WrapperPkg.dsc",
11 },
12 ## options defined .pytool/Plugin/LicenseCheck
13 "LicenseCheck": {
14 "IgnoreFiles": []
15 },
16
17 "EccCheck": {
18 ## Exception sample looks like below:
19 ## "ExceptionList": [
20 ## "<ErrorID>", "<KeyWord>"
21 ## ]
22 "ExceptionList": [
23 ],
24 ## Both file path and directory path are accepted.
25 "IgnoreFiles": []
26 },
27
28 ## options defined .pytool/Plugin/CompilerPlugin
29 "CompilerPlugin": {
30 "DscPath": "IntelFsp2WrapperPkg.dsc"
31 },
32
33 ## options defined .pytool/Plugin/HostUnitTestCompilerPlugin
34 "HostUnitTestCompilerPlugin": {
35 "DscPath": "" # Don't support this test
36 },
37
38 ## options defined .pytool/Plugin/CharEncodingCheck
39 "CharEncodingCheck": {
40 "IgnoreFiles": []
41 },
42
43 ## options defined .pytool/Plugin/DependencyCheck
44 "DependencyCheck": {
45 "AcceptableDependencies": [
46 "IntelFsp2Pkg/IntelFsp2Pkg.dec",
47 "IntelFsp2WrapperPkg/IntelFsp2WrapperPkg.dec",
48 "MdeModulePkg/MdeModulePkg.dec",
49 "MdePkg/MdePkg.dec",
50 "SecurityPkg/SecurityPkg.dec",
51 "UefiCpuPkg/UefiCpuPkg.dec"
52 ],
53 # For host based unit tests
54 "AcceptableDependencies-HOST_APPLICATION":[
55 "UnitTestFrameworkPkg/UnitTestFrameworkPkg.dec"
56 ],
57 # For UEFI shell based apps
58 "AcceptableDependencies-UEFI_APPLICATION":[],
59 "IgnoreInf": []
60 },
61
62 ## options defined .pytool/Plugin/DscCompleteCheck
63 "DscCompleteCheck": {
64 "IgnoreInf": [""],
65 "DscPath": "IntelFsp2WrapperPkg.dsc"
66 },
67
68 ## options defined .pytool/Plugin/HostUnitTestDscCompleteCheck
69 "HostUnitTestDscCompleteCheck": {
70 "IgnoreInf": [""],
71 "DscPath": "" # Don't support this test
72 },
73
74 ## options defined .pytool/Plugin/GuidCheck
75 "GuidCheck": {
76 "IgnoreGuidName": [],
77 "IgnoreGuidValue": [],
78 "IgnoreFoldersAndFiles": [],
79 "IgnoreDuplicates": [],
80 },
81
82 ## options defined .pytool/Plugin/LibraryClassCheck
83 "LibraryClassCheck": {
84 "IgnoreLibraryClass": []
85 },
86
87 ## options defined .pytool/Plugin/SpellCheck
88 "SpellCheck": {
89 "AuditOnly": True, # Fails right now
90 "IgnoreFiles": [], # use gitignore syntax to ignore errors in matching files
91 "ExtendWords": [], # words to extend to the dictionary for this package
92 "IgnoreStandardPaths": [], # Standard Plugin defined paths that should be ignore
93 "AdditionalIncludePaths": [] # Additional paths to spell check (wildcards supported)
94 }
95}
Note: See TracBrowser for help on using the repository browser.

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