[ACR-1804] Remove pinyin 81/302281/3 accepted/tizen/unified/20231207.171715 accepted/tizen/unified/riscv/20231211.234023
authorminje.ahn <minje.ahn@samsung.com>
Tue, 5 Dec 2023 05:40:49 +0000 (14:40 +0900)
committerminje.ahn <minje.ahn@samsung.com>
Thu, 7 Dec 2023 00:08:32 +0000 (09:08 +0900)
Change-Id: Ib043fa23104ce519c02ddd3714a7e0aaecdf9ae8
Signed-off-by: minje.ahn <minje.ahn@samsung.com>
include/media_content_type.h
include_product/media_content_type.h
packaging/capi-content-media-content.spec

index 30ae76d..c9e25e5 100755 (executable)
@@ -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
index d6235ff..df64a61 100755 (executable)
@@ -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
index 22a069d..44a7f40 100644 (file)
@@ -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