From 7a2bdbdc450d261e8dc4dded1f865d8919069a02 Mon Sep 17 00:00:00 2001 From: Sunggyu Choi Date: Tue, 2 Jul 2019 17:18:36 +0900 Subject: [PATCH] Update the module error for component based app Change-Id: I48687c6e9caf8afa78419a2846c395bf142da6ec Signed-off-by: Sunggyu Choi --- include/tizen_error.h | 2 +- packaging/capi-base-common.spec | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 -- 2.7.4