Add default value for preload attribute 84/57884/5
authorArkadiusz Szulakiewicz <a.szulakiewi@partner.samsung.com>
Mon, 25 Jan 2016 15:18:49 +0000 (16:18 +0100)
committerTomasz Iwanek <t.iwanek@samsung.com>
Tue, 26 Jan 2016 11:51:55 +0000 (03:51 -0800)
Change-Id: Ia03197d404e4735797825a3a153f55766aa05712

src/wgt/step/step_parse.cc

index bed8524..705dc95 100644 (file)
@@ -170,6 +170,7 @@ bool StepParse::FillWidgetInfo(manifest_x* manifest) {
   manifest->type = strdup("wgt");
   manifest->appsetting = strdup("false");
   manifest->nodisplay_setting = strdup("false");
+  manifest->preload = strdup("false");
 
   // For wgt package use the long name
   for (auto& item : wgt_info->name_set()) {
@@ -523,6 +524,7 @@ common_installer::Step::Status StepParse::process() {
   const std::string& required_api_version = info->required_version();
 
   manifest->api_version = strdup(required_api_version.c_str());
+
   context_->pkgid.set(manifest->package);
 
   // write pkgid for recovery file