[Release] wrt-installer_0.1.58.2
[framework/web/wrt-installer.git] / src / jobs / widget_install / widget_install_context.h
index 7d3eec2..402005a 100644 (file)
@@ -30,6 +30,7 @@
 #include <feature_logic.h>
 #include <widget_install/widget_update_info.h>
 #include <widget_location.h>
+#include <wrt_install_mode.h>
 
 namespace Jobs {
 namespace WidgetInstall {
@@ -66,6 +67,7 @@ struct InstallerContext
 
         INSTALL_BACKUP_ICONFILE,                         /* For Update */
         INSTALL_COPY_ICONFILE,
+        INSTALL_COPY_LIVEBOX_FILES,
         INSTALL_CREATE_EXECFILE,
         INSTALL_CREATE_MANIFEST,
         INSTALL_CREATE_SHORTCUT,
@@ -98,9 +100,9 @@ struct InstallerContext
      * case with SMACK). */
     RequestedDevCapsMap staticPermittedDevCaps;
     std::string installInfo;            ///<For recovery>
-    bool m_quiet;
     InstallLocationType locationType;
     bool isUpdateMode;
+    InstallMode mode;
 };
 
 #endif // INSTALLER_CONTEXT_H