Implement security settings in the widgetDAO
authorJihoon Chung <jihoon.chung@samsung.com>
Wed, 21 Nov 2012 08:17:51 +0000 (17:17 +0900)
committerJihoon Chung <jihoon.chung@samsung.com>
Thu, 22 Nov 2012 11:39:00 +0000 (20:39 +0900)
commit8c8e3380db04c4a40959a0afe756a716895526ba
tree04c0bd5b98c1dc8a596c6e031eeffcbab80de562
parentddd85783bd58bcc9cbc831354eb83444460f74e3
Implement security settings in the widgetDAO

[Issue#] N/A
[Problem] N/A
[Cause] N/A
[Solution] Implement security settings values
security popup usage : This value contorl securit popup when web
application uses API which is needed user permission user
geolication usage : case of web application requests location
information
web notification usage : case of web application shows notification
web database usage : Before create web database in the local data
directory, user should allow permission
filesystem usage : case of web application using file system API,
user should allow permiision

Security settings are read-only property to the web application
process. For keeping read-only property, security settings are
implement in the widget DAO.
[SCMRequest] N/A

Change-Id: Ib31eb778cb541a536ef2a4e8a4a102751925e0cb
modules/widget_dao/dao/widget_dao.cpp
modules/widget_dao/dao/widget_dao_read_only.cpp
modules/widget_dao/include/dpl/wrt-dao-ro/common_dao_types.h
modules/widget_dao/include/dpl/wrt-dao-ro/widget_dao_read_only.h
modules/widget_dao/include/dpl/wrt-dao-rw/widget_dao.h
modules/widget_dao/orm/wrt_db