[0.2.97] add error class for mm-evas-renderer 43/90043/1 accepted/tizen/3.0/common/20161114.105801 accepted/tizen/3.0/ivi/20161011.044243 accepted/tizen/3.0/mobile/20161015.033453 accepted/tizen/3.0/tv/20161016.004929 accepted/tizen/3.0/wearable/20161015.083221 accepted/tizen/common/20160929.162934 accepted/tizen/ivi/20160930.040730 accepted/tizen/mobile/20160930.040354 accepted/tizen/tv/20160930.040540 accepted/tizen/wearable/20160930.040639 submit/tizen/20160928.043825 submit/tizen_3.0_common/20161104.104000 submit/tizen_3.0_ivi/20161010.000003 submit/tizen_3.0_mobile/20161015.000003 submit/tizen_3.0_tv/20161015.000003 submit/tizen_3.0_wearable/20161015.000003
authorNAMJEONGYOON <just.nam@samsung.com>
Wed, 28 Sep 2016 06:31:07 +0000 (15:31 +0900)
committerNAMJEONGYOON <just.nam@samsung.com>
Wed, 28 Sep 2016 06:32:57 +0000 (15:32 +0900)
Change-Id: I4dfba31e638f43a792834c21ca4859a5a4c7a7d1

include/mm_error.h
packaging/libmm-common.spec

index 2807ea6..fec92c6 100644 (file)
@@ -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
 #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 */
 /**
        @}
 */
index 2fcfa76..a31655e 100644 (file)
@@ -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