packaging: add AMB configuration that enables the plugin
[profile/ivi/ico-vic-amb-plugin.git] / packaging.in / config.tizen-ico
1 {
2 "sources" :
3         [
4                 {
5                         "name" : "Murphy Source",
6                         "path" : "LIBDIR/automotive-message-broker/murphysourceplugin.so",
7                         "address" : "unxs:/tmp/murphy/amb"
8                 },
9                 {
10                         "name" : "VehicleSource",
11                         "path" : "LIBDIR/automotive-message-broker/vehicleplugin.so",
12                         "configfile" : "/etc/ambd/AMBformat.conf"
13                 }
14         ],
15 "sinks":
16         [
17                 {
18                         "name" : "DBusSink",
19                         "path" : "LIBDIR/automotive-message-broker/dbussinkplugin.so"
20                 }
21         ]
22 }
23