Remove path replacement function 23/259023/2 accepted/tizen/6.5/unified/20211028.120452 accepted/tizen/unified/20210603.130708 accepted/tizen/unified/20210607.124403 submit/tizen/20210603.001642 submit/tizen/20210606.231136 submit/tizen_6.5/20211028.162401 tizen_6.5.m2_release
authorMinje Ahn <minje.ahn@samsung.com>
Mon, 31 May 2021 05:05:09 +0000 (14:05 +0900)
committerMinje Ahn <minje.ahn@samsung.com>
Mon, 31 May 2021 05:33:27 +0000 (14:33 +0900)
Removed the function that replaces path '/opt/usr/media' with path '/opt/usr/home/owner/media'.
Only some old mobile apps used this hard-coded value.

Change-Id: Iac41e61c53ca421c7f7846d8923bea7a58c9bee5
Signed-off-by: Minje Ahn <minje.ahn@samsung.com>
lib/include/media-util.h
packaging/media-server.spec

index e7dfe51..e21e099 100755 (executable)
@@ -34,9 +34,6 @@
 
 #include <tzplatform_config.h>
 
-/* TEMP :: Will be removed */
-#define MEDIA_ROOT_PATH_INTERNAL_OLD "/opt/usr/media"
-
 #define MEDIA_ROOT_PATH_INTERNAL       tzplatform_getenv(TZ_USER_CONTENT)
 #define MEDIA_ROOT_PATH_EXTERNAL       tzplatform_getenv(TZ_SYS_STORAGE)
 #define MEDIA_ROOT_PATH_SDCARD tzplatform_mkpath(TZ_SYS_STORAGE, "SDCard")
index 29fb1ba..8ac2d0c 100755 (executable)
@@ -1,6 +1,6 @@
 Name:       media-server
 Summary:    A server for media content management
-Version:    0.4.19
+Version:    0.4.20
 Release:    0
 Group:      Multimedia/Service
 License:    Apache-2.0