From 14fef6c73795f215e07116722b37e2afd2171b52 Mon Sep 17 00:00:00 2001 From: Sunggyu Choi Date: Thu, 20 Jun 2019 11:36:34 +0900 Subject: [PATCH] Add new module error for Component Manager Change-Id: I92d45eace8ed4399dce5d12ad1c069b0bd4c3657 Signed-off-by: Sunggyu Choi --- include/tizen_error.h | 2 ++ packaging/capi-base-common.spec | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) 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 -- 2.34.1