Merge pull request #42 from tripzero/master
[profile/ivi/automotive-message-broker.git] / examples / testsourceconfig.in.json
1 {
2         "sources" : [
3                 {
4                         "name" : "TestPlugin",
5                         "path" : "@PLUGIN_INSTALL_PATH@/testplugin.so"
6                 }
7         ],
8         "sinks": [
9                 {
10                         "name" : "ExampleSink",
11                         "path" : "@PLUGIN_INSTALL_PATH@/examplesinkplugin.so"
12                 }
13         ]
14 }
15