From: minje.ahn Date: Tue, 5 Dec 2023 05:40:49 +0000 (+0900) Subject: [ACR-1804] Remove pinyin X-Git-Tag: accepted/tizen/unified/20231207.171715^0 X-Git-Url: http://review.tizen.org/git/?p=platform%2Fcore%2Fapi%2Fmedia-content.git;a=commitdiff_plain;h=ddcfff237445971aa820ec69b3c2798d4134607f [ACR-1804] Remove pinyin Change-Id: Ib043fa23104ce519c02ddd3714a7e0aaecdf9ae8 Signed-off-by: minje.ahn --- diff --git a/include/media_content_type.h b/include/media_content_type.h index 30ae76d..c9e25e5 100755 --- a/include/media_content_type.h +++ b/include/media_content_type.h @@ -820,90 +820,6 @@ typedef bool (*media_face_cb)(media_face_h face, void *user_data); #define MEDIA_IS_DRM "MEDIA_IS_DRM" /** - * @deprecated Deprecated since 7.0. - * @brief Media file name pinyin. - * @details You can use above define to set the condition of media filter and order keyword. - * @since_tizen 2.3 - * @remarks Since 4.0, this keyword is related to the following feature:\n - * - %http://tizen.org/feature/content.filter.pinyin\n - * If this feature is not supported on the device, PINYIN search does not work. - * - */ -#define MEDIA_FILE_NAME_PINYIN "MEDIA_FILE_NAME_PINYIN" - -/** - * @deprecated Deprecated since 7.0. - * @brief Media title pinyin. - * @details You can use above define to set the condition of media filter and order keyword. - * @since_tizen 2.3 - * @remarks Since 4.0, this keyword is related to the following feature:\n - * - %http://tizen.org/feature/content.filter.pinyin\n - * If this feature is not supported on the device, PINYIN search does not work. - * - */ -#define MEDIA_TITLE_PINYIN "MEDIA_TITLE_PINYIN" - -/** - * @deprecated Deprecated since 7.0. - * @brief Media album pinyin. - * @details You can use above define to set the condition of media filter and order keyword. - * @since_tizen 2.3 - * @remarks Since 4.0, this keyword is related to the following feature:\n - * - %http://tizen.org/feature/content.filter.pinyin\n - * If this feature is not supported on the device, PINYIN search does not work. - * - */ -#define MEDIA_ALBUM_PINYIN "MEDIA_ALBUM_PINYIN" - -/** - * @deprecated Deprecated since 7.0. - * @brief Media artist pinyin. - * @details You can use above define to set the condition of media filter and order keyword. - * @since_tizen 2.3 - * @remarks Since 4.0, this keyword is related to the following feature:\n - * - %http://tizen.org/feature/content.filter.pinyin\n - * If this feature is not supported on the device, PINYIN search does not work. - * - */ -#define MEDIA_ARTIST_PINYIN "MEDIA_ARTIST_PINYIN" - -/** - * @deprecated Deprecated since 7.0. - * @brief Media album artist pinyin. - * @details You can use above define to set the condition of media filter and order keyword. - * @since_tizen 2.3 - * @remarks Since 4.0, this keyword is related to the following feature:\n - * - %http://tizen.org/feature/content.filter.pinyin\n - * If this feature is not supported on the device, PINYIN search does not work. - * - */ -#define MEDIA_ALBUM_ARTIST_PINYIN "MEDIA_ALBUM_ARTIST_PINYIN" - -/** - * @deprecated Deprecated since 7.0. - * @brief Media genre pinyin. - * @details You can use above define to set the condition of media filter and order keyword. - * @since_tizen 2.3 - * @remarks Since 4.0, this keyword is related to the following feature:\n - * - %http://tizen.org/feature/content.filter.pinyin\n - * If this feature is not supported on the device, PINYIN search does not work. - * - */ -#define MEDIA_GENRE_PINYIN "MEDIA_GENRE_PINYIN" - -/** - * @deprecated Deprecated since 7.0. - * @brief Media composer pinyin. - * @details You can use above define to set the condition of media filter and order keyword. - * @since_tizen 2.3 - * @remarks Since 4.0, this keyword is related to the following feature:\n - * - %http://tizen.org/feature/content.filter.pinyin\n - * If this feature is not supported on the device, PINYIN search does not work. - * - */ -#define MEDIA_COMPOSER_PINYIN "MEDIA_COMPOSER_PINYIN" - -/** * @brief Virtual Reality content. * @details You can use above define to set the condition of media filter and order keyword. * @since_tizen 3.0 @@ -933,17 +849,6 @@ typedef bool (*media_face_cb)(media_face_h face, void *user_data); #define FOLDER_NAME "FOLDER_NAME" /** - * @deprecated Deprecated since 7.0. - * @brief Folder base name pinyin. - * @details You can use above define to set the condition of folder filter and order keyword. - * @since_tizen 2.3 - * @remarks Since 4.0, this keyword is related to the following feature:\n - * - %http://tizen.org/feature/content.filter.pinyin\n - * If this feature is not supported on the device, PINYIN search does not work. - */ -#define FOLDER_NAME_PINYIN "FOLDER_NAME_PINYIN" - -/** * @brief Playlist name. * @details You can use above define to set the condition of playlist filter and order keyword. * @since_tizen 2.3 diff --git a/include_product/media_content_type.h b/include_product/media_content_type.h index d6235ff..df64a61 100755 --- a/include_product/media_content_type.h +++ b/include_product/media_content_type.h @@ -915,90 +915,6 @@ typedef bool (*media_face_cb)(media_face_h face, void *user_data); #define MEDIA_IS_DRM "MEDIA_IS_DRM" /** - * @deprecated Deprecated since 7.0. - * @brief Media file name pinyin. - * @details You can use above define to set the condition of media filter and order keyword. - * @since_tizen 2.3 - * @remarks Since 4.0, this keyword is related to the following feature:\n - * - %http://tizen.org/feature/content.filter.pinyin\n - * If this feature is not supported on the device, PINYIN search does not work. - * - */ -#define MEDIA_FILE_NAME_PINYIN "MEDIA_FILE_NAME_PINYIN" - -/** - * @deprecated Deprecated since 7.0. - * @brief Media title pinyin. - * @details You can use above define to set the condition of media filter and order keyword. - * @since_tizen 2.3 - * @remarks Since 4.0, this keyword is related to the following feature:\n - * - %http://tizen.org/feature/content.filter.pinyin\n - * If this feature is not supported on the device, PINYIN search does not work. - * - */ -#define MEDIA_TITLE_PINYIN "MEDIA_TITLE_PINYIN" - -/** - * @deprecated Deprecated since 7.0. - * @brief Media album pinyin. - * @details You can use above define to set the condition of media filter and order keyword. - * @since_tizen 2.3 - * @remarks Since 4.0, this keyword is related to the following feature:\n - * - %http://tizen.org/feature/content.filter.pinyin\n - * If this feature is not supported on the device, PINYIN search does not work. - * - */ -#define MEDIA_ALBUM_PINYIN "MEDIA_ALBUM_PINYIN" - -/** - * @deprecated Deprecated since 7.0. - * @brief Media artist pinyin. - * @details You can use above define to set the condition of media filter and order keyword. - * @since_tizen 2.3 - * @remarks Since 4.0, this keyword is related to the following feature:\n - * - %http://tizen.org/feature/content.filter.pinyin\n - * If this feature is not supported on the device, PINYIN search does not work. - * - */ -#define MEDIA_ARTIST_PINYIN "MEDIA_ARTIST_PINYIN" - -/** - * @deprecated Deprecated since 7.0. - * @brief Media album artist pinyin. - * @details You can use above define to set the condition of media filter and order keyword. - * @since_tizen 2.3 - * @remarks Since 4.0, this keyword is related to the following feature:\n - * - %http://tizen.org/feature/content.filter.pinyin\n - * If this feature is not supported on the device, PINYIN search does not work. - * - */ -#define MEDIA_ALBUM_ARTIST_PINYIN "MEDIA_ALBUM_ARTIST_PINYIN" - -/** - * @deprecated Deprecated since 7.0. - * @brief Media genre pinyin. - * @details You can use above define to set the condition of media filter and order keyword. - * @since_tizen 2.3 - * @remarks Since 4.0, this keyword is related to the following feature:\n - * - %http://tizen.org/feature/content.filter.pinyin\n - * If this feature is not supported on the device, PINYIN search does not work. - * - */ -#define MEDIA_GENRE_PINYIN "MEDIA_GENRE_PINYIN" - -/** - * @deprecated Deprecated since 7.0. - * @brief Media composer pinyin. - * @details You can use above define to set the condition of media filter and order keyword. - * @since_tizen 2.3 - * @remarks Since 4.0, this keyword is related to the following feature:\n - * - %http://tizen.org/feature/content.filter.pinyin\n - * If this feature is not supported on the device, PINYIN search does not work. - * - */ -#define MEDIA_COMPOSER_PINYIN "MEDIA_COMPOSER_PINYIN" - -/** * @brief Virtual Reality content. * @details You can use above define to set the condition of media filter and order keyword. * @since_tizen 3.0 @@ -1028,17 +944,6 @@ typedef bool (*media_face_cb)(media_face_h face, void *user_data); #define FOLDER_NAME "FOLDER_NAME" /** - * @deprecated Deprecated since 7.0. - * @brief Folder base name pinyin. - * @details You can use above define to set the condition of folder filter and order keyword. - * @since_tizen 2.3 - * @remarks Since 4.0, this keyword is related to the following feature:\n - * - %http://tizen.org/feature/content.filter.pinyin\n - * If this feature is not supported on the device, PINYIN search does not work. - */ -#define FOLDER_NAME_PINYIN "FOLDER_NAME_PINYIN" - -/** * @brief Playlist name. * @details You can use above define to set the condition of playlist filter and order keyword. * @since_tizen 2.3 diff --git a/packaging/capi-content-media-content.spec b/packaging/capi-content-media-content.spec index 22a069d..44a7f40 100644 --- a/packaging/capi-content-media-content.spec +++ b/packaging/capi-content-media-content.spec @@ -1,6 +1,6 @@ Name: capi-content-media-content Summary: A Media content library in Tizen Native API -Version: 0.4.22 +Version: 0.4.23 Release: 0 Group: Multimedia/API License: Apache-2.0