From c81237bc7cf08d042bcb488e0132f295b1f5f6e4 Mon Sep 17 00:00:00 2001 From: Sunggyu Choi Date: Tue, 7 Sep 2021 13:40:08 +0900 Subject: [PATCH] Add new module custom error for cion Change-Id: I1ba3fdf6ab2752beb286fc407e2a5412d23ed5e7 Signed-off-by: Sunggyu Choi --- include/tizen_error.h | 3 ++- packaging/capi-base-common.spec | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) 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 -- 2.34.1