Encrypt widget on update.
authorZbigniew Kostrzewa <z.kostrzewa@samsung.com>
Fri, 29 Mar 2013 09:27:28 +0000 (10:27 +0100)
committerGerrit Code Review <gerrit2@kim11>
Thu, 4 Apr 2013 14:47:58 +0000 (23:47 +0900)
commit841970c1b5d633d1ffafdf3d15825f43da7faac0
tree7a87af9f5fde0413c61e31e69376d0edc682cc36
parent14d3dd2434706684c8b64e14e8b61452655fa416
Encrypt widget on update.

[Issue#] N/A
[Problem] Widget's content was not encrypted after updating it though
encryption was enabled.
[Cause] Encryption step was not included in the update task.
[Solution] Include encryption in the update task.
[Verification]
1. Build.
2. Install some widget with encryption enabled.
3. Check that widget's start page is encrypted.
4. Install the same widget again. (Update)
5. Check that widget's start page is still encrypted.

Change-Id: I29c13be324a3ab774084ed90fa5ebf59f687433a
src/jobs/widget_install/job_widget_install.cpp