eclair: Add initial scripts and configs for the ECLAIR MISRA analysis tool

Scripts and configs are imported from the private prototype repository used
during initial stages of development. They are in turn based on
scripts/configs provided by Bugseng (ECLAIR vendor), as used in their
demo job for TF-A: https://eclairit.com:8443/job/TF-A/

Signed-off-by: Paul Sokolovsky <paul.sokolovsky@linaro.org>
Change-Id: I10fbb55859beda7c9a6c36cdb202bcbd70bf95b7
diff --git a/eclair/report.ecl b/eclair/report.ecl
new file mode 100644
index 0000000..c41aad1
--- /dev/null
+++ b/eclair/report.ecl
@@ -0,0 +1,22 @@
+# eclair_report
+
+#defun(sel_violations(s),
+#  create_sel(s,
+#             [["clear_all",s],
+#              ["add_kind",s,"violation"],
+#              ["add_kind",s,"error"],
+#              ["select_kind","",s],
+#              ["reset",s],
+#              ["add_service_glob",s,"B.EXPLAIN"],
+#              ["select_service","",s]]),
+#  sel(s))
+#
+#defun(sel_samples(s,count,domain1,domain2),
+#  untag("sample","true"),
+#  tag_samples("sample","true",count,domain1,domain2),
+#  sel_tag_glob(s,"sample","true"),
+#  sel(s))
+#
+#sel_violations("violations_selection")
+#sel_samples("samples_selection",20,"first_file","service")
+#save_sel()