Set manifest->multiple, manifest->taskamange for service application 64/61064/3
authorTomasz Iwanek <t.iwanek@samsung.com>
Thu, 3 Mar 2016 15:22:20 +0000 (16:22 +0100)
committerTomasz Iwanek <t.iwanek@samsung.com>
Tue, 8 Mar 2016 13:39:23 +0000 (05:39 -0800)
Requires:
 - https://review.tizen.org/gerrit/61063

Change-Id: I4bb8e3f759e94d8fd8e843f6e367f180bf20bd2f

src/common/step/step_parse_manifest.cc

index 084ab96..f351cd5 100644 (file)
@@ -339,6 +339,8 @@ bool StepParseManifest::FillServiceApplication(manifest_x* manifest) {
     application_x* service_app =
         static_cast<application_x*>(calloc(1, sizeof(application_x)));
     service_app->appid = strdup(application.app_info.appid().c_str());
+    service_app->multiple = strdup(application.app_info.multiple().c_str());
+    service_app->taskmanage = strdup(application.app_info.taskmanage().c_str());
     service_app->autorestart =
         strdup(application.app_info.auto_restart().c_str());
     service_app->onboot = strdup(application.app_info.on_boot().c_str());