eclair/: ECLAIR configs and scripts
Mostly copied from the TF-A implementation, but with some changes for TF-M
already.
Includes external_sources.ecl, a dedicated file for external
sources specification.
Signed-off-by: Paul Sokolovsky <paul.sokolovsky@linaro.org>
Change-Id: Ia092024205f0bc2d350318afdc2aed855dedf091
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()