1 The documentaion can be found here:
2 https://wiki.tizen.org/wiki/IVI/artem-setup-ivi
4 Some coding style notes for the shell scripts
5 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
7 1. Do not use bashisms, install 'dash' and use it to verify that the
8 scripts are free of bashisms.
10 2. Do not use all capitals for variables
12 3. For shared files, prefix all symbols which are not supposed to be
13 used from outside with "__".
15 4. Be consistent with my style. If you see that something makes no sense
16 or could be improved, change that globally.