From: Sunggyu Choi Date: Fri, 15 Feb 2019 05:52:58 +0000 (+0900) Subject: Modify tizen custom error value X-Git-Tag: submit/tizen/20190215.060117^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=fbf9ef8fb735470347fa39dab623ab2f6d9e7341;p=platform%2Fcore%2Fapi%2Fcommon.git Modify tizen custom error value Change-Id: Ieb88aac0e871fd50072157abe7e5d421a9e21cdc Signed-off-by: Sunggyu Choi --- diff --git a/include/tizen_error.h b/include/tizen_error.h index df996de..905b13b 100644 --- a/include/tizen_error.h +++ b/include/tizen_error.h @@ -286,13 +286,13 @@ extern "C" { /* Tizen Device Certificate Manager Error */ #define TIZEN_ERROR_DEVICE_CERTIFICATE_MANAGER -0x02FD0000 /* Tizen Intelligent Network Monitoring (INM) Error */ -#define TIZEN_ERROR_INM -0x02FDE0000 +#define TIZEN_ERROR_INM -0x2FDE0000 /* Update Control Error */ -#define TIZEN_ERROR_UPDATE_CONTROL -0x02FDF0000 +#define TIZEN_ERROR_UPDATE_CONTROL -0x2FDF0000 /* Multi Assistant Error */ -#define TIZEN_ERROR_MULTI_ASSISTANT -0x02FE00000 +#define TIZEN_ERROR_MULTI_ASSISTANT -0x2FE00000 /* Autofill Error */ -#define TIZEN_ERROR_AUTOFILL -0x02FE10000 +#define TIZEN_ERROR_AUTOFILL -0x03010000 /** * @brief Enumeration for tizen errors. diff --git a/packaging/capi-base-common.spec b/packaging/capi-base-common.spec index 73de5f5..ac5e6e7 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.35 +Version: 0.4.39 Release: 1 Group: Base License: Apache-2.0