Change sdcard path /opt to /usr 98/56398/2 accepted/tizen/ivi/20160218.023324 accepted/tizen/mobile/20160108.005638 accepted/tizen/tv/20160108.005704 accepted/tizen/wearable/20160108.005722 submit/tizen/20160107.102247 submit/tizen_common/20160218.142243 submit/tizen_ivi/20160217.000000 submit/tizen_ivi/20160217.000002
authorJihoon Jung <jh8801.jung@samsung.com>
Thu, 7 Jan 2016 10:14:40 +0000 (19:14 +0900)
committerJihoon Jung <jh8801.jung@samsung.com>
Thu, 7 Jan 2016 10:18:51 +0000 (19:18 +0900)
Signed-off-by: Ji-hoon Jung <jh8801.jung@samsung.com>
Change-Id: Ifd107fd52b3e9c6cb81445f3df559d452acad7cf

include/mtp_config.h
packaging/mtp-responder.spec

index 7550f25..87bedac 100755 (executable)
@@ -80,7 +80,7 @@
 #define MTP_STORE_PATH_CHAR            "/home/owner/content"
 
 /* External Storage */
-#define MTP_EXTERNAL_PATH_CHAR         "/opt/storage/sdcard"
+#define MTP_EXTERNAL_PATH_CHAR         "/usr/storage/sdcard"
 #define MTP_DEVICE_ICON                        "/usr/share/mtp/device_icon.ico"
 
 /* File For WMP extesions */
index 0f62d7e..c702ea7 100755 (executable)
@@ -5,7 +5,7 @@ ExcludeArch: %arm aarch64
 
 Name:       mtp-responder
 Summary:    Media Transfer Protocol daemon (responder)
-Version:    0.0.2
+Version:    0.0.3
 Release:    1
 Group:      Network & Connectivity/Other
 License:    Apache-2.0