From: Sunggyu Choi Date: Mon, 30 Sep 2019 06:21:21 +0000 (+0900) Subject: Add new custom module error for generic text classifier X-Git-Tag: accepted/tizen/unified/20191001.062501^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=refs%2Fchanges%2F47%2F214947%2F1;p=platform%2Fcore%2Fapi%2Fcommon.git Add new custom module error for generic text classifier Change-Id: I7542bf523ee6373335062381d1c6f655942b27b4 Signed-off-by: Sunggyu Choi --- diff --git a/include/tizen_error.h b/include/tizen_error.h index 2d4fd93..8e83063 100644 --- a/include/tizen_error.h +++ b/include/tizen_error.h @@ -303,6 +303,9 @@ extern "C" { #define TIZEN_ERROR_STICKER -0x03050000 /* Battery Monitor Error */ #define TIZEN_ERROR_BATTERY_MONITOR -0x03060000 +/* Generic Text Classifier */ +#define TIZEN_ERROR_GENERIC_TEXT_CLASSIFIER -0x03070000 + /** * @brief Enumeration for tizen errors. diff --git a/packaging/capi-base-common.spec b/packaging/capi-base-common.spec index fe2b042..7de3924 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.51 +Version: 0.4.52 Release: 1 Group: Base License: Apache-2.0