From ffce3494902810b01bba321c3e03a0ea8bca7791 Mon Sep 17 00:00:00 2001 From: Taeyoung Kim Date: Mon, 29 Jun 2015 15:11:00 +0900 Subject: [PATCH 1/1] keys: change enum values to support the legacy runtime-info - The set of keys is same with Tizen 2.3, but the real value is different with Tizen 2.3. Because several internal keys are removed. - To support apps which are built with runtime-info of tizen 2.3, the real values of keys are changed according to the Tizen 2.3 Change-Id: I01ded14a562dc2dc41ede50b3a6bad89ebf12911 Signed-off-by: Taeyoung Kim --- include/runtime_info.h | 34 +++++++++++++++++----------------- 1 file changed, 17 insertions(+), 17 deletions(-) diff --git a/include/runtime_info.h b/include/runtime_info.h index 603bc5e..208c173 100644 --- a/include/runtime_info.h +++ b/include/runtime_info.h @@ -46,23 +46,23 @@ typedef enum { * @brief Enumeration for keys for runtime information.. */ typedef enum { - RUNTIME_INFO_KEY_BLUETOOTH_ENABLED, /**