Add to pass rivilege level when installing service app.
[framework/web/wrt-installer.git] / src / jobs / widget_install / widget_install_context.h
index 4816e94..5750cbd 100644 (file)
@@ -101,6 +101,7 @@ struct InstallerContext
 
     std::string requestedPath; ///input path of widget
     bool needEncryption;  ///for configuring right task if encryption needed
+    int certLevel;
 };
 
 #endif // INSTALLER_CONTEXT_H