storage: change directory name "DCIM" to "Camera" 74/46974/1 accepted/tizen/mobile/20150828.082826 accepted/tizen/tv/20150828.082838 accepted/tizen/wearable/20150828.082856 submit/tizen/20150828.013903
authorTaeyoung Kim <ty317.kim@samsung.com>
Thu, 27 Aug 2015 12:40:40 +0000 (21:40 +0900)
committerTaeyoung Kim <ty317.kim@samsung.com>
Thu, 27 Aug 2015 12:42:27 +0000 (21:42 +0900)
- The policy for directory name of camera is changed from "DCIM" to "Camera"

Change-Id: I0f7e42a6ffbfe5045447d69a8f61edcff749fb05
Signed-off-by: Taeyoung Kim <ty317.kim@samsung.com>
src/storage.c

index cbe34b5..4ea9171 100644 (file)
@@ -28,7 +28,7 @@ const char *dir_path[STORAGE_DIRECTORY_MAX] = {
        [STORAGE_DIRECTORY_IMAGES] = "Images",
        [STORAGE_DIRECTORY_SOUNDS] = "Sounds",
        [STORAGE_DIRECTORY_VIDEOS] = "Videos",
-       [STORAGE_DIRECTORY_CAMERA] = "DCIM",
+       [STORAGE_DIRECTORY_CAMERA] = "Camera",
        [STORAGE_DIRECTORY_DOWNLOADS] = "Downloads",
        [STORAGE_DIRECTORY_MUSIC] = "Music",
        [STORAGE_DIRECTORY_DOCUMENTS] = "Documents",