Change widget installed path request by app fw
authorSoyoung Kim <sy037.kim@samsung.com>
Tue, 13 Nov 2012 05:46:56 +0000 (14:46 +0900)
committerSoyoung Kim <sy037.kim@samsung.com>
Tue, 13 Nov 2012 08:09:26 +0000 (17:09 +0900)
[Issue#] N/A
[Problem] N/A
[Cause] N/A
[Solution] widget installed have been changed to /opt/usr/apps from /opt/apps.
[SCMRequest] N/A

Change-Id: I72de92e1c20dcbd64df9be019c82676f6900ca49

modules/widget_dao/include/dpl/wrt-dao-ro/global_config.h

index 90dbbd3..4a8739c 100644 (file)
@@ -65,7 +65,7 @@ inline const char* GetFactoryInstalledWidgetPath()
  */
 inline const char* GetUserInstalledWidgetPath()
 {
-    return "/opt/apps";
+    return "/opt/usr/apps";
 }
 
 /**