tf-coverity: Add CROS_WIDEVINE_SMC coverage
We will enable the OPTEE_ALLOW_SMC_LOAD and CROS_WIDEVINE_SMC on our
platform at the same time.
Change-Id: I75e0881221fd9d0c58555c303c0dfff9a7efcdba
Signed-off-by: Yi Chou <yich@google.com>
diff --git a/script/tf-coverity/tf-cov-make b/script/tf-coverity/tf-cov-make
index 6aa0311..1e6171f 100755
--- a/script/tf-coverity/tf-cov-make
+++ b/script/tf-coverity/tf-cov-make
@@ -229,8 +229,8 @@
# RNG trap feature
clean_build $fvp_common_flags ENABLE_FEAT_RNG=1 ENABLE_FEAT_RNG_TRAP=1
-# OPTEE_ALLOW_SMC_LOAD feature
-clean_build $fvp_common_flags ${ARM_TBB_OPTIONS} SPD=opteed OPTEE_ALLOW_SMC_LOAD=1 PLAT_XLAT_TABLES_DYNAMIC=1 FVP_TRUSTED_SRAM_SIZE=384
+# OPTEE_ALLOW_SMC_LOAD and CROS_WIDEVINE_SMC features
+clean_build $fvp_common_flags ${ARM_TBB_OPTIONS} SPD=opteed OPTEE_ALLOW_SMC_LOAD=1 CROS_WIDEVINE_SMC=1 PLAT_XLAT_TABLES_DYNAMIC=1 FVP_TRUSTED_SRAM_SIZE=384
# Report Context_Memory
clean_build $fvp_common_flags PLATFORM_REPORT_CTX_MEM_USE=1