From 87ab3b73088f661cec08109ddaad8d7fa1d2a8f1 Mon Sep 17 00:00:00 2001 From: Sunggyu Choi Date: Fri, 5 Feb 2021 11:44:12 +0900 Subject: [PATCH] Add new custom error for User Awareness Change-Id: I5f681c18d217f01cf714a347109a0d39d07083af Signed-off-by: Sunggyu Choi --- include/tizen_error.h | 2 ++ packaging/capi-base-common.spec | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/include/tizen_error.h b/include/tizen_error.h index 3fbe449..5b0dce8 100644 --- a/include/tizen_error.h +++ b/include/tizen_error.h @@ -309,6 +309,8 @@ extern "C" { #define TIZEN_ERROR_DIAGNOSTICS -0x03080000 /* Gesture */ #define TIZEN_ERROR_GESTURE -0x03090000 +/* User Awareness */ +#define TIZEN_ERROR_USER_AWARENESS -0x030A0000 /** * @brief Enumeration for tizen errors. diff --git a/packaging/capi-base-common.spec b/packaging/capi-base-common.spec index 80d5483..fc0caeb 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.59 +Version: 0.4.60 Release: 1 Group: Base License: Apache-2.0 -- 2.34.1