add storage type in media_content_db_update_item_type_e 52/268452/1 accepted/tizen/6.5/unified/20211227.122642 submit/tizen_6.5/20211224.025627
authorchengyj1985 <yujie.cheng@samsung.com>
Thu, 23 Dec 2021 02:00:05 +0000 (10:00 +0800)
committerJiyong Min <jiyong.min@samsung.com>
Thu, 23 Dec 2021 03:14:59 +0000 (03:14 +0000)
Change-Id: I5d4c45d161ac07ae3fdea47f8a11c8c08e46fa0c

include_product/media_content_type.h

index 422ae84..22fa3fd 100755 (executable)
@@ -79,6 +79,7 @@ typedef enum {
 typedef enum {
        MEDIA_ITEM_FILE         = 0,            /**< File type, an item updated to DB */
        MEDIA_ITEM_DIRECTORY    = 1,            /**< Directory type, an item updated to DB */
+       MEDIA_ITEM_STORAGE      = 2,            /**< Storage type, an item updated to DB */
 } media_content_db_update_item_type_e;
 
 /**