]> git.proxmox.com Git - mirror_edk2.git/blame - UefiPayloadPkg/UefiPayloadPkg.ci.yaml
MdeModulePkg: VariableSmmRuntimeDxe: Fix Variable Policy Message Length
[mirror_edk2.git] / UefiPayloadPkg / UefiPayloadPkg.ci.yaml
CommitLineData
63fddc98 1## @file\r
2# Core CI configuration for UefiPayloadPkg\r
3#\r
4# Copyright (c) 2021, Intel Corporation. All rights reserved.<BR>\r
5# SPDX-License-Identifier: BSD-2-Clause-Patent\r
6##\r
7{\r
8 ## options defined .pytool/Plugin/LicenseCheck\r
9 "LicenseCheck": {\r
10 "IgnoreFiles": []\r
11 },\r
12 "EccCheck": {\r
13 ## Exception sample looks like below:\r
14 ## "ExceptionList": [\r
15 ## "<ErrorID>", "<KeyWord>"\r
16 ## ]\r
17 "ExceptionList": [\r
18 ],\r
19 ## Both file path and directory path are accepted.\r
20 "IgnoreFiles": [\r
c0573479
MK
21 "Include/Coreboot.h",\r
22 "Library/CbParseLib/CbParseLib.c",\r
23 "Library/CbParseLib/CbParseLib.c",\r
24 "PayloadLoaderPeim/ElfLib/ElfCommon.h",\r
25 "PayloadLoaderPeim/ElfLib/Elf32.h",\r
26 "PayloadLoaderPeim/ElfLib/Elf64.h"\r
63fddc98 27 ]\r
28 },\r
29 ## options defined .pytool/Plugin/CompilerPlugin\r
30 "CompilerPlugin": {\r
31 "DscPath": "UefiPayloadPkg.dsc"\r
32 },\r
33\r
34 ## options defined .pytool/Plugin/HostUnitTestCompilerPlugin\r
35 "HostUnitTestCompilerPlugin": {\r
36 "DscPath": "" # Don't support this test\r
37 },\r
38\r
39 ## options defined .pytool/Plugin/CharEncodingCheck\r
40 "CharEncodingCheck": {\r
41 "IgnoreFiles": []\r
42 },\r
43\r
44 ## options defined .pytool/Plugin/DependencyCheck\r
45 "DependencyCheck": {\r
46 "AcceptableDependencies": [],\r
47 # For host based unit tests\r
48 "AcceptableDependencies-HOST_APPLICATION":[],\r
49 # For UEFI shell based apps\r
50 "AcceptableDependencies-UEFI_APPLICATION":[],\r
51 "IgnoreInf": [],\r
52 "skip": True\r
53 },\r
54\r
55 ## options defined .pytool/Plugin/DscCompleteCheck\r
56 "DscCompleteCheck": {\r
57 "IgnoreInf": [""],\r
58 "DscPath": "" # Don't support this test\r
59 },\r
60\r
61 ## options defined .pytool/Plugin/HostUnitTestDscCompleteCheck\r
62 "HostUnitTestDscCompleteCheck": {\r
63 "IgnoreInf": [""],\r
64 "DscPath": "" # Don't support this test\r
65 },\r
66\r
67 ## options defined .pytool/Plugin/GuidCheck\r
68 "GuidCheck": {\r
69 "IgnoreGuidName": [],\r
70 "IgnoreGuidValue": [],\r
71 "IgnoreFoldersAndFiles": [],\r
72 "IgnoreDuplicates": [],\r
73 },\r
74\r
75 ## options defined .pytool/Plugin/LibraryClassCheck\r
76 "LibraryClassCheck": {\r
77 "IgnoreHeaderFile": [],\r
78 "skip": True\r
79 },\r
80\r
81 ## options defined .pytool/Plugin/SpellCheck\r
82 "SpellCheck": {\r
83 "AuditOnly": True, # Fails right now with over 270 errors\r
84 "IgnoreFiles": [], # use gitignore syntax to ignore errors in matching files\r
85 "ExtendWords": [], # words to extend to the dictionary for this package\r
86 "IgnoreStandardPaths": [], # Standard Plugin defined paths that should be ignore\r
87 "AdditionalIncludePaths": [] # Additional paths to spell check (wildcards supported)\r
88 },\r
89\r
90 "Defines": {\r
91 "BLD_*_UNIVERSAL_PAYLOAD": "TRUE",\r
92 "BLD_*_EMU_VARIABLE_ENABLE": "FALSE",\r
93 "BLD_*_DISABLE_RESET_SYSTEM": "TRUE",\r
94 "BLD_*_SERIAL_DRIVER_ENABLE": "FALSE",\r
95 }\r
96}\r