]> git.proxmox.com Git - mirror_edk2.git/blob - UefiPayloadPkg/UefiPayloadPkg.ci.yaml
OvmfPkg/BaseCachingPciExpressLib: Migrate BaseCachingPciExpressLib
[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 "Include/Coreboot.h",
22 "Library/CbParseLib/CbParseLib.c",
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 }
96 }