VirtualBox

source: vbox/trunk/src/VBox/Devices/EFI/FirmwareNew/UefiPayloadPkg/UefiPayloadPkg.ci.yaml@ 99404

最後變更 在這個檔案從99404是 99404,由 vboxsync 提交於 2 年 前

Devices/EFI/FirmwareNew: Update to edk2-stable202302 and make it build, bugref:4643

  • 屬性 svn:eol-style 設為 native
檔案大小: 2.9 KB
 
1## @file
2# Core CI configuration for UefiPayloadPkg
3#
4# Copyright (c) 2021, Intel Corporation. All rights reserved.<BR>
5# SPDX-License-Identifier: BSD-2-Clause-Patent
6##
7{
8 ## options defined .pytool/Plugin/LicenseCheck
9 "LicenseCheck": {
10 "IgnoreFiles": []
11 },
12 "EccCheck": {
13 ## Exception sample looks like below:
14 ## "ExceptionList": [
15 ## "<ErrorID>", "<KeyWord>"
16 ## ]
17 "ExceptionList": [
18 ],
19 ## Both file path and directory path are accepted.
20 "IgnoreFiles": [
21 "Include/Coreboot.h",
22 "Library/CbParseLib/CbParseLib.c",
23 "PayloadLoaderPeim/ElfLib/ElfCommon.h",
24 "PayloadLoaderPeim/ElfLib/Elf32.h",
25 "PayloadLoaderPeim/ElfLib/Elf64.h"
26 ]
27 },
28 ## options defined .pytool/Plugin/CompilerPlugin
29 "CompilerPlugin": {
30 "DscPath": "UefiPayloadPkg.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 # For host based unit tests
47 "AcceptableDependencies-HOST_APPLICATION":[],
48 # For UEFI shell based apps
49 "AcceptableDependencies-UEFI_APPLICATION":[],
50 "IgnoreInf": [],
51 "skip": True
52 },
53
54 ## options defined .pytool/Plugin/DscCompleteCheck
55 "DscCompleteCheck": {
56 "IgnoreInf": [""],
57 "DscPath": "" # Don't support this test
58 },
59
60 ## options defined .pytool/Plugin/HostUnitTestDscCompleteCheck
61 "HostUnitTestDscCompleteCheck": {
62 "IgnoreInf": [""],
63 "DscPath": "" # Don't support this test
64 },
65
66 ## options defined .pytool/Plugin/GuidCheck
67 "GuidCheck": {
68 "IgnoreGuidName": [],
69 "IgnoreGuidValue": [],
70 "IgnoreFoldersAndFiles": [],
71 "IgnoreDuplicates": [],
72 },
73
74 ## options defined .pytool/Plugin/LibraryClassCheck
75 "LibraryClassCheck": {
76 "IgnoreHeaderFile": [],
77 "skip": True
78 },
79
80 ## options defined .pytool/Plugin/SpellCheck
81 "SpellCheck": {
82 "AuditOnly": True, # Fails right now with over 270 errors
83 "IgnoreFiles": [], # use gitignore syntax to ignore errors in matching files
84 "ExtendWords": [], # words to extend to the dictionary for this package
85 "IgnoreStandardPaths": [], # Standard Plugin defined paths that should be ignore
86 "AdditionalIncludePaths": [] # Additional paths to spell check (wildcards supported)
87 },
88
89 "Defines": {
90 "BLD_*_UNIVERSAL_PAYLOAD": "TRUE",
91 "BLD_*_EMU_VARIABLE_ENABLE": "FALSE",
92 "BLD_*_DISABLE_RESET_SYSTEM": "TRUE",
93 "BLD_*_SERIAL_DRIVER_ENABLE": "FALSE",
94 }
95}
注意: 瀏覽 TracBrowser 來幫助您使用儲存庫瀏覽器

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