summaryrefslogtreecommitdiff
path: root/examples/testsourceconfig.in.json
diff options
context:
space:
mode:
Diffstat (limited to 'examples/testsourceconfig.in.json')
-rw-r--r--examples/testsourceconfig.in.json15
1 files changed, 15 insertions, 0 deletions
diff --git a/examples/testsourceconfig.in.json b/examples/testsourceconfig.in.json
new file mode 100644
index 00000000..6af6118e
--- /dev/null
+++ b/examples/testsourceconfig.in.json
@@ -0,0 +1,15 @@
+{
+ "sources" : [
+ {
+ "name" : "TestPlugin",
+ "path" : "@PLUGIN_INSTALL_PATH@/testplugin.so"
+ }
+ ],
+ "sinks": [
+ {
+ "name" : "ExampleSink",
+ "path" : "@PLUGIN_INSTALL_PATH@/examplesinkplugin.so"
+ }
+ ]
+}
+