Installer check setting value, if install-location is auto.
authorSoyoung Kim <sy037.kim@samsung.com>
Mon, 23 Sep 2013 11:30:32 +0000 (20:30 +0900)
committersung-su.kim <sung-su.kim@samsung.com>
Fri, 4 Oct 2013 12:37:05 +0000 (21:37 +0900)
commitae99a8e6973bc002717e2df30845d5c4518fb519
tree9fe9ee1a230f2cc66c9b337f67b28fc499e35e4f
parent5dca0faf0dbddd1a103c3628686ab0cef0a5bf0e
Installer check setting value, if install-location is auto.

[Issue#]   P130919-00555
[Problem]  WebApp install to internal storage
           even if installation storage set to external on setting menu.
[Cause]    Installer doesn't check setting value about installation storage.
[Solution] Installer will check setting value about install-location.
[Description]
           Two values to determine the location of the installation
           1. install location element value in config.xml, internal-only|auto|preper-external
           2. install location setting menu in target, internal|SD card
           Installed on SD card conditions
           1. config type sets preper_external & inserted MMC
           2. config type sets auto & target type sets SD card
           3. config type sets auto & target type sets internal & out of internal memory

Change-Id: I7dfb193a72e3e765b9d908574246f2212a5e6c4e
src/jobs/widget_install/task_configuration.cpp
src/jobs/widget_install/task_configuration.h