]> git.proxmox.com Git - mirror_edk2.git/blob - UefiPayloadPkg/UefiPayloadPkg.ci.yaml
UefiCpuPkg: Move AsmRelocateApLoopStart from Mpfuncs.nasm to AmdSev.nasm
[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 "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 }