fixed incorrect reporting of zone in dbus signal
[profile/ivi/automotive-message-broker.git] / examples / qtmainloopconfig.in
1 {
2   "mainloop" : "@PLUGIN_INSTALL_PATH@/qtmainloopplugin.so",
3   "sources" : [
4     {
5       "name" : "ExampleSouce",
6       "path" : "@PLUGIN_INSTALL_PATH@/examplesourceplugin.so"
7     }
8   ],
9   "sinks": [
10     {
11       "name" : "Example sink",
12       "path" : "@PLUGIN_INSTALL_PATH@/examplesinkplugin.so",
13       "interface" : "lo",
14       "port" : "23000"
15     }
16   ]
17 }
18