From: Sunggyu Choi Date: Thu, 20 Jun 2019 02:36:34 +0000 (+0900) Subject: Add new module error for Component Manager X-Git-Tag: submit/tizen/20190620.023808^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=14fef6c73795f215e07116722b37e2afd2171b52;p=platform%2Fcore%2Fapi%2Fcommon.git Add new module error for Component Manager Change-Id: I92d45eace8ed4399dce5d12ad1c069b0bd4c3657 Signed-off-by: Sunggyu Choi --- diff --git a/include/tizen_error.h b/include/tizen_error.h index f88cb79..b7526d4 100644 --- a/include/tizen_error.h +++ b/include/tizen_error.h @@ -295,6 +295,8 @@ extern "C" { #define TIZEN_ERROR_AUTOFILL -0x03010000 /* Media Controller Error */ #define TIZEN_ERROR_MEDIA_CONTROLLER -0x03020000 +/* Component Manager */ +#define TIZEN_ERROR_COMPONENT_MANAGER -0x03030000 /** diff --git a/packaging/capi-base-common.spec b/packaging/capi-base-common.spec index 0adbce3..3525a9c 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.41 +Version: 0.4.42 Release: 1 Group: Base License: Apache-2.0