Remove MEDIA_CONTENT_TYPE_SCSA 80/314180/1
authorMinje Ahn <minje.ahn@samsung.com>
Mon, 8 Jul 2024 06:22:08 +0000 (15:22 +0900)
committerMinje Ahn <minje.ahn@samsung.com>
Mon, 8 Jul 2024 06:22:08 +0000 (15:22 +0900)
SCSA(Secure Content Storage Association) is no longer supported.

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

index 9a43f54..d307f3d 100644 (file)
@@ -55,7 +55,6 @@ typedef enum {
        MEDIA_CONTENT_TYPE_BOOK         = 5,    /**<The type of book (Since 6.5)*/
        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;