Change mount point for tep 13/68413/1 accepted/tizen/common/20160505.140341 accepted/tizen/ivi/20160506.035730 accepted/tizen/mobile/20160506.035148 accepted/tizen/tv/20160506.035521 accepted/tizen/wearable/20160506.035620 submit/tizen/20160504.074553
authorJunghoon Park <jh9216.park@samsung.com>
Wed, 4 May 2016 05:57:53 +0000 (14:57 +0900)
committerJunghoon Park <jh9216.park@samsung.com>
Wed, 4 May 2016 05:57:53 +0000 (14:57 +0900)
- Requires
  https://review.tizen.org/gerrit/#/c/67457/

Change-Id: I85d91c8483f631631717e174613bf62fda5328c0
Signed-off-by: Junghoon Park <jh9216.park@samsung.com>
src/aul_path.c

index 0964635..a648abd 100644 (file)
@@ -40,7 +40,7 @@
 static const char _DATA_DIR[] = "data/";
 static const char _CACHE_DIR[] = "cache/";
 static const char _RESOURCE_DIR[] = "res/";
-static const char _TEP_RESOURCE_DIR[] = "res/tep/";
+static const char _TEP_RESOURCE_DIR[] = "tep/mount/";
 static const char _SHARED_DATA_DIR[] = "shared/data/";
 static const char _SHARED_TRUSTED_DIR[] = "shared/trusted/";
 static const char _SHARED_RESOURCE_DIR[] = "shared/res/";