From: Soyoung Kim Date: Fri, 9 Nov 2012 02:48:39 +0000 (+0900) Subject: Add category element for manifest.xml X-Git-Tag: submit/trunk/20121130.085443~8^2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=90212b4061ae4871934c8c0396e30cb0fabdee06;p=platform%2Fframework%2Fweb%2Fwrt-commons.git Add category element for manifest.xml [Issue#] N/A [Problem] N/A [Cause] N/A [Solution] Add category element at config.xml so modify parse. Add app-control element instead of appservice. because appservice will be removed at manifest.xml. [SCMRequest] this package should be imported with wrt-installer Change-Id: I5c2658418476cd1b20fcc0209eda94e2018e9243 --- diff --git a/modules/widget_dao/include/dpl/wrt-dao-ro/config_parser_data.h b/modules/widget_dao/include/dpl/wrt-dao-ro/config_parser_data.h index 7ec8a25..f82ea01 100644 --- a/modules/widget_dao/include/dpl/wrt-dao-ro/config_parser_data.h +++ b/modules/widget_dao/include/dpl/wrt-dao-ro/config_parser_data.h @@ -191,6 +191,8 @@ class ConfigParserData typedef std::list ServiceInfoList; typedef std::list DependsPkgList; + typedef std::set CategoryList; + StringsList nameSpaces; LocalizedDataSet localizedDataSet; @@ -242,6 +244,8 @@ class ConfigParserData DPL::OptionalString splashImgSrc; // Background page filename DPL::OptionalString backgroundPage; + // For category + CategoryList categoryList; ConfigParserData() : flashNeeded(false),