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