X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=FmpDevicePkg%2FFmpDevicePkg.ci.yaml;h=1b3e2187356d5d0612f9a4f84526999235536dc5;hb=5678ebb42b5137556b8d62dd8a3c5779d5a21a48;hp=c17b355d428eba165d794a0ab69b45fd30e34178;hpb=8bc648fe6c10c1f94a7ee73bd38b65a0122de12f;p=mirror_edk2.git diff --git a/FmpDevicePkg/FmpDevicePkg.ci.yaml b/FmpDevicePkg/FmpDevicePkg.ci.yaml index c17b355d42..1b3e218735 100644 --- a/FmpDevicePkg/FmpDevicePkg.ci.yaml +++ b/FmpDevicePkg/FmpDevicePkg.ci.yaml @@ -2,12 +2,30 @@ # CI configuration for FmpDevicePkg # # Copyright (c) Microsoft Corporation +# Copyright (c) 2020, Intel Corporation. All rights reserved.
# SPDX-License-Identifier: BSD-2-Clause-Patent ## { + "LicenseCheck": { + "IgnoreFiles": [] + }, + "EccCheck": { + ## Exception sample looks like below: + ## "ExceptionList": [ + ## "", "" + ## ] + "ExceptionList": [ + ], + ## Both file path and directory path are accepted. + "IgnoreFiles": [ + ] + }, "CompilerPlugin": { "DscPath": "FmpDevicePkg.dsc" }, + "HostUnitTestCompilerPlugin": { + "DscPath": "Test/FmpDeviceHostPkgTest.dsc" + }, "CharEncodingCheck": { "IgnoreFiles": [] }, @@ -18,12 +36,19 @@ "FmpDevicePkg/FmpDevicePkg.dec", "CryptoPkg/CryptoPkg.dec" ], + "AcceptableDependencies-HOST_APPLICATION":[ + "UnitTestFrameworkPkg/UnitTestFrameworkPkg.dec" + ], "IgnoreInf": [] }, "DscCompleteCheck": { "DscPath": "FmpDevicePkg.dsc", "IgnoreInf": [] }, + "HostUnitTestDscCompleteCheck": { + "IgnoreInf": [], + "DscPath": "Test/FmpDeviceHostPkgTest.dsc" + }, "GuidCheck": { "IgnoreGuidName": [], "IgnoreGuidValue": [],