Change account icon path from resource directory to shared directory
authorsung-su.kim <sung-su.kim@samsung.com>
Thu, 10 Oct 2013 07:36:02 +0000 (16:36 +0900)
committerSoo-Hyun Choi <sh9.choi@samsung.com>
Thu, 10 Oct 2013 22:33:39 +0000 (07:33 +0900)
commitc0ff3ede0072e87cbaea1e4a00d20869f53b1014
tree43a0ffea93283e8019e92c0d2e7a0104f0afd391
parentdce64acd92a4397f54cb005bf3f8c7bb2abf4001
Change account icon path from resource directory to shared directory

[Issue#]   N_SE-54764
[Problem]  "Account" application cannot show icon.
[Cause]    SMACK access is denied when "Account" application process touch
           account icon which is in other application resource directory.
[Solution] Copy account icon to application shared directory.
             - Resource directory : [package]/res/wgt/
             - Shared directory : [package]/shared/res/
           Shared directory is assigned "*" label.
           Changed account icon path in manifest file.

Change-Id: I08f0dfbc42b3754780996d80a9bed8980743dc6c
src/jobs/widget_install/task_manifest_file.cpp
src/jobs/widget_install/task_manifest_file.h
src/jobs/widget_install/widget_install_errors.h