Clean up of storage dirs code - fix update in hybrid app installation 44/57044/2
authorTomasz Iwanek <t.iwanek@samsung.com>
Thu, 14 Jan 2016 14:14:57 +0000 (15:14 +0100)
committerTomasz Iwanek <t.iwanek@samsung.com>
Thu, 14 Jan 2016 15:53:40 +0000 (16:53 +0100)
commit35604245e23261c1b53835067d13076787f67aed
tree52a449533a8c3bba74b6de28e7cc9909a99b5844
parent67141727d94473b2e09ea68214405b638b3e13f4
Clean up of storage dirs code - fix update in hybrid app installation

Fixes some issue in code handling storage directories.

Due to requirement of copying wgt's shared/ directory is addition,
situation where:

 - common create storage directories step - create directories for tpk
 - wgt create storage directories step - create directories for wgt

should be changed to:

 - common create storage directories step - create directories for tpk and wgt
 - wgt create storage directories step - only patches shared/ directory with
                                         widget shared/ before common step

Change-Id: I10f94eafbe31497ad5216f1f5e1ce1abf81bbd44
src/hybrid/hybrid_installer.cc
src/wgt/CMakeLists.txt
src/wgt/step/step_wgt_copy_storage_directories.cc [deleted file]
src/wgt/step/step_wgt_copy_storage_directories.h [deleted file]
src/wgt/step/step_wgt_create_storage_directories.cc [deleted file]
src/wgt/step/step_wgt_create_storage_directories.h [deleted file]
src/wgt/step/step_wgt_patch_storage_directories.cc [new file with mode: 0644]
src/wgt/step/step_wgt_patch_storage_directories.h [new file with mode: 0644]
src/wgt/wgt_installer.cc