]> git.proxmox.com Git - mirror_edk2.git/blame - EmbeddedPkg/EmbeddedPkg.ci.yaml
UefiCpuPkg: Move AsmRelocateApLoopStart from Mpfuncs.nasm to AmdSev.nasm
[mirror_edk2.git] / EmbeddedPkg / EmbeddedPkg.ci.yaml
CommitLineData
43c11115
MK
1## @file\r
2# Core CI configuration for EmbeddedPkg\r
3#\r
4# Copyright (c) Microsoft Corporation\r
5#\r
6# SPDX-License-Identifier: BSD-2-Clause-Patent\r
7##\r
8{\r
9 ## options defined .pytool/Plugin/LicenseCheck\r
10 "LicenseCheck": {\r
11 "IgnoreFiles": []\r
12 },\r
13\r
14 "EccCheck": {\r
15 ## Exception sample looks like below:\r
16 ## "ExceptionList": [\r
17 ## "<ErrorID>", "<KeyWord>"\r
18 ## ]\r
19 "ExceptionList": [\r
20 ],\r
21 ## Both file path and directory path are accepted.\r
22 "IgnoreFiles": []\r
23 },\r
24\r
25 ## options defined .pytool/Plugin/CompilerPlugin\r
26 "CompilerPlugin": {\r
27 "DscPath": "EmbeddedPkg.dsc"\r
28 },\r
29\r
30 ## options defined .pytool/Plugin/HostUnitTestCompilerPlugin\r
31 "HostUnitTestCompilerPlugin": {\r
32 "DscPath": "" # Don't support this test\r
33 },\r
34\r
35 ## options defined .pytool/Plugin/CharEncodingCheck\r
36 "CharEncodingCheck": {\r
37 "IgnoreFiles": []\r
38 },\r
39\r
40 ## options defined .pytool/Plugin/DependencyCheck\r
41 "DependencyCheck": {\r
42 "AcceptableDependencies": [\r
43 "ArmPkg/ArmPkg.dec",\r
44 "ArmPlatformPkg/ArmPlatformPkg.dec",\r
45 "EmbeddedPkg/EmbeddedPkg.dec",\r
46 "MdeModulePkg/MdeModulePkg.dec",\r
47 "MdePkg/MdePkg.dec"\r
48 ],\r
49 # For host based unit tests\r
50 "AcceptableDependencies-HOST_APPLICATION":[],\r
51 # For UEFI shell based apps\r
52 "AcceptableDependencies-UEFI_APPLICATION":[],\r
53 "IgnoreInf": []\r
54 },\r
55\r
56 ## options defined .pytool/Plugin/DscCompleteCheck\r
57 "DscCompleteCheck": {\r
58 "IgnoreInf": [""],\r
59 "DscPath": "" # Don't support this test\r
60 },\r
61\r
62 ## options defined .pytool/Plugin/HostUnitTestDscCompleteCheck\r
63 "HostUnitTestDscCompleteCheck": {\r
64 "IgnoreInf": [""],\r
65 "DscPath": "" # Don't support this test\r
66 },\r
67\r
68 ## options defined .pytool/Plugin/GuidCheck\r
69 "GuidCheck": {\r
70 "IgnoreGuidName": [],\r
71 "IgnoreGuidValue": [],\r
72 "IgnoreFoldersAndFiles": [],\r
73 "IgnoreDuplicates": [],\r
74 },\r
75\r
76 ## options defined .pytool/Plugin/LibraryClassCheck\r
77 "LibraryClassCheck": {\r
78 "IgnoreHeaderFile": []\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