Add category element for manifest.xml
authorSoyoung Kim <sy037.kim@samsung.com>
Fri, 9 Nov 2012 02:48:39 +0000 (11:48 +0900)
committerSoyoung Kim <sy037.kim@samsung.com>
Thu, 22 Nov 2012 01:57:42 +0000 (10:57 +0900)
[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

modules/widget_dao/include/dpl/wrt-dao-ro/config_parser_data.h

index 7ec8a25..f82ea01 100644 (file)
@@ -191,6 +191,8 @@ class ConfigParserData
     typedef std::list<ServiceInfo> ServiceInfoList;
     typedef std::list<DPL::OptionalString> DependsPkgList;
 
+    typedef std::set<DPL::String> 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),