From 8ad9168f35920f551e3e4757d5ff1b9de6aa8c6d Mon Sep 17 00:00:00 2001 From: Sunggyu Choi Date: Fri, 24 Jul 2020 09:49:37 +0900 Subject: [PATCH] Add new module error class Change-Id: I5c1460ce59d755b4df7abc49d6b9d89db88f99cf 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 8e83063..4c219ae 100644 --- a/include/tizen_error.h +++ b/include/tizen_error.h @@ -305,7 +305,8 @@ extern "C" { #define TIZEN_ERROR_BATTERY_MONITOR -0x03060000 /* Generic Text Classifier */ #define TIZEN_ERROR_GENERIC_TEXT_CLASSIFIER -0x03070000 - +/* Diagnostics */ +#define TIZEN_ERROR_DIAGNOSTICS -0x03080000 /** * @brief Enumeration for tizen errors. diff --git a/packaging/capi-base-common.spec b/packaging/capi-base-common.spec index faddcd8..5567548 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.56 +Version: 0.4.57 Release: 1 Group: Base License: Apache-2.0 -- 2.34.1