fixed incorrect reporting of zone in dbus signal
[profile/ivi/automotive-message-broker.git] / packaging.in / config.tizen.in
1 {
2         "sources" : [ 
3                 {
4                         "name" : "Murphy Source",
5                         "path" : "@PLUGIN_INSTALL_PATH@/murphysourceplugin.so",
6                         "address" : "unxs:/tmp/murphy/amb"
7                 },
8                 { 
9                         "name" : "VehicleSource",
10                         "path" : "@PLUGIN_INSTALL_PATH@/vehicleplugin.so",
11                         "configfile" : "/etc/ambd/AMBformat.conf"
12                 }
13
14         ],
15         "sinks": [
16                 {
17                         "name" : "DBusSink",
18                         "path" : "@PLUGIN_INSTALL_PATH@/dbussinkplugin.so"
19                 }
20         ]
21 }
22