[Release] wrt-installer_0.0.89
[framework/web/wrt-installer.git] / src / commons / wrt_common_types.h
index 49b3100..4fe586f 100644 (file)
@@ -38,4 +38,12 @@ typedef WrtDB::DbWidgetSize WidgetSize;
 
 typedef WrtDB::DbPluginHandle PluginHandle;
 
+enum InstallLocationType
+{
+    INSTALL_LOCATION_TYPE_UNKNOWN = 0,
+    INSTALL_LOCATION_TYPE_NOMAL,
+    INSTALL_LOCATION_TYPE_PRELOAD,
+    INSTALL_LOCATION_TYPE_EXTERNAL
+};
+
 #endif /* PLUGIN_COMMON_TYPES_H */