From: Sunggyu Choi Date: Tue, 2 Jul 2019 08:18:36 +0000 (+0900) Subject: Update the module error for component based app X-Git-Tag: submit/tizen/20190702.082153^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=7a2bdbdc450d261e8dc4dded1f865d8919069a02;p=platform%2Fcore%2Fapi%2Fcommon.git Update the module error for component based app Change-Id: I48687c6e9caf8afa78419a2846c395bf142da6ec Signed-off-by: Sunggyu Choi --- diff --git a/include/tizen_error.h b/include/tizen_error.h index b7526d4..a1f3389 100644 --- a/include/tizen_error.h +++ b/include/tizen_error.h @@ -296,7 +296,7 @@ extern "C" { /* Media Controller Error */ #define TIZEN_ERROR_MEDIA_CONTROLLER -0x03020000 /* Component Manager */ -#define TIZEN_ERROR_COMPONENT_MANAGER -0x03030000 +#define TIZEN_ERROR_COMPONENT -0x03030000 /** diff --git a/packaging/capi-base-common.spec b/packaging/capi-base-common.spec index 3525a9c..de539f4 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.42 +Version: 0.4.43 Release: 1 Group: Base License: Apache-2.0