summaryrefslogtreecommitdiff
path: root/examples/bluemonkey/bluemonkeyconfig.in.json
diff options
context:
space:
mode:
Diffstat (limited to 'examples/bluemonkey/bluemonkeyconfig.in.json')
-rw-r--r--examples/bluemonkey/bluemonkeyconfig.in.json18
1 files changed, 18 insertions, 0 deletions
diff --git a/examples/bluemonkey/bluemonkeyconfig.in.json b/examples/bluemonkey/bluemonkeyconfig.in.json
new file mode 100644
index 00000000..ea92a3dc
--- /dev/null
+++ b/examples/bluemonkey/bluemonkeyconfig.in.json
@@ -0,0 +1,18 @@
+{
+ "mainloop" : "@PLUGIN_INSTALL_PATH@/qtmainloopplugin.so",
+ "sources" : [
+ {
+ "path" : "@PLUGIN_INSTALL_PATH@/bluemonkeyplugin.so",
+ "config" : "/etc/ambd/bluemonkey/config.js"
+ }
+ ],
+ "sinks" : [
+ {
+ "path" : "@PLUGIN_INSTALL_PATH@/examplesinkplugin.so"
+ },
+ {
+ "path" : "@PLUGIN_INSTALL_PATH@/dbussinkplugin.so"
+ }
+ ]
+}
+