Clean-up widget-dao, security-settings and bundle dependency
authorJihoon Chung <jihoon.chung@samsaung.com>
Wed, 28 Aug 2013 07:40:05 +0000 (16:40 +0900)
committerJihoon Chung <jihoon.chung@samsaung.com>
Wed, 28 Aug 2013 08:02:42 +0000 (17:02 +0900)
commitd854a18b6ed19c74a7ef678aba0e003c7f060e37
treeba64a6352d217d34ccf2190fa42d68ae3ce7e7ba
parent579b228dba4ffc4f9762820f93e1b3201a0f6f8a
Clean-up widget-dao, security-settings and bundle dependency

[Issue#]    N/A
[Problem]   Current wrt-setting has too many uncleaned source.
[Cause]     wrt-setting hasn't managed quite long-term since.
            Unnecessary dependency is existed.
[Solution]  Clean-up unnecessary build dependency
            - dpl-wrt-dao-ro, dpl-wrt-dao-rw, security-settings isn't necessary in the new UX.
              Only security-origin-dao is needed to implement new UX.
              To remove wrt-dao dependency, clean-up dao dependency code.
            - Clean-up getting application id by package id.
              Current security origin dao supports package id for input argument.
            - Replace bundle dependency to app_service.
              Current wrt-setting doesn't have any usecase regarding bundle API.
              Only app_service API is used to get package name from bundle_h.
              To use app_service API add dependency to "capi-appfw-application".
[SCMRequest] N/A

Change-Id: I637225c3047fc255cf4813ab568ca5ac603a1a52
packaging/wrt-setting.spec
webapp-detail/CMakeLists.txt
webapp-detail/exceptionsview.cpp
webapp-detail/exceptionsview.h
webapp-detail/mainview.cpp
webapp-detail/mainview.h
webapp-detail/ug.cpp