From 9d57a865a34f003e72526d681a3a80005776aba9 Mon Sep 17 00:00:00 2001 From: Sunggyu Choi Date: Fri, 9 Nov 2018 11:52:26 +0900 Subject: [PATCH] Add new custom error for Autofill Change-Id: Ibc1097c3cefe52f9184cc485d8f3ae3174aaa8ba 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 68e4046..df996de 100644 --- a/include/tizen_error.h +++ b/include/tizen_error.h @@ -291,7 +291,8 @@ extern "C" { #define TIZEN_ERROR_UPDATE_CONTROL -0x02FDF0000 /* Multi Assistant Error */ #define TIZEN_ERROR_MULTI_ASSISTANT -0x02FE00000 - +/* Autofill Error */ +#define TIZEN_ERROR_AUTOFILL -0x02FE10000 /** * @brief Enumeration for tizen errors. diff --git a/packaging/capi-base-common.spec b/packaging/capi-base-common.spec index faa07ff..5275705 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.32 +Version: 0.4.33 Release: 1 Group: Base License: Apache-2.0 -- 2.7.4