capi-system-sensor: update api version for HRM sensor types 33/71833/1
authorkibak.yoon <kibak.yoon@samsung.com>
Fri, 27 May 2016 08:49:21 +0000 (17:49 +0900)
committerkibak.yoon <kibak.yoon@samsung.com>
Fri, 27 May 2016 08:49:21 +0000 (17:49 +0900)
Change-Id: I049aaa5b4633b577c43f5c2f96c7ee66827a8fec
Signed-off-by: kibak.yoon <kibak.yoon@samsung.com>
include/sensor.h

index 748c014..688d10c 100644 (file)
@@ -175,13 +175,13 @@ typedef enum
        SENSOR_ULTRAVIOLET,                     /**< Ultraviolet sensor */
        SENSOR_TEMPERATURE,                     /**< Temperature sensor */
        SENSOR_HUMIDITY,                        /**< Humidity sensor */
-       SENSOR_HRM,                             /**< Heart-rate monitor (Since 2.3.1)
+       SENSOR_HRM,                             /**< Heart-rate monitor @if MOBILE (Since 2.3.1) @endif
                                                     @n Privilege : http://tizen.org/privilege/healthinfo */
-       SENSOR_HRM_LED_GREEN,                   /**< Green LED sensor of HRM (Since 2.3.1)
+       SENSOR_HRM_LED_GREEN,                   /**< Green LED sensor of HRM @if MOBILE (Since 2.3.1) @endif
                                                     @n Privilege : http://tizen.org/privilege/healthinfo */
-       SENSOR_HRM_LED_IR,                      /**< Infra-Red LED sensor of HRM (Since 2.3.1)
+       SENSOR_HRM_LED_IR,                      /**< Infra-Red LED sensor of HRM @if MOBILE (Since 2.3.1) @endif
                                                     @n Privilege : http://tizen.org/privilege/healthinfo */
-       SENSOR_HRM_LED_RED,                     /**< Red LED sensor of HRM (Since 2.3.1)
+       SENSOR_HRM_LED_RED,                     /**< Red LED sensor of HRM @if MOBILE (Since 2.3.1) @endif
                                                     @n Privilege : http://tizen.org/privilege/healthinfo */
        SENSOR_GYROSCOPE_UNCALIBRATED,          /**< Uncalibrated Gyroscope sensor
                                                     @if MOBILE (Since 2.4) @elseif WEARABLE (Since 3.0) @endif */