[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 30ae76d6ce95b11258d57661969da3c458208682..c9e25e5a20190b3edda78fcd4a3a93d0698aa0fe 100755 (executable)
@@ -819,90 +819,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.
@@ -932,17 +848,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.
index d6235ffc43a488f5cd29853a94b952984c2c70ec..df64a613dab8e3dcc39082cb9b15ab0178cb8a1b 100755 (executable)
@@ -914,90 +914,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.
@@ -1027,17 +943,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.
index 22a069d3c5d9ffbe3bb6178a7d6e7f80b3eb3b26..44a7f40f6ad3b39146f01876c1c931195c6f4eae 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