add apk and doc file type 27/279527/1 accepted/tizen/unified/20220816.130725 submit/tizen/20220816.022943
authorsamsung2013 <yuzhi.he@samsung.com>
Wed, 10 Aug 2022 10:49:45 +0000 (18:49 +0800)
committersamsung2013 <yuzhi.he@samsung.com>
Thu, 11 Aug 2022 02:30:47 +0000 (10:30 +0800)
Change-Id: I1af21dc367cdef6cc7519496f239d7636f8d1633

include_product/media_content_type.h

index a8c3f19..4066a59 100755 (executable)
@@ -56,6 +56,8 @@ typedef enum {
        MEDIA_CONTENT_TYPE_PVR          = 1001, /**<The type of PVR */
        MEDIA_CONTENT_TYPE_UHD          = 1002, /**<The type of UHD */
        MEDIA_CONTENT_TYPE_SCSA         = 1003, /**<The type of SCSA */
+       MEDIA_CONTENT_TYPE_APK      = 1004,     /**<The type of ARK*/
+       MEDIA_CONTENT_TYPE_DOC      = 1005,     /**<The type of DOC*/
 } media_content_type_e;
 
 /**