Web app icon path change 89/56489/5
authorLukasz Wysocki <l.wysocki@samsung.com>
Fri, 8 Jan 2016 12:00:06 +0000 (13:00 +0100)
committerPawel Sikorski <p.sikorski@samsung.com>
Thu, 14 Jan 2016 13:02:52 +0000 (05:02 -0800)
commitef65dc0a416da1bf81addbdbec4231b155d1126e
tree30cef6f1f6aed61805aa0b4b28febab8565c0068
parent2ac7a035612a687616ce9eaa8da20f03648829cf
Web app icon path change

This change will copy Web app icons into {HOME}/.applications/icons
, and {APP_ROOT}/shared/res directories

When some projects will be changed and stop using {HOME} directory,
this change can be reworked.

This commit require following changes:
- https://review.tizen.org/gerrit/#/c/56488/

Change-Id: I9343adf5af1228a0b8ee660f50012eb7ac9b3bee
src/wgt/CMakeLists.txt
src/wgt/step/step_wgt_backup_icons.cc [new file with mode: 0644]
src/wgt/step/step_wgt_backup_icons.h [new file with mode: 0644]
src/wgt/step/step_wgt_create_icons.cc
src/wgt/step/step_wgt_create_icons.h
src/wgt/step/step_wgt_recover_icons.cc [new file with mode: 0644]
src/wgt/step/step_wgt_recover_icons.h [new file with mode: 0644]
src/wgt/wgt_installer.cc