Updated definitions for APPs 45/15145/2 accepted/tizen/generic/20140116.153205 accepted/tizen/ivi/20140117.182030 accepted/tizen/mobile/20140116.161511 submit/tizen/20140116.152725
authorJosé Bollo <jose.bollo@open.eurogiciel.org>
Thu, 16 Jan 2014 13:04:41 +0000 (14:04 +0100)
committerJosé Bollo <jose.bollo@open.eurogiciel.org>
Thu, 16 Jan 2014 13:09:55 +0000 (14:09 +0100)
Were renamed:
 TZ_USER_RW_APP -> TZ_USER_APP   (/opt/usr/apps)
 TZ_USER_RO_APP -> TZ_SYS_RO_APP   (/usr/apps)
 TZ_SYS_APP     -> TZ_SYS_RW_APP   (/opt/apps)

Change-Id: I73c0718a2bd5c87f590fa27d1075ba283e7785f2
Signed-off-by: José Bollo <jose.bollo@open.eurogiciel.org>
tizen-platform.meta

index c24f4d9..9d83ec1 100644 (file)
@@ -28,7 +28,8 @@ TZ_SYS_STORAGE=/opt/storage
 # Tizen 3 (single user):
 TZ_SYS_DB=/opt/dbspace
 TZ_SYS_CONFIG=/opt/var/kdb
-TZ_SYS_APP=/opt/apps
+TZ_SYS_RW_APP=/opt/apps
+TZ_SYS_RO_APP=/usr/apps
 TZ_SYS_APP_PREINSTALL=/opt/usr/apps/.preinstallWidgets
 TZ_SYS_RW_WIDGET=/opt/share/widget
 TZ_SYS_RO_WIDGET=/usr/share/widget
@@ -46,7 +47,8 @@ TZ_SYS_ACE_CONF=/usr/etc/ace
 # Tizen 3 (multi user):
 #TZ_SYS_DB=/opt/dbspace
 #TZ_SYS_CONFIG=/opt/kdb
-#TZ_SYS_APP=/opt/apps
+#TZ_SYS_RW_APP=/opt/apps
+#TZ_SYS_RO_APP=/usr/apps
 #TZ_SYS_RW_WIDGET=/opt/share/widget
 #TZ_SYS_RO_WIDGET=/usr/share/widget
 #TZ_SYS_RW_DESKTOP_APP=/opt/share/applications
@@ -92,14 +94,12 @@ TZ_USER_ETC=/opt/usr/etc
 # Tizen 3 (single user):
 TZ_USER_DB=/opt/usr/dbspace
 TZ_USER_CONFIG=/opt/var/kdb
-TZ_USER_RW_APP=/opt/usr/apps
-TZ_USER_RO_APP=/usr/apps
+TZ_USER_APP=/opt/usr/apps
 
 # Tizen 3 (multi user):
 #TZ_USER_DB=$TZ_USER_HOME/dbspace
 #TZ_USER_CONFIG=$TZ_USER_HOME/kdb
-#TZ_USER_RW_APP=$TZ_USER_HOME/apps_rw
-#TZ_USER_RO_APP=$TZ_USER_HOME/apps_ro
+#TZ_USER_APP=$TZ_USER_HOME/apps_rw
 
 ############# Content dirs #############