Fill lightuser info by default 00/274200/1
authorJunghyun Yeon <jungh.yeon@samsung.com>
Sat, 23 Apr 2022 04:51:17 +0000 (13:51 +0900)
committerJunghyun Yeon <jungh.yeon@samsung.com>
Sat, 23 Apr 2022 04:51:17 +0000 (13:51 +0900)
Change-Id: Ib8c50d8f42667bde8f1512314fa7d2755e167d5d
Signed-off-by: Junghyun Yeon <jungh.yeon@samsung.com>
src/rpk/step/configuration/step_parse_rpk_manifest.cc

index abac1b2..8666564 100644 (file)
@@ -238,6 +238,7 @@ bool StepParseRpkManifest::FillPackageInfo(manifest_x* manifest) {
   manifest->type = strdup(kRpk);
   manifest->res_type = strdup(pkg_info->res_type().c_str());
   manifest->res_version = strdup(pkg_info->res_version().c_str());
+  manifest->light_user_switch_mode = strdup("default");
 
   return true;
 }