VirtualBox

source: vbox/trunk/src/VBox/Devices/EFI/Firmware/IntelFsp2Pkg/IntelFsp2Pkg.ci.yaml@ 106411

最後變更 在這個檔案從106411是 105670,由 vboxsync 提交於 6 月 前

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

  • 屬性 svn:eol-style 設為 native
檔案大小: 2.7 KB
 
1## @file
2# Core CI configuration for IntelFsp2Pkg
3#
4# Copyright (c) Microsoft Corporation
5#
6# SPDX-License-Identifier: BSD-2-Clause-Patent
7##
8{
9 "PrEval": {
10 "DscPath": "IntelFsp2Pkg.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": "IntelFsp2Pkg.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 "MdeModulePkg/MdeModulePkg.dec",
48 "MdePkg/MdePkg.dec",
49 "UefiCpuPkg/UefiCpuPkg.dec"
50 ],
51 # For host based unit tests
52 "AcceptableDependencies-HOST_APPLICATION":[
53 "UnitTestFrameworkPkg/UnitTestFrameworkPkg.dec"
54 ],
55 # For UEFI shell based apps
56 "AcceptableDependencies-UEFI_APPLICATION":[],
57 "IgnoreInf": []
58 },
59
60 ## options defined .pytool/Plugin/DscCompleteCheck
61 "DscCompleteCheck": {
62 "IgnoreInf": [""],
63 "DscPath": "IntelFsp2Pkg.dsc"
64 },
65
66 ## options defined .pytool/Plugin/HostUnitTestDscCompleteCheck
67 "HostUnitTestDscCompleteCheck": {
68 "IgnoreInf": [""],
69 "DscPath": "" # Don't support this test
70 },
71
72 ## options defined .pytool/Plugin/GuidCheck
73 "GuidCheck": {
74 "IgnoreGuidName": [],
75 "IgnoreGuidValue": [],
76 "IgnoreFoldersAndFiles": [],
77 "IgnoreDuplicates": [],
78 },
79
80 ## options defined .pytool/Plugin/LibraryClassCheck
81 "LibraryClassCheck": {
82 "IgnoreHeaderFile": []
83 },
84
85 ## options defined .pytool/Plugin/SpellCheck
86 "SpellCheck": {
87 "AuditOnly": True, # Fails right now
88 "IgnoreFiles": [], # use gitignore syntax to ignore errors in matching files
89 "ExtendWords": [], # words to extend to the dictionary for this package
90 "IgnoreStandardPaths": [], # Standard Plugin defined paths that should be ignore
91 "AdditionalIncludePaths": [] # Additional paths to spell check (wildcards supported)
92 }
93}
注意: 瀏覽 TracBrowser 來幫助您使用儲存庫瀏覽器

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