From 829c3d1e974bb2dd73e7fc7e124ffd1fc89d9806 Mon Sep 17 00:00:00 2001 From: Sunggyu Choi Date: Wed, 3 Jul 2019 15:05:06 +0900 Subject: [PATCH] Add new module error for Component Manager Change-Id: I951355a8deee388bd6d695592777a067f73947d7 Signed-off-by: Sunggyu Choi --- include/tizen_error.h | 4 +++- packaging/capi-base-common.spec | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/include/tizen_error.h b/include/tizen_error.h index a1f3389..09ee2db 100644 --- a/include/tizen_error.h +++ b/include/tizen_error.h @@ -295,8 +295,10 @@ extern "C" { #define TIZEN_ERROR_AUTOFILL -0x03010000 /* Media Controller Error */ #define TIZEN_ERROR_MEDIA_CONTROLLER -0x03020000 -/* Component Manager */ +/* Component-based Application */ #define TIZEN_ERROR_COMPONENT -0x03030000 +/* Component Manager */ +#define TIZEN_ERROR_COMPONENT_MANAGER -0x03040000 /** diff --git a/packaging/capi-base-common.spec b/packaging/capi-base-common.spec index de539f4..eb28d62 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.43 +Version: 0.4.44 Release: 1 Group: Base License: Apache-2.0 -- 2.34.1