[ACR-950] Deprecate unsupported storage type 68/126268/3
authorMinje Ahn <minje.ahn@samsung.com>
Fri, 21 Apr 2017 00:53:01 +0000 (09:53 +0900)
committerMinje ahn <minje.ahn@samsung.com>
Mon, 24 Apr 2017 01:38:45 +0000 (01:38 +0000)
Remove cloud storage type

Change-Id: I702bdd393f7dda3337a10652e89d7e249a80d17b
Signed-off-by: Minje Ahn <minje.ahn@samsung.com>
include/media_content_type.h

index a1da749..b414083 100755 (executable)
@@ -61,7 +61,7 @@ typedef enum {
        MEDIA_CONTENT_STORAGE_INTERNAL  = 0,    /**< The device's internal storage */
        MEDIA_CONTENT_STORAGE_EXTERNAL  = 1,    /**< The device's external storage like sd card*/
        MEDIA_CONTENT_STORAGE_EXTERNAL_USB = 2, /**< The external USB storage (Since @if MOBILE 2.4 @elseif WEARABLE 3.0 @endif) */
-       MEDIA_CONTENT_STORAGE_CLOUD     = 100,  /**< The Cloud storage (Since @if MOBILE 2.4 @elseif WEARABLE 3.0 @endif) */
+       MEDIA_CONTENT_STORAGE_CLOUD     = 100,  /**< The Cloud storage (Since @if MOBILE 2.4 @elseif WEARABLE 3.0 @endif, Deprecated since 4.0) */
 } media_content_storage_e;
 
 /**
@@ -932,7 +932,7 @@ typedef bool (*media_face_cb)(media_face_h face, void *user_data);
  * @since_tizen @if MOBILE 2.3 @elseif WEARABLE 2.3.1 @endif
  *
  */
-#define MEDIA_AUTHOR "MEDIA_AUTHOR"  /**< Media authore*/
+#define MEDIA_AUTHOR "MEDIA_AUTHOR"  /**< Media author*/
 
 /**
  * @brief You can use above define to set the condition of media filter and order keyword.
@@ -1093,7 +1093,7 @@ typedef bool (*media_face_cb)(media_face_h face, void *user_data);
  * @since_tizen @if MOBILE 2.3 @elseif WEARABLE 2.3.1 @endif
  *
  */
-#define MEDIA_AUTHOR_PINYIN "MEDIA_AUTHOR_PINYIN"  /**< Media authore pinyin*/
+#define MEDIA_AUTHOR_PINYIN "MEDIA_AUTHOR_PINYIN"  /**< Media author pinyin*/
 
 /**
  * @brief You can use above define to set the condition of media filter and order keyword.