From 5c6c5e4170d520518c2564cbbb48a29e5ff18d55 Mon Sep 17 00:00:00 2001 From: Dongwoo Lee Date: Fri, 3 Mar 2023 17:40:19 +0900 Subject: [PATCH] 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 --- include/resource-monitor.h | 4 ++++ 1 file changed, 4 insertions(+) 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 -- 2.34.1