Ace database fulfill implemented
authorAndrzej Surdej <a.surdej@samsung.com>
Wed, 17 Oct 2012 16:47:36 +0000 (18:47 +0200)
committerAndrzej Surdej <a.surdej@samsung.com>
Fri, 16 Nov 2012 13:24:11 +0000 (14:24 +0100)
commit021813ff457962d82e9c05b63706f0632e4c746e
treed4fc1ba00c2ea37021ac36a16dcb22dcae633c2e
parentb2ed87c3a5d3228f10fdf5b9322d72f3cadc3efd
Ace database fulfill implemented

[Issue#] LINUXSWAP-211
[Problem] Separation WrtDB and AceDB
[Cause] Security should not use WrtDB. Instead of it AceDB should be used.
[Solution] Implemented filling extended AceDB while widget installation.
[SCMRequest] Commit require security-server change:
http://slp-info.sec.samsung.net/gerrit/#/c/100182/

To verify build repository and check if nothing wrong happend.
Run wrt-tests-w3c and plugins tests widget.
Results should be the same as before.
This commit functionalities can be tested commonly with
http://slp-info.sec.samsung.net/gerrit/#/c/100623/
with the method provided in that commit

Change-Id: Id5cc4791fea3504b5a161cfc55887ab3f112ffec
packaging/wrt-installer.spec
src/CMakeLists.txt
src/jobs/widget_install/ace_registration.cpp [new file with mode: 0644]
src/jobs/widget_install/ace_registration.h [new file with mode: 0644]
src/jobs/widget_install/task_database.cpp
src/jobs/widget_install/task_database.h
src/jobs/widget_uninstall/task_db_update.cpp