projects
/
profile
/
ivi
/
automotive-message-broker.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
fixed incorrect reporting of zone in dbus signal
[profile/ivi/automotive-message-broker.git]
/
examples
/
obdsourceconfig.in
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