disabled irc in bluemonkey
[profile/ivi/automotive-message-broker.git] / examples / dbusconfig
1 {
2   "sources" : [
3     {
4       "name" : "ExampleSouce",
5       "path" : "/usr/lib/x86_64-linux-gnu/automotive-message-broker/examplesourceplugin.so",
6       "delay" : "6"
7     }
8   ],
9   "sinks": [
10     {
11       "name" : "DBusSink",
12       "path" : "/usr/lib/x86_64-linux-gnu/automotive-message-broker/dbussinkplugin.so",
13       "frequency" : "30"
14     }
15
16   ]
17 }
18