fix can error. fix cmake plugin_install_dir
[profile/ivi/automotive-message-broker.git] / examples / obdsourceconfig.in.json
1 {
2         "sources" : [
3                 {
4                         "name" : "OBD2Source",
5                         "path" : "@PLUGIN_INSTALL_PATH@/obd2sourceplugin.so",
6                         "device" : "/dev/pts/5",
7                         "baud" : "115200",
8                         "bluetoothAdapter" : ""
9                 }
10         ],
11         "sinks": [
12                 {
13                         "name" : "ExampleSink",
14                         "path" : "@PLUGIN_INSTALL_PATH@/examplesinkplugin.so"
15                 }
16         ]
17 }
18