From: Dongwoo Lee Date: Fri, 3 Mar 2023 08:40:19 +0000 (+0900) Subject: resource-monitor: Define TIZEN_ERROR_RESOURCE_MONITOR locally X-Git-Tag: submit/tizen_6.5/20230306.102839^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=5c6c5e4170d520518c2564cbbb48a29e5ff18d55;p=platform%2Fcore%2Fapi%2Fresource-monitor.git resource-monitor: Define TIZEN_ERROR_RESOURCE_MONITOR locally 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 --- diff --git a/include/resource-monitor.h b/include/resource-monitor.h index c861192..29f3573 100644 --- a/include/resource-monitor.h +++ b/include/resource-monitor.h @@ -25,6 +25,10 @@ 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