summaryrefslogtreecommitdiff
path: root/TC/_export_target_env.sh
diff options
context:
space:
mode:
authortaeyoung <ty317.kim@samsung.com>2015-06-10 22:57:56 +0900
committertaeyoung <ty317.kim@samsung.com>2015-06-10 23:03:59 +0900
commitf0e71819ee83cd67d94be187dc301c3d9c2c83a5 (patch)
tree6aa37ca5c3652f89f60de0d78d75d801a8129dda /TC/_export_target_env.sh
parent7780e7ea0ea03dcc8e796aa6b22ec53ec34b98d1 (diff)
downloadlibsvi-f0e71819ee83cd67d94be187dc301c3d9c2c83a5.tar.gz
libsvi-f0e71819ee83cd67d94be187dc301c3d9c2c83a5.tar.bz2
libsvi-f0e71819ee83cd67d94be187dc301c3d9c2c83a5.zip
common: code sync with Tizen 2.3
- Currently, libsvi is too old and it is necessary to add many fixes and some features. Thus code sync is needed Change-Id: I0abd6ad42bf5ef74ae001a2c82aca5c6bc40ff32 Signed-off-by: taeyoung <ty317.kim@samsung.com>
Diffstat (limited to 'TC/_export_target_env.sh')
-rwxr-xr-xTC/_export_target_env.sh7
1 files changed, 7 insertions, 0 deletions
diff --git a/TC/_export_target_env.sh b/TC/_export_target_env.sh
new file mode 100755
index 0000000..5ddaa53
--- /dev/null
+++ b/TC/_export_target_env.sh
@@ -0,0 +1,7 @@
+#!/bin/sh
+. ./config
+export TET_INSTALL_PATH=$TET_INSTALL_TARGET_PATH # path to path
+export TET_TARGET_PATH=$TET_INSTALL_PATH/tetware-target
+export PATH=$TET_TARGET_PATH/bin:$PATH
+export LD_LIBRARY_PATH=$TET_TARGET_PATH/lib/tet3:$LD_LIBRARY_PATH
+export TET_ROOT=$TET_TARGET_PATH