]> git.proxmox.com Git - mirror_edk2.git/blob - UefiPayloadPkg/UefiPayloadPkg.ci.yaml
ArmVirtPkg/VirtioFdtDxe: Relocate VirtioFdtDxe to OvmfPkg/Fdt
[mirror_edk2.git] / UefiPayloadPkg / UefiPayloadPkg.ci.yaml
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 ]
22 },
23 ## options defined .pytool/Plugin/CompilerPlugin
24 "CompilerPlugin": {
25 "DscPath": "UefiPayloadPkg.dsc"
26 },
27
28 ## options defined .pytool/Plugin/HostUnitTestCompilerPlugin
29 "HostUnitTestCompilerPlugin": {
30 "DscPath": "" # Don't support this test
31 },
32
33 ## options defined .pytool/Plugin/CharEncodingCheck
34 "CharEncodingCheck": {
35 "IgnoreFiles": []
36 },
37
38 ## options defined .pytool/Plugin/DependencyCheck
39 "DependencyCheck": {
40 "AcceptableDependencies": [],
41 # For host based unit tests
42 "AcceptableDependencies-HOST_APPLICATION":[],
43 # For UEFI shell based apps
44 "AcceptableDependencies-UEFI_APPLICATION":[],
45 "IgnoreInf": [],
46 "skip": True
47 },
48
49 ## options defined .pytool/Plugin/DscCompleteCheck
50 "DscCompleteCheck": {
51 "IgnoreInf": [""],
52 "DscPath": "" # Don't support this test
53 },
54
55 ## options defined .pytool/Plugin/HostUnitTestDscCompleteCheck
56 "HostUnitTestDscCompleteCheck": {
57 "IgnoreInf": [""],
58 "DscPath": "" # Don't support this test
59 },
60
61 ## options defined .pytool/Plugin/GuidCheck
62 "GuidCheck": {
63 "IgnoreGuidName": [],
64 "IgnoreGuidValue": [],
65 "IgnoreFoldersAndFiles": [],
66 "IgnoreDuplicates": [],
67 },
68
69 ## options defined .pytool/Plugin/LibraryClassCheck
70 "LibraryClassCheck": {
71 "IgnoreHeaderFile": [],
72 "skip": True
73 },
74
75 ## options defined .pytool/Plugin/SpellCheck
76 "SpellCheck": {
77 "AuditOnly": True, # Fails right now with over 270 errors
78 "IgnoreFiles": [], # use gitignore syntax to ignore errors in matching files
79 "ExtendWords": [], # words to extend to the dictionary for this package
80 "IgnoreStandardPaths": [], # Standard Plugin defined paths that should be ignore
81 "AdditionalIncludePaths": [] # Additional paths to spell check (wildcards supported)
82 },
83
84 "Defines": {
85 "BLD_*_UNIVERSAL_PAYLOAD": "TRUE",
86 "BLD_*_EMU_VARIABLE_ENABLE": "FALSE",
87 "BLD_*_DISABLE_RESET_SYSTEM": "TRUE",
88 "BLD_*_SERIAL_DRIVER_ENABLE": "FALSE",
89 }
90 }