Change-Id: Iea9ffda78ef2a8a872864e4cd812a5b18f685c5d
Signed-off-by: minje.ahn <minje.ahn@samsung.com>
#include <media-util.h>
#include <aul.h>
+// LCOV_EXCL_START
static int __thumbnail_util_error_capi(int internal_error)
{
switch (internal_error) {
return THUMBNAIL_UTIL_ERROR_INVALID_OPERATION;
}
}
-// LCOV_EXCL_START
+
int thumbnail_util_create(thumbnail_h *thumb)
{
THUMB_WARN("DEPRECATION WARNING: thumbnail_util_create() is deprecated and will be removed from next release.");