fix can error. fix cmake plugin_install_dir
[profile/ivi/automotive-message-broker.git] / examples / chrony.in.json
1 {
2         "sources" : [
3                 {
4                         "name" : "gps nmea plugin",
5                         "path" : "@PLUGIN_INSTALL_PATH@/gpsnmea.so",
6                         "device" : "/dev/ttyUSB0",
7                         "baudrate" : "4800"
8                 }
9         ],
10         "sinks": [
11                 {
12                         "path" : "@PLUGIN_INSTALL_PATH@/chrony.so"
13                 }
14         ]
15 }
16