[AMBClient] - added time sync message
[profile/ivi/automotive-message-broker.git] / examples / bluetooth.in.json
1 {
2         "mainloop" : "@PLUGIN_INSTALL_PATH@/qtmainloopplugin.so",
3         "sources" : [
4                 {
5                         "name" : "ExampleSouce",
6                         "path" : "@PLUGIN_INSTALL_PATH@/examplesourceplugin.so",
7                         "delay" : "10000"
8                 }
9         ],
10         "sinks": [
11                 {
12                         "name" : "Bluetooth",
13                         "path" : "@PLUGIN_INSTALL_PATH@/bluetoothplugin.so"
14                 }
15         ]
16 }
17