]> git.proxmox.com Git - mirror_edk2.git/blob - FmpDevicePkg/FmpDevicePkg.ci.yaml
FmpDevicePkg: Add YAML file for CI builds
[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 "CharEncodingCheck": {
12 "IgnoreFiles": []
13 },
14 "DependencyCheck": {
15 "AcceptableDependencies": [
16 "MdePkg/MdePkg.dec",
17 "MdeModulePkg/MdeModulePkg.dec",
18 "FmpDevicePkg/FmpDevicePkg.dec",
19 "CryptoPkg/CryptoPkg.dec"
20 ],
21 "IgnoreInf": []
22 },
23 "DscCompleteCheck": {
24 "DscPath": "FmpDevicePkg.dsc",
25 "IgnoreInf": []
26 },
27 "GuidCheck": {
28 "IgnoreGuidName": [],
29 "IgnoreGuidValue": [],
30 "IgnoreFoldersAndFiles": []
31 },
32 "LibraryClassCheck": {
33 "IgnoreHeaderFile": []
34 },
35 "SpellCheck": {
36 "ExtendWords": [
37 "FMPSTATE",
38 ]
39 },
40 "Defines": {
41 "BLD_*_CONTINUOUS_INTEGRATION": "TRUE",
42 }
43 }