resource-monitor: Define TIZEN_ERROR_RESOURCE_MONITOR locally 58/289258/1 accepted/tizen_6.5_unified tizen_6.5 accepted/tizen/6.5/unified/20230307.121407 submit/tizen_6.5/20230306.102839
authorDongwoo Lee <dwoo08.lee@samsung.com>
Fri, 3 Mar 2023 08:40:19 +0000 (17:40 +0900)
committerDongwoo Lee <dwoo08.lee@samsung.com>
Fri, 3 Mar 2023 08:48:35 +0000 (17:48 +0900)
In order to provide tizen_6.5 with resource monitor CAPI without
affecting capi-base-common package, this adds TIZEN_ERROR_RESOURCE_MONITOR
as local definition.

Change-Id: I6b752b53b7da15bb1fbe54c4a7e52f338161700f
Signed-off-by: Dongwoo Lee <dwoo08.lee@samsung.com>
include/resource-monitor.h

index c8611923132a63110de46ecf93f2fe33e57a4b94..29f35733cb73c88dbf9661cfe7822d0f0608a6c0 100644 (file)
 extern "C" {
 #endif
 
+#ifndef TIZEN_ERROR_RESOURCE_MONITOR
+#define TIZEN_ERROR_RESOURCE_MONITOR    -0x030E0000
+#endif
+
 /**
  * @file resource-monitor.h
  * @brief Provide resource C API for Resource Monitor