projects
/
platform
/
core
/
api
/
media-content.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a14f941
)
add storage type in media_content_db_update_item_type_e
30/268430/1
accepted/tizen/unified/20211228.140411
submit/tizen/20211227.040650
author
chengyj1985
<yujie.cheng@samsung.com>
Thu, 23 Dec 2021 02:00:05 +0000
(10:00 +0800)
committer
chengyj1985
<yujie.cheng@samsung.com>
Thu, 23 Dec 2021 02:00:05 +0000
(10:00 +0800)
Change-Id: I5d4c45d161ac07ae3fdea47f8a11c8c08e46fa0c
include_product/media_content_type.h
patch
|
blob
|
history
diff --git
a/include_product/media_content_type.h
b/include_product/media_content_type.h
index 422ae8426873d1058d7ffb53ef084f5386565569..22fa3fd3674c8e39ab5f4cd3a5aa35cca2e6f941 100755
(executable)
--- a/
include_product/media_content_type.h
+++ b/
include_product/media_content_type.h
@@
-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;
/**