Add new custom error for User Awareness 53/253153/1 accepted/tizen/unified/20210208.061713 submit/tizen/20210205.025100
authorSunggyu Choi <sunggyu.choi@samsung.com>
Fri, 5 Feb 2021 02:44:12 +0000 (11:44 +0900)
committerSunggyu Choi <sunggyu.choi@samsung.com>
Fri, 5 Feb 2021 02:48:09 +0000 (11:48 +0900)
Change-Id: I5f681c18d217f01cf714a347109a0d39d07083af
Signed-off-by: Sunggyu Choi <sunggyu.choi@samsung.com>
include/tizen_error.h
packaging/capi-base-common.spec

index 3fbe44936e9fd2db7ddf2ce01c6ea86d730add64..5b0dce861d8f63ccc4d378bac0d5ffafb0540cc6 100644 (file)
@@ -309,6 +309,8 @@ extern "C" {
 #define TIZEN_ERROR_DIAGNOSTICS         -0x03080000
 /* Gesture */
 #define TIZEN_ERROR_GESTURE             -0x03090000
+/* User Awareness */
+#define TIZEN_ERROR_USER_AWARENESS      -0x030A0000
 
 /**
  * @brief Enumeration for tizen errors.
index 80d5483a7de0386ad028acd999c39f85f7e1a84e..fc0caeb453d1fe72c44b1274d80f5a159b1a367a 100644 (file)
@@ -1,6 +1,6 @@
 Name:       capi-base-common
 Summary:    Common header files of Tizen Native API
-Version:    0.4.59
+Version:    0.4.60
 Release:    1
 Group:      Base
 License:    Apache-2.0