VirtualBox

source: vbox/trunk/src/VBox/Devices/EFI/Firmware/UefiPayloadPkg/UefiPayloadPkg.ci.yaml@ 105681

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

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

  • 屬性 svn:eol-style 設為 native
檔案大小: 3.0 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 "Tools/",
22 "Include/Coreboot.h",
23 "Library/CbParseLib/CbParseLib.c",
24 "PayloadLoaderPeim/ElfLib/ElfCommon.h",
25 "PayloadLoaderPeim/ElfLib/Elf32.h",
26 "PayloadLoaderPeim/ElfLib/Elf64.h"
27 ]
28 },
29 ## options defined .pytool/Plugin/CompilerPlugin
30 "CompilerPlugin": {
31 "DscPath": "UefiPayloadPkg.dsc"
32 },
33
34 ## options defined .pytool/Plugin/HostUnitTestCompilerPlugin
35 "HostUnitTestCompilerPlugin": {
36 "DscPath": "" # Don't support this test
37 },
38
39 ## options defined .pytool/Plugin/CharEncodingCheck
40 "CharEncodingCheck": {
41 "IgnoreFiles": []
42 },
43
44 ## options defined .pytool/Plugin/DependencyCheck
45 "DependencyCheck": {
46 "AcceptableDependencies": [],
47 # For host based unit tests
48 "AcceptableDependencies-HOST_APPLICATION":[],
49 # For UEFI shell based apps
50 "AcceptableDependencies-UEFI_APPLICATION":[],
51 "IgnoreInf": [],
52 "skip": True
53 },
54
55 ## options defined .pytool/Plugin/DscCompleteCheck
56 "DscCompleteCheck": {
57 "IgnoreInf": [""],
58 "DscPath": "" # Don't support this test
59 },
60
61 ## options defined .pytool/Plugin/HostUnitTestDscCompleteCheck
62 "HostUnitTestDscCompleteCheck": {
63 "IgnoreInf": [""],
64 "DscPath": "" # Don't support this test
65 },
66
67 ## options defined .pytool/Plugin/GuidCheck
68 "GuidCheck": {
69 "IgnoreGuidName": [],
70 "IgnoreGuidValue": [],
71 "IgnoreFoldersAndFiles": [],
72 "IgnoreDuplicates": [],
73 },
74
75 ## options defined .pytool/Plugin/LibraryClassCheck
76 "LibraryClassCheck": {
77 "IgnoreHeaderFile": [],
78 "skip": True
79 },
80
81 ## options defined .pytool/Plugin/SpellCheck
82 "SpellCheck": {
83 "AuditOnly": True, # Fails right now with over 270 errors
84 "IgnoreFiles": [], # use gitignore syntax to ignore errors in matching files
85 "ExtendWords": [], # words to extend to the dictionary for this package
86 "IgnoreStandardPaths": [], # Standard Plugin defined paths that should be ignore
87 "AdditionalIncludePaths": [] # Additional paths to spell check (wildcards supported)
88 },
89
90 "Defines": {
91 "BLD_*_UNIVERSAL_PAYLOAD": "TRUE",
92 "BLD_*_EMU_VARIABLE_ENABLE": "FALSE",
93 "BLD_*_DISABLE_RESET_SYSTEM": "TRUE",
94 "BLD_*_SERIAL_DRIVER_ENABLE": "FALSE",
95 "BLD_*_BUILD_ARCH": "",
96 }
97}
注意: 瀏覽 TracBrowser 來幫助您使用儲存庫瀏覽器

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