Modify installed path for preload widget.
[framework/web/wrt-commons.git] / modules / widget_dao / include / dpl / wrt-dao-ro / global_config.h
index 9f18da2..2721214 100644 (file)
@@ -61,6 +61,22 @@ inline const char* GetUserInstalledWidgetPath()
 }
 
 /**
+ * WRT widgets that are preloaded
+ */
+inline const char* GetUserPreloadedWidgetPath()
+{
+    return "/usr/apps";
+}
+
+/**
+ * WRT widgets that are downloaded and installed by user
+ */
+inline const char* GetWidgetUserDataPath()
+{
+    return "/opt/usr/apps";
+}
+
+/**
  * WRT widgets that are downloaded and installed by user
  */
 inline const char* GetWidgetSrcPath()