Merge branch 'master' of github.com:otcshare/automotive-message-broker
[profile/ivi/automotive-message-broker.git] / examples / exampleconfig
1 {
2         "sources" : [ 
3                 {
4                         "name" : "ExampleSouce",
5                         "path" : "/usr/lib/automotive-message-broker/examplesourceplugin.so"
6                 }
7         ],
8         "sinks": [
9                 {
10                         "name" : "ExampleSink",
11                         "path" : "/usr/lib/automotive-message-broker/examplesinkplugin.so"
12                 } 
13         ]
14 }
15