]> git.proxmox.com Git - mirror_edk2.git/blame - MdeModulePkg/MdeModulePkg.ci.yaml
MdeModulePkg/Pci: Fixed Asserts in SCT PCIIO Protocol Test.
[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
5# SPDX-License-Identifier: BSD-2-Clause-Patent\r
6##\r
7{\r
8 ## options defined ci/Plugin/CompilerPlugin\r
9 "CompilerPlugin": {\r
10 "DscPath": "MdeModulePkg.dsc"\r
11 },\r
184ee9b1
MK
12 ## options defined ci/Plugin/HostUnitTestCompilerPlugin\r
13 "HostUnitTestCompilerPlugin": {\r
14 "DscPath": "Test/MdeModulePkgHostTest.dsc"\r
15 },\r
e4612477
MK
16\r
17 ## options defined ci/Plugin/CharEncodingCheck\r
18 "CharEncodingCheck": {\r
19 "IgnoreFiles": []\r
20 },\r
21\r
22 ## options defined ci/Plugin/DependencyCheck\r
23 "DependencyCheck": {\r
24 "AcceptableDependencies": [\r
25 "MdePkg/MdePkg.dec",\r
26 "MdeModulePkg/MdeModulePkg.dec",\r
27 "StandaloneMmPkg/StandaloneMmPkg.dec",\r
28 "ArmPkg/ArmPkg.dec" # this should be fixed by promoting an abstraction\r
29 ],\r
30 # For host based unit tests\r
184ee9b1
MK
31 "AcceptableDependencies-HOST_APPLICATION":[\r
32 "UnitTestFrameworkPkg/UnitTestFrameworkPkg.dec"\r
33 ],\r
e4612477
MK
34 # For UEFI shell based apps\r
35 "AcceptableDependencies-UEFI_APPLICATION":[],\r
36 "IgnoreInf": []\r
37 },\r
38\r
39 ## options defined ci/Plugin/DscCompleteCheck\r
40 "DscCompleteCheck": {\r
41 "IgnoreInf": [],\r
42 "DscPath": "MdeModulePkg.dsc"\r
43 },\r
184ee9b1
MK
44 ## options defined ci/Plugin/HostUnitTestDscCompleteCheck\r
45 "HostUnitTestDscCompleteCheck": {\r
46 "IgnoreInf": [""],\r
47 "DscPath": "Test/MdeModulePkgHostTest.dsc"\r
48 },\r
e4612477
MK
49\r
50 ## options defined ci/Plugin/GuidCheck\r
51 "GuidCheck": {\r
52 "IgnoreGuidName": [],\r
53 "IgnoreGuidValue": ["00000000-0000-0000-0000-000000000000"],\r
54 "IgnoreFoldersAndFiles": [],\r
55 "IgnoreDuplicates": [\r
56 "gEdkiiFormBrowserExProtocolGuid=gEfiFormBrowserExProtocolGuid",\r
57 "gEfiPeiMmAccessPpiGuid=gPeiSmmAccessPpiGuid",\r
58 "gPeiSmmControlPpiGuid=gEfiPeiMmControlPpiGuid",\r
59 ]\r
60 },\r
61\r
62 ## options defined ci/Plugin/LibraryClassCheck\r
63 "LibraryClassCheck": {\r
64 "IgnoreHeaderFile": []\r
65 },\r
66\r
67 ## options defined ci/Plugin/SpellCheck\r
68 "SpellCheck": {\r
69 "AuditOnly": True, # Fails test but run in AuditOnly mode to collect log\r
70 "IgnoreStandardPaths": [ # Standard Plugin defined paths that should be ignore\r
71 "*.c", "*.asm", "*.h", "*.nasm", "*.s", "*.asl", "*.inf"\r
72 ],\r
73 "IgnoreFiles": [ # use gitignore syntax to ignore errors in matching files\r
74 "Library/LzmaCustomDecompressLib/Sdk/DOC/*"\r
75 ],\r
76 "ExtendWords": [ # words to extend to the dictionary for this package\r
77 "LIGHTGRAY",\r
78 "DARKGRAY",\r
79 "LIGHTBLUE",\r
80 "LIGHTGREEN",\r
81 "LIGHTCYAN",\r
82 "LIGHTRED",\r
83 "LIGHTMAGENTA",\r
84 "FVMAIN",\r
85 "VARCHECKPCD",\r
86 "Getxx",\r
87 "lzturbo"\r
88 ],\r
89 "AdditionalIncludePaths": [] # Additional paths to spell check relative to package root (wildcards supported)\r
90 }\r
91}\r