From 050c05ad4a00ee2d12a116288e4c1222b817ca6f Mon Sep 17 00:00:00 2001 From: Junghoon Park Date: Wed, 4 May 2016 14:57:53 +0900 Subject: [PATCH] Change mount point for tep - Requires https://review.tizen.org/gerrit/#/c/67457/ Change-Id: I85d91c8483f631631717e174613bf62fda5328c0 Signed-off-by: Junghoon Park --- src/aul_path.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/aul_path.c b/src/aul_path.c index 0964635..a648abd 100644 --- a/src/aul_path.c +++ b/src/aul_path.c @@ -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/"; -- 2.7.4