From: Sunggyu Choi Date: Tue, 7 Sep 2021 04:40:08 +0000 (+0900) Subject: Add new module custom error for cion X-Git-Tag: submit/tizen/20210907.044239^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=c81237bc7cf08d042bcb488e0132f295b1f5f6e4;p=platform%2Fcore%2Fapi%2Fcommon.git Add new module custom error for cion Change-Id: I1ba3fdf6ab2752beb286fc407e2a5412d23ed5e7 Signed-off-by: Sunggyu Choi --- diff --git a/include/tizen_error.h b/include/tizen_error.h index 194fa47..2e7838d 100644 --- a/include/tizen_error.h +++ b/include/tizen_error.h @@ -313,7 +313,8 @@ extern "C" { #define TIZEN_ERROR_USER_AWARENESS -0x030A0000 /* WebRTC */ #define TIZEN_ERROR_MEDIA_WEBRTC -0x030B0000 - +/* Cion */ +#define TIZEN_ERROR_CION -0x030C0000 /** * @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 4b9e1e3..afe6ea7 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.64 +Version: 0.4.65 Release: 1 Group: Base License: Apache-2.0