summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristophe Moreau <christophe.moreau@open.eurogiciel.org>2014-06-12 13:51:10 +0200
committerChristophe Moreau <christophe.moreau@open.eurogiciel.org>2014-06-12 14:18:25 +0200
commitf8cb49392fa0563d22a6fe819fbb0c6c8ceb2773 (patch)
treefb931496639ef4526858d3f11a89745fc22356a4
parent9b1294f8c51d7d9df471ad13bb734cb40090437a (diff)
downloadtizen-platform-config-f8cb49392fa0563d22a6fe819fbb0c6c8ceb2773.tar.gz
tizen-platform-config-f8cb49392fa0563d22a6fe819fbb0c6c8ceb2773.tar.bz2
tizen-platform-config-f8cb49392fa0563d22a6fe819fbb0c6c8ceb2773.zip
Add System Variable (TZ_SYS_RW_UG, TZ_SYS_RO_UG) and User Variable (TZ_USER_UG) in tizen-platform.meta file.
Change-Id: I270691b4db512a9257d35e54b078a3bcdb7e982a Signed-off-by: Christophe Moreau <christophe.moreau@open.eurogiciel.org>
-rw-r--r--tizen-platform.meta6
1 files changed, 6 insertions, 0 deletions
diff --git a/tizen-platform.meta b/tizen-platform.meta
index 20b14cc..9f54e08 100644
--- a/tizen-platform.meta
+++ b/tizen-platform.meta
@@ -46,6 +46,8 @@ TZ_SYS_USER_GROUP=users
#TZ_SYS_WRT_PLUGINS_CONF=/usr/etc/wrt-plugins
#TZ_SYS_TIZEN_APIS_CONF=/usr/etc/tizen-apis
#TZ_SYS_ACE_CONF=/usr/etc/ace
+#TZ_SYS_RW_UG=/opt/ug
+#TZ_SYS_RO_UG=/usr/ug
# Tizen 3 (multi user):
TZ_SYS_DB=/usr/dbspace
@@ -63,6 +65,8 @@ TZ_SYS_RO_PACKAGES=/usr/share/packages
TZ_SYS_WRT_PLUGINS_CONF=/etc/wrt-plugins
TZ_SYS_TIZEN_APIS_CONF=/etc/tizen-apis
TZ_SYS_ACE_CONF=/etc/ace
+TZ_SYS_RW_UG=/usr/ug
+TZ_SYS_RO_UG=/usr/ug
############################################################
# SDK VARIABLES #
@@ -85,6 +89,7 @@ TZ_SDK_TOOLS=$TZ_SDK_HOME/sdk_tools
#TZ_USER_DATA=/opt/usr/data
#TZ_USER_ETC=/opt/usr/etc
#TZ_USER_LIVE=/opt/usr/live
+#TZ_USER_UG=/opt/usr/ug
# Tizen 3 (multi user):
TZ_USER_NAME=$USER
@@ -93,6 +98,7 @@ TZ_USER_SHARE=$TZ_USER_HOME/share
TZ_USER_DATA=$TZ_USER_HOME/data
TZ_USER_ETC=$TZ_USER_HOME/etc
TZ_USER_LIVE=$TZ_USER_HOME/live
+TZ_USER_UG=$TZ_USER_HOME/ug
############# Core & Framework dirs #############