Prepare database to support CSP policy for whole widget.
authorAndrzej Surdej <a.surdej@samsung.com>
Fri, 25 Jan 2013 11:30:56 +0000 (12:30 +0100)
committerGerrit Code Review <gerrit2@kim11>
Wed, 6 Feb 2013 06:12:55 +0000 (15:12 +0900)
commitf4142ad62558b1e79ffc899d3a373b3a379de7e8
tree71509effa5723609815a28951ec408c209ea91bb
parenta371b518e3f276bf4dc525b66b09c9276e1b694d
Prepare database to support CSP policy for whole widget.

[Issue#] LINUXWRT-34
[Problem] Support for csp policy.
[Cause] N/A
[Solution] Prepared .wrt.db, widgetDAO and tests for csp handling.
[Verification] To verify build repo and run wrt-tests-dao. Two new tests
regarding csp should pass.

Change-Id: I35c332e7ebde48cc8efd7dc1e7949c7950f555ae
modules/widget_dao/dao/widget_dao.cpp
modules/widget_dao/dao/widget_dao_read_only.cpp
modules/widget_dao/include/dpl/wrt-dao-ro/config_parser_data.h
modules/widget_dao/include/dpl/wrt-dao-ro/widget_dao_read_only.h
modules/widget_dao/orm/wrt_db
tests/dao/TestCases_WidgetDAO.cpp