summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--include/mm_error.h10
-rw-r--r--packaging/libmm-common.spec2
2 files changed, 11 insertions, 1 deletions
diff --git a/include/mm_error.h b/include/mm_error.h
index 2807ea6..fec92c6 100644
--- a/include/mm_error.h
+++ b/include/mm_error.h
@@ -53,6 +53,7 @@
#define MM_ERROR_IMAGE_CLASS 0x80000a00 /**< Category for describing image error group */
#define MM_ERROR_POLICY_CLASS 0x80000b00 /**< Category for Policy */
#define MM_ERROR_TRANSCODE_CLASS 0x80000c00 /**< Error message for describing transcode error group */
+#define MM_ERROR_EVASRENDER_CLASS 0x80000d00 /**< Error message for describing mm-evas-renderer error group */
/*
MM_ERROR_CLASS
@@ -369,6 +370,15 @@
#define MM_ERROR_POLICY_RESTRICTED (MM_ERROR_POLICY_CLASS | 0x05) /**< Restricted by security system policy */
#define MM_ERROR_POLICY_BLOCKED_BY_CALL (MM_ERROR_POLICY_CLASS | 0x06) /**< Blocked by Audio system policy - CALL */
#define MM_ERROR_POLICY_BLOCKED_BY_ALARM (MM_ERROR_POLICY_CLASS | 0x07) /**< Blocked by Audio system policy - ALARM */
+
+/*
+ MM_ERROR_EVASRENDER_CLASS
+ */
+#define MM_ERROR_EVASRENDER_NO_FREE_SPACE (MM_ERROR_EVASRENDER_CLASS | 0x01) /**< Not enough memory */
+#define MM_ERROR_EVASRENDER_NOT_INITIALIZED (MM_ERROR_EVASRENDER_CLASS | 0x02) /**< Not initialized */
+#define MM_ERROR_EVASRENDER_INTERNAL (MM_ERROR_EVASRENDER_CLASS | 0x03) /**< Internal error */
+#define MM_ERROR_EVASRENDER_INVALID_OPERATION (MM_ERROR_EVASRENDER_CLASS | 0x04) /**< Invalid operation */
+#define MM_ERROR_EVASRENDER_INVALID_ARGUMENT (MM_ERROR_EVASRENDER_CLASS | 0x05) /**< Invalid Argument */
/**
@}
*/
diff --git a/packaging/libmm-common.spec b/packaging/libmm-common.spec
index 2fcfa76..a31655e 100644
--- a/packaging/libmm-common.spec
+++ b/packaging/libmm-common.spec
@@ -1,6 +1,6 @@
Name: libmm-common
Summary: Multimedia Framework Common Lib
-Version: 0.2.96
+Version: 0.2.97
Release: 0
Group: Multimedia/Libraries
License: Apache-2.0