VirtualBox

source: vbox/trunk/src/VBox/Devices/EFI/FirmwareNew/PrmPkg/PrmPkg.ci.yaml

Last change on this file was 108794, checked in by vboxsync, 4 weeks ago

Devices/EFI/FirmwareNew: Merge edk2-stable202502 from the vendor branch and make it build for the important platforms, bugref:4643

  • Property svn:eol-style set to native
File size: 3.4 KB
Line 
1## @file
2# CI configuration for PrmPkg
3#
4# Copyright (c) Microsoft Corporation<BR>
5# SPDX-License-Identifier: BSD-2-Clause-Patent
6##
7{
8 "PrEval": {
9 "DscPath": "PrmPkg.dsc",
10 },
11 ## options defined .pytool/Plugin/LicenseCheck
12 "LicenseCheck": {
13 "IgnoreFiles": []
14 },
15
16 "EccCheck": {
17 ## Exception sample looks like below:
18 ## "ExceptionList": [
19 ## "<ErrorID>", "<KeyWord>"
20 ## ]
21 "ExceptionList": [
22 "5001", "PRM_HANDLER_EXPORT",
23 "8006", "PRM_HANDLER_EXPORT"
24 ],
25 ## Both file path and directory path are accepted.
26 "IgnoreFiles": [
27 "Library/DxePrmContextBufferLib/UnitTest",
28 "Library/DxePrmModuleDiscoveryLib/UnitTest",
29 "Samples",
30 "Test"
31 ]
32 },
33
34 ## options defined .pytool/Plugin/CompilerPlugin
35 "CompilerPlugin": {
36 "DscPath": "PrmPkg.dsc"
37 },
38
39 ## options defined .pytool/Plugin/HostUnitTestCompilerPlugin
40 "HostUnitTestCompilerPlugin": {
41 "DscPath": "Test/PrmPkgHostTest.dsc"
42 },
43
44 ## options defined .pytool/Plugin/CharEncodingCheck
45 "CharEncodingCheck": {
46 "IgnoreFiles": []
47 },
48
49 ## options defined .pytool/Plugin/DependencyCheck
50 "DependencyCheck": {
51 "AcceptableDependencies": [
52 "MdeModulePkg/MdeModulePkg.dec",
53 "MdePkg/MdePkg.dec",
54 "PrmPkg/PrmPkg.dec",
55 "ShellPkg/ShellPkg.dec",
56 "UefiCpuPkg/UefiCpuPkg.dec"
57 ],
58 # For host based unit tests
59 "AcceptableDependencies-HOST_APPLICATION":[
60 "UnitTestFrameworkPkg/UnitTestFrameworkPkg.dec"
61 ],
62 # For UEFI shell based apps
63 "AcceptableDependencies-UEFI_APPLICATION":[],
64 "IgnoreInf": []
65 },
66
67 ## options defined .pytool/Plugin/DscCompleteCheck
68 "DscCompleteCheck": {
69 "IgnoreInf": [],
70 "DscPath": "PrmPkg.dsc"
71 },
72
73 ## options defined .pytool/Plugin/HostUnitTestDscCompleteCheck
74 "HostUnitTestDscCompleteCheck": {
75 "IgnoreInf": [""],
76 "DscPath": "Test/PrmPkgHostTest.dsc"
77 },
78
79 ## options defined .pytool/Plugin/GuidCheck
80 "GuidCheck": {
81 "IgnoreGuidName": [],
82 "IgnoreGuidValue": [],
83 "IgnoreFoldersAndFiles": [],
84 "IgnoreDuplicates": [],
85 },
86
87 ## options defined .pytool/Plugin/LibraryClassCheck
88 "LibraryClassCheck": {
89 "IgnoreHeaderFile": []
90 },
91
92 ## options defined .pytool/Plugin/SpellCheck
93 "SpellCheck": {
94 "AuditOnly": False,
95 "IgnoreFiles": [], # use gitignore syntax to ignore errors
96 # in matching files
97 "ExtendWords": [ # words to extend to the dictionary for this package
98 "buffe", # note: appears in buffer ascii dump in documentation
99 "iptor", # note: appears in buffer ascii dump in documentation
100 "keepoptionalheader",
101 "odule", # note: appears in buffer ascii dump in documentation
102 "oemid",
103 "prmopreg",
104 "prmpecofflib",
105 "prmpkg",
106 "prmssdtinstall"
107 ],
108 "IgnoreStandardPaths": [], # Standard Plugin defined paths that
109 # should be ignore
110 "AdditionalIncludePaths": [] # Additional paths to spell check
111 # (wildcards supported)
112 }
113}
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