Add app type handler for widget-application 15/87715/2
authorJunghoon Park <jh9216.park@samsung.com>
Fri, 9 Sep 2016 07:33:42 +0000 (16:33 +0900)
committerJunghoon Park <jh9216.park@samsung.com>
Mon, 19 Sep 2016 01:49:05 +0000 (18:49 -0700)
- require : https://review.tizen.org/gerrit/#/c/87713/

Change-Id: I13f30ec983a6cc2fa03eaf8ada0fc383a10cda3c
Signed-off-by: Junghoon Park <jh9216.park@samsung.com>
src/common/step/configuration/step_parse_manifest.cc

index 3e4f398..727a99d 100644 (file)
@@ -325,7 +325,8 @@ bool StepParseManifest::FillWidgetApplication(manifest_x* manifest) {
     widget_app->nodisplay = strdup("true");
     widget_app->taskmanage = strdup("false");
     widget_app->indicatordisplay = strdup("false");
-    widget_app->type = strdup("capp");
+    widget_app->type =
+        strdup(application.app_info.type().c_str());
     widget_app->component_type = strdup("widgetapp");
     widget_app->hwacceleration =
         strdup(application.app_info.hwacceleration().c_str());