VirtualBox

source: vbox/trunk/src/VBox/Devices/EFI/Firmware/UefiCpuPkg/UefiCpuPkg.ci.yaml@ 86513

Last change on this file since 86513 was 85718, checked in by vboxsync, 4 years ago

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

  • Property svn:eol-style set to native
File size: 1.7 KB
Line 
1## @file
2# CI configuration for UefiCpuPkg
3#
4# Copyright (c) Microsoft Corporation
5# SPDX-License-Identifier: BSD-2-Clause-Patent
6##
7{
8 "CompilerPlugin": {
9 "DscPath": "UefiCpuPkg.dsc"
10 },
11 "CharEncodingCheck": {
12 "IgnoreFiles": []
13 },
14 "DependencyCheck": {
15 "AcceptableDependencies": [
16 "MdePkg/MdePkg.dec",
17 "MdeModulePkg/MdeModulePkg.dec",
18 "UefiCpuPkg/UefiCpuPkg.dec"
19 ],
20 # For host based unit tests
21 "AcceptableDependencies-HOST_APPLICATION":[],
22 # For UEFI shell based apps
23 "AcceptableDependencies-UEFI_APPLICATION":[],
24 "IgnoreInf": []
25 },
26 "DscCompleteCheck": {
27 "DscPath": "UefiCpuPkg.dsc",
28 "IgnoreInf": [
29 "UefiCpuPkg/ResetVector/FixupVtf/Vtf.inf",
30 "UefiCpuPkg/ResetVector/Vtf0/Vtf0.inf"
31 ]
32 },
33 "GuidCheck": {
34 "IgnoreGuidName": ["SecCore", "ResetVector"], # Expected duplication for gEfiFirmwareVolumeTopFileGuid
35 "IgnoreGuidValue": [],
36 "IgnoreFoldersAndFiles": [],
37 "IgnoreDuplicates": []
38 },
39 "LibraryClassCheck": {
40 "IgnoreHeaderFile": []
41 },
42
43 ## options defined ci/Plugin/SpellCheck
44 "SpellCheck": {
45 "AuditOnly": True, # Fails test but run in AuditOnly mode to collect log
46 "IgnoreFiles": [], # use gitignore syntax to ignore errors in matching files
47 "ExtendWords": [], # words to extend to the dictionary for this package
48 "IgnoreStandardPaths": [], # Standard Plugin defined paths that should be ignore
49 "AdditionalIncludePaths": [] # Additional paths to spell check (wildcards supported)
50 }
51}
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