]> git.proxmox.com Git - mirror_edk2.git/blame - MdeModulePkg/MdeModulePkg.ci.yaml
MdeModulePkg: Define the VariablePolicy protocol interface
[mirror_edk2.git] / MdeModulePkg / MdeModulePkg.ci.yaml
CommitLineData
e4612477
MK
1## @file\r
2# CI configuration for MdeModulePkg\r
3#\r
4# Copyright (c) Microsoft Corporation\r
32ed3624 5# Copyright (c) 2020, Intel Corporation. All rights reserved.<BR>\r
e4612477
MK
6# SPDX-License-Identifier: BSD-2-Clause-Patent\r
7##\r
8{\r
1b647d65
SZ
9 ## options defined .pytool/Plugin/LicenseCheck\r
10 "LicenseCheck": {\r
11 "IgnoreFiles": []\r
12 },\r
32ed3624
SZ
13 "EccCheck": {\r
14 ## Exception sample looks like below:\r
15 ## "ExceptionList": [\r
16 ## "<ErrorID>", "<KeyWord>"\r
17 ## ]\r
18 "ExceptionList": [\r
19 ],\r
20 ## Both file path and directory path are accepted.\r
21 "IgnoreFiles": [\r
22 "Library/BrotliCustomDecompressLib/brotli",\r
23 "Universal/RegularExpressionDxe/oniguruma"\r
24 ]\r
25 },\r
e4612477
MK
26 ## options defined ci/Plugin/CompilerPlugin\r
27 "CompilerPlugin": {\r
28 "DscPath": "MdeModulePkg.dsc"\r
29 },\r
184ee9b1
MK
30 ## options defined ci/Plugin/HostUnitTestCompilerPlugin\r
31 "HostUnitTestCompilerPlugin": {\r
32 "DscPath": "Test/MdeModulePkgHostTest.dsc"\r
33 },\r
e4612477
MK
34\r
35 ## options defined ci/Plugin/CharEncodingCheck\r
36 "CharEncodingCheck": {\r
48b6c60c
SZ
37 "IgnoreFiles": [\r
38 "MdeModulePkg/Universal/RegularExpressionDxe/oniguruma/test/testc.c",\r
39 "MdeModulePkg/Universal/RegularExpressionDxe/oniguruma/windows/testc.c"\r
40 ]\r
e4612477
MK
41 },\r
42\r
43 ## options defined ci/Plugin/DependencyCheck\r
44 "DependencyCheck": {\r
45 "AcceptableDependencies": [\r
46 "MdePkg/MdePkg.dec",\r
47 "MdeModulePkg/MdeModulePkg.dec",\r
48 "StandaloneMmPkg/StandaloneMmPkg.dec",\r
49 "ArmPkg/ArmPkg.dec" # this should be fixed by promoting an abstraction\r
50 ],\r
51 # For host based unit tests\r
184ee9b1
MK
52 "AcceptableDependencies-HOST_APPLICATION":[\r
53 "UnitTestFrameworkPkg/UnitTestFrameworkPkg.dec"\r
54 ],\r
e4612477
MK
55 # For UEFI shell based apps\r
56 "AcceptableDependencies-UEFI_APPLICATION":[],\r
57 "IgnoreInf": []\r
58 },\r
59\r
60 ## options defined ci/Plugin/DscCompleteCheck\r
61 "DscCompleteCheck": {\r
62 "IgnoreInf": [],\r
63 "DscPath": "MdeModulePkg.dsc"\r
64 },\r
184ee9b1
MK
65 ## options defined ci/Plugin/HostUnitTestDscCompleteCheck\r
66 "HostUnitTestDscCompleteCheck": {\r
67 "IgnoreInf": [""],\r
68 "DscPath": "Test/MdeModulePkgHostTest.dsc"\r
69 },\r
e4612477
MK
70\r
71 ## options defined ci/Plugin/GuidCheck\r
72 "GuidCheck": {\r
73 "IgnoreGuidName": [],\r
74 "IgnoreGuidValue": ["00000000-0000-0000-0000-000000000000"],\r
75 "IgnoreFoldersAndFiles": [],\r
76 "IgnoreDuplicates": [\r
e4612477
MK
77 "gEfiPeiMmAccessPpiGuid=gPeiSmmAccessPpiGuid",\r
78 "gPeiSmmControlPpiGuid=gEfiPeiMmControlPpiGuid",\r
79 ]\r
80 },\r
81\r
82 ## options defined ci/Plugin/LibraryClassCheck\r
83 "LibraryClassCheck": {\r
84 "IgnoreHeaderFile": []\r
85 },\r
86\r
87 ## options defined ci/Plugin/SpellCheck\r
88 "SpellCheck": {\r
89 "AuditOnly": True, # Fails test but run in AuditOnly mode to collect log\r
90 "IgnoreStandardPaths": [ # Standard Plugin defined paths that should be ignore\r
91 "*.c", "*.asm", "*.h", "*.nasm", "*.s", "*.asl", "*.inf"\r
92 ],\r
93 "IgnoreFiles": [ # use gitignore syntax to ignore errors in matching files\r
94 "Library/LzmaCustomDecompressLib/Sdk/DOC/*"\r
95 ],\r
96 "ExtendWords": [ # words to extend to the dictionary for this package\r
97 "LIGHTGRAY",\r
98 "DARKGRAY",\r
99 "LIGHTBLUE",\r
100 "LIGHTGREEN",\r
101 "LIGHTCYAN",\r
102 "LIGHTRED",\r
103 "LIGHTMAGENTA",\r
104 "FVMAIN",\r
105 "VARCHECKPCD",\r
106 "Getxx",\r
107 "lzturbo"\r
108 ],\r
109 "AdditionalIncludePaths": [] # Additional paths to spell check relative to package root (wildcards supported)\r
110 }\r
111}\r