From 0f1f5a9c0633eefe2200ff44ca85c6e1700176f5 Mon Sep 17 00:00:00 2001 From: Sunggyu Choi Date: Thu, 5 Apr 2018 20:14:56 +0900 Subject: [PATCH] Add new custom error class for Device Certificate Manager Change-Id: Ibf1bdecebcef629c24f6f7a681ff6a89d37eed39 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 31d49b5..e2ba276 100644 --- a/include/tizen_error.h +++ b/include/tizen_error.h @@ -283,6 +283,8 @@ extern "C" { #define TIZEN_ERROR_SOFTAP -0x02FB0000 /* Tizen Watchface Complication Error */ #define TIZEN_ERROR_COMPLICATION -0x02FC0000 +/* Tizen Device Certificate Manager Error */ +#define TIZEN_ERROR_DEVICE_CERTIFICATE_MANAGER -0x02FD0000 /** * @brief Enumeration for tizen errors. diff --git a/packaging/capi-base-common.spec b/packaging/capi-base-common.spec index bb5fd91..0020b9a 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.23 +Version: 0.4.24 Release: 1 Group: Base License: Apache-2.0 -- 2.7.4