Direcotry install feature added to wrt-installer
authorAndrzej Surdej <a.surdej@samsung.com>
Thu, 22 Nov 2012 12:22:40 +0000 (13:22 +0100)
committerGerrit Code Review <gerrit2@kim11>
Tue, 27 Nov 2012 08:50:42 +0000 (17:50 +0900)
commit3b1656b2b69d5a7af2ba8a5804660026fa85a34b
treeaedc3e2cc074274fd3fa13d1cd2f3c8adacec1b0
parent97b89f8c9d984f11fa43713d696c00709b0887a5
Direcotry install feature added to wrt-installer

[Issue#] LINUXNGWAP-572
[Problem] SDK takes too long time to install/update widget
[Cause] Steps done: zipping->transfer->uninstall->install->unzipping->checking version
[Solution] Added feature to install widget directly from directory.
To do that run wrt-installer -i /path/widget_directory (note that -if works as before)
Widget is not zipped/unzipped and version check is not performed (always update)
[Verification] First of all check if old options works correctly, wrt-test-w3c
might be helpful.
Secondly check if new feature works by installing/updating/running/uninstalling
widget with -i /directory option

Change-Id: I4a07c66e74630df7c97b015c9dadbe3452da7509
src/jobs/widget_install/job_widget_install.cpp
src/jobs/widget_install/task_file_manipulation.cpp
src/jobs/widget_install/task_prepare_files.cpp
src/jobs/widget_install/widget_installer_struct.h
src/misc/widget_location.cpp
src/wrt-installer/wrt_installer.cpp
src/wrt-installer/wrt_installer_api.cpp
src/wrt-installer/wrt_installer_api.h