Notify the range of enum value 44/199844/1 accepted/tizen/unified/20190311.072604 submit/tizen/20190307.015142
authorKichan Kwon <k_c.kwon@samsung.com>
Fri, 15 Feb 2019 03:01:47 +0000 (12:01 +0900)
committerKichan Kwon <k_c.kwon@samsung.com>
Fri, 15 Feb 2019 03:03:10 +0000 (12:03 +0900)
- ~10000 : public key
- 10001~ : product specific key

Change-Id: Ib7f2c3696591be0b8c559ecf502903070f3298d8
Signed-off-by: Kichan Kwon <k_c.kwon@samsung.com>
include/runtime_info.h

index cdff291..68223dd 100644 (file)
@@ -50,6 +50,8 @@ typedef enum {
 /**
  * @brief        Enumeration for keys for runtime information.
  * @since_tizen  @if WEARABLE 2.3.1 @else 2.3 @endif
+ * @notice       ~10000 : public key
+ *               10001~ : product specific key
  */
 typedef enum {
        RUNTIME_INFO_KEY_BLUETOOTH_ENABLED = 2,                 /**<Indicates whether Bluetooth is enabled. */