From d61ef6005e48ada272e3b77f980e4631e404dc8e Mon Sep 17 00:00:00 2001 From: Sunggyu Choi Date: Thu, 7 Apr 2022 15:08:09 +0900 Subject: [PATCH] Add new module cusom error for Media Editor Change-Id: I943e00a5d1ca68f6c7b156582be9146fc76f36c4 Signed-off-by: Sunggyu Choi --- include/tizen_error.h | 3 +++ packaging/capi-base-common.spec | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/include/tizen_error.h b/include/tizen_error.h index 2e7838d..be908c3 100644 --- a/include/tizen_error.h +++ b/include/tizen_error.h @@ -315,6 +315,9 @@ extern "C" { #define TIZEN_ERROR_MEDIA_WEBRTC -0x030B0000 /* Cion */ #define TIZEN_ERROR_CION -0x030C0000 +/* Media Editor */ +#define TIZEN_ERROR_MEDIA_EDITOR -0x030D0000 + /** * @brief Enumeration for tizen errors. * @since_tizen @if MOBILE 2.3 @elseif WEARABLE 2.3.1 @endif diff --git a/packaging/capi-base-common.spec b/packaging/capi-base-common.spec index ec9b14c..d8c6c2a 100644 --- a/packaging/capi-base-common.spec +++ b/packaging/capi-base-common.spec @@ -1,6 +1,6 @@ Name: capi-base-common Summary: Common header files of Tizen Native API -Version: 0.4.68 +Version: 0.4.69 Release: 1 Group: Base License: Apache-2.0 -- 2.7.4