Handle 'mouse-event' attribute differently according to configuration of web-provider...
authorYunchan Cho <yunchan.cho@samsung.com>
Mon, 22 Apr 2013 05:26:03 +0000 (14:26 +0900)
committerYunchan Cho <yunchan.cho@samsung.com>
Mon, 22 Apr 2013 07:44:43 +0000 (16:44 +0900)
commitc55a82f6878cdb2e65a9b549f9fbafdc98a2a3d4
tree88b34b4fb9a5404b58da2d7c2d2fe3ad290789b1
parent41d0b10da1225d6ff2d1826b6403cb4543177323
Handle 'mouse-event' attribute differently according to configuration of web-provider's plugin

[Issue#] N/A
[Problem] For general appwidgets, value of 'mouse-event' isn't unconditionally indicated as false to its webapp's manifest(xml)
[Cause] wrt-installer didn't distinguish general appwidgets and commericalized appwidgets.
[Solution] For only commercialized appwidget, wrt-installer adds value of 'mouse-event' as 'true' to its manifest(xml),
           if value of 'mouse-event' is 'true' on its webapp's config.xml.
[SCMRequest] First, livebox.web-provider-1.10 must be merged to obs server.

Change-Id: Ia1d50746eb1245ee4c279eb68132a69a758e6fb2
src/jobs/widget_install/task_database.cpp
src/jobs/widget_install/task_manifest_file.cpp