Merge "use ZoneList for zones" into tizen
[profile/ivi/ico-vic-amb-plugin.git] / README
1 README
2
3 ===How to use ico-vic-amb-plugin.===
4 ==Necessary files.==
5  /etc/ambd/config (Configuration file of ambd)
6  /etc/ambd/AMBformat.conf (Configuration file of ico-vic-amb-plugin.)
7
8 ==Change==
9  /etc/ambd/config
10     Configuration file is written JSON format.
11     In order to use ico-vic-amb-plugin, it is necessary to rewrite value of "sources".
12
13     =Default
14     "sources" : [
15         {
16             "name" : "ExampleSource",
17             "path" : "/usr/lib/automotive-message-broker/examplesourceplugin.so"
18         }
19     ],
20
21     =Using ico-vic-amb-plugin
22     "sources" : [
23         {
24             "name" : "VehicleSource",
25             "path" : "/usr/lib/automotive-message-broker/vehicleplugin.so",
26             "configfile" : "/etc/ambd/AMBformat.conf"
27         }
28     ],
29
30
31  /etc/ambd/AMBformat.conf
32     Nothing.