fixed incorrect reporting of zone in dbus signal
[profile/ivi/automotive-message-broker.git] / examples / configwheel.in
1 {
2   "sources" : [
3     {
4       "name" : "WheelSource",
5       "path" : "@PLUGIN_INSTALL_PATH@/wheelsourceplugin.so",
6       "device" : "/dev/input/js0"
7     }
8   ],
9   "sinks": [
10     {
11        "name" : "DBusSink",
12        "path" : "@PLUGIN_INSTALL_PATH@/dbussinkplugin.so"
13     }
14   ]
15 }
16