]> git.proxmox.com Git - mirror_edk2.git/blame - FmpDevicePkg/FmpDevicePkg.ci.yaml
Maintainers.txt: Update email address
[mirror_edk2.git] / FmpDevicePkg / FmpDevicePkg.ci.yaml
CommitLineData
8bc648fe
MK
1## @file\r
2# CI configuration for FmpDevicePkg\r
3#\r
4# Copyright (c) Microsoft Corporation\r
d05ff36c 5# Copyright (c) 2020, Intel Corporation. All rights reserved.<BR>\r
8bc648fe
MK
6# SPDX-License-Identifier: BSD-2-Clause-Patent\r
7##\r
8{\r
b7ce4f93
SZ
9 "LicenseCheck": {\r
10 "IgnoreFiles": []\r
11 },\r
d05ff36c
SZ
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
21 ]\r
22 },\r
8bc648fe
MK
23 "CompilerPlugin": {\r
24 "DscPath": "FmpDevicePkg.dsc"\r
25 },\r
ff306cfd
WX
26 "HostUnitTestCompilerPlugin": {\r
27 "DscPath": "Test/FmpDeviceHostPkgTest.dsc"\r
28 },\r
8bc648fe
MK
29 "CharEncodingCheck": {\r
30 "IgnoreFiles": []\r
31 },\r
32 "DependencyCheck": {\r
33 "AcceptableDependencies": [\r
34 "MdePkg/MdePkg.dec",\r
35 "MdeModulePkg/MdeModulePkg.dec",\r
36 "FmpDevicePkg/FmpDevicePkg.dec",\r
37 "CryptoPkg/CryptoPkg.dec"\r
38 ],\r
ff306cfd
WX
39 "AcceptableDependencies-HOST_APPLICATION":[\r
40 "UnitTestFrameworkPkg/UnitTestFrameworkPkg.dec"\r
41 ],\r
8bc648fe
MK
42 "IgnoreInf": []\r
43 },\r
44 "DscCompleteCheck": {\r
45 "DscPath": "FmpDevicePkg.dsc",\r
46 "IgnoreInf": []\r
47 },\r
ff306cfd
WX
48 "HostUnitTestDscCompleteCheck": {\r
49 "IgnoreInf": [],\r
50 "DscPath": "Test/FmpDeviceHostPkgTest.dsc"\r
51 },\r
8bc648fe
MK
52 "GuidCheck": {\r
53 "IgnoreGuidName": [],\r
54 "IgnoreGuidValue": [],\r
55 "IgnoreFoldersAndFiles": []\r
56 },\r
57 "LibraryClassCheck": {\r
58 "IgnoreHeaderFile": []\r
59 },\r
60 "SpellCheck": {\r
61 "ExtendWords": [\r
62 "FMPSTATE",\r
63 ]\r
64 },\r
65 "Defines": {\r
66 "BLD_*_CONTINUOUS_INTEGRATION": "TRUE",\r
67 }\r
68}\r