Signed-off-by: Junghyun Yeon <jungh.yeon@samsung.com>
const char kDependenciesKey[] = "manifest.dependencies";
+const char kInternalOnly[] = "internal-only";
+
+const char kRpk[] = "rpk";
+
} // namespace
manifest->package = strdup(pkg_info->package().c_str());
manifest->version = strdup(pkg_info->version().c_str());
manifest->api_version = strdup(pkg_info->api_version().c_str());
-
+ manifest->installlocation = strdup(kInternalOnly);
+ manifest->type = strdup(kRpk);
/*
// TODO: add this code when manifest has variables for these
manifest->res_type = strdup(pkg_info->res_type().c_str());