From: Sunggyu Choi Date: Wed, 3 Jul 2019 06:05:06 +0000 (+0900) Subject: Add new module error for Component Manager X-Git-Tag: submit/tizen/20190703.060825^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=829c3d1e974bb2dd73e7fc7e124ffd1fc89d9806;p=platform%2Fcore%2Fapi%2Fcommon.git Add new module error for Component Manager Change-Id: I951355a8deee388bd6d695592777a067f73947d7 Signed-off-by: Sunggyu Choi --- 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