]> git.proxmox.com Git - mirror_edk2.git/blob - FmpDevicePkg/FmpDevicePkg.ci.yaml
FmpDevicePkg/Test: Add FmpDependencyLib unit test
[mirror_edk2.git] / FmpDevicePkg / FmpDevicePkg.ci.yaml
1 ## @file
2 # CI configuration for FmpDevicePkg
3 #
4 # Copyright (c) Microsoft Corporation
5 # SPDX-License-Identifier: BSD-2-Clause-Patent
6 ##
7 {
8 "CompilerPlugin": {
9 "DscPath": "FmpDevicePkg.dsc"
10 },
11 "HostUnitTestCompilerPlugin": {
12 "DscPath": "Test/FmpDeviceHostPkgTest.dsc"
13 },
14 "CharEncodingCheck": {
15 "IgnoreFiles": []
16 },
17 "DependencyCheck": {
18 "AcceptableDependencies": [
19 "MdePkg/MdePkg.dec",
20 "MdeModulePkg/MdeModulePkg.dec",
21 "FmpDevicePkg/FmpDevicePkg.dec",
22 "CryptoPkg/CryptoPkg.dec"
23 ],
24 "AcceptableDependencies-HOST_APPLICATION":[
25 "UnitTestFrameworkPkg/UnitTestFrameworkPkg.dec"
26 ],
27 "IgnoreInf": []
28 },
29 "DscCompleteCheck": {
30 "DscPath": "FmpDevicePkg.dsc",
31 "IgnoreInf": []
32 },
33 "HostUnitTestDscCompleteCheck": {
34 "IgnoreInf": [],
35 "DscPath": "Test/FmpDeviceHostPkgTest.dsc"
36 },
37 "GuidCheck": {
38 "IgnoreGuidName": [],
39 "IgnoreGuidValue": [],
40 "IgnoreFoldersAndFiles": []
41 },
42 "LibraryClassCheck": {
43 "IgnoreHeaderFile": []
44 },
45 "SpellCheck": {
46 "ExtendWords": [
47 "FMPSTATE",
48 ]
49 },
50 "Defines": {
51 "BLD_*_CONTINUOUS_INTEGRATION": "TRUE",
52 }
53 }