[ACR-1838] Deprecate all bookmark and playlist funtions
[platform/core/api/media-content.git] / src / media_book.c
index 507488c..9fab1c9 100644 (file)
@@ -89,6 +89,7 @@ int book_meta_get_author(book_meta_h book, char **author)
        return MEDIA_CONTENT_ERROR_NONE;
 }
 
+// LCOV_EXCL_START
 int book_meta_get_date(book_meta_h book, char **date)
 {
        content_warn("DEPRECATION WARNING: book_meta_get_date() is deprecated and will be removed from next release.");
@@ -114,6 +115,7 @@ int book_meta_get_publisher(book_meta_h book, char **publisher)
 
        return MEDIA_CONTENT_ERROR_NONE;
 }
+// LCOV_EXCL_STOP
 
 int book_meta_get_path_with_keyword(const char *keyword, char ***path_list, unsigned int *len)
 {