Add new module error for Component Manager 66/209166/1 accepted/tizen/unified/20190704.040516 submit/tizen/20190703.060825
authorSunggyu Choi <sunggyu.choi@samsung.com>
Wed, 3 Jul 2019 06:05:06 +0000 (15:05 +0900)
committerSunggyu Choi <sunggyu.choi@samsung.com>
Wed, 3 Jul 2019 06:06:29 +0000 (15:06 +0900)
Change-Id: I951355a8deee388bd6d695592777a067f73947d7
Signed-off-by: Sunggyu Choi <sunggyu.choi@samsung.com>
include/tizen_error.h
packaging/capi-base-common.spec

index a1f3389..09ee2db 100644 (file)
@@ -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
 
 
 /**
index de539f4..eb28d62 100644 (file)
@@ -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