Mount install steps 67/65767/8 accepted/tizen/common/20160505.140404 accepted/tizen/ivi/20160506.035738 accepted/tizen/mobile/20160506.035204 accepted/tizen/tv/20160506.035529 accepted/tizen/wearable/20160506.035628 submit/tizen/20160504.074553
authorTomasz Iwanek <t.iwanek@samsung.com>
Tue, 12 Apr 2016 11:09:32 +0000 (13:09 +0200)
committerjongmyeong ko <jongmyeong.ko@samsung.com>
Wed, 4 May 2016 06:41:53 +0000 (23:41 -0700)
commit37728c74c4a7957d18aeda51c045117e85146e08
tree00858ceb0d4f8a396335cecfd082092fd320637b
parentf7439fa8f82ac6e18dc21eb2e1aa067a05477e22
Mount install steps

Mount install is run by "-w $pkgid" option.
Mount install, update mount install and deinstallation of mount-installed
package should work.

Requires:
 - https://review.tizen.org/gerrit/#/c/65361/

Change-Id: Ie5f6e238160861097359bcb5066b81365e806709
src/hybrid/hybrid_installer.cc
src/wgt/CMakeLists.txt
src/wgt/step/filesystem/step_wgt_prepare_package_directory.cc [new file with mode: 0644]
src/wgt/step/filesystem/step_wgt_prepare_package_directory.h [new file with mode: 0644]
src/wgt/step/filesystem/step_wgt_update_package_directory.cc [new file with mode: 0644]
src/wgt/step/filesystem/step_wgt_update_package_directory.h [new file with mode: 0644]
src/wgt/wgt_app_query_interface.cc
src/wgt/wgt_installer.cc