ci(coverity): exclude LX2160A cert_create sources from Coverity
These source files are used only for the cert_create tools, and are
therefore not covered by Coverity.
Signed-off-by: Chris Kay <chris.kay@arm.com>
Change-Id: Iaf3d66fd6ea3dd3e45c7a3edf68b69130642f808
diff --git a/script/tf-coverity/coverity_tf_conf.py b/script/tf-coverity/coverity_tf_conf.py
index 2af4c1e..6e6f8fb 100644
--- a/script/tf-coverity/coverity_tf_conf.py
+++ b/script/tf-coverity/coverity_tf_conf.py
@@ -114,4 +114,9 @@
("plat/arm/board/juno/certificate/src/juno_tbb_ext.c", "Used to build Juno cert_create"),
("plat/arm/board/juno/certificate/src/juno_tbb_key.c", "Used to build Juno cert_create"),
("plat/arm/board/juno/fip/plat_def_uuid_config.c", "Used to build Juno fiptool"),
+
+ # Exclude the following files used for LX2160A host tools (cert_create)
+ ("plat/nxp/soc-lx2160a/lx2162aqds/cert_create_helper/src/pdef_tbb_cert.c", "Used to build LX2160A cert_create"),
+ ("plat/nxp/soc-lx2160a/lx2162aqds/cert_create_helper/src/pdef_tbb_ext.c", "Used to build LX2160A cert_create"),
+ ("plat/nxp/soc-lx2160a/lx2162aqds/cert_create_helper/src/pdef_tbb_key.c", "Used to build LX2160A cert_create"),
]