Add Lidar sensor type in internal header 27/267927/2
authortaemin.yeom <taemin.yeom@samsung.com>
Mon, 13 Dec 2021 09:30:34 +0000 (18:30 +0900)
committertaemin.yeom <taemin.yeom@samsung.com>
Tue, 14 Dec 2021 01:23:48 +0000 (10:23 +0900)
Change-Id: I7a598c7fc3c97aa49677e25af6dd40ac70351bad
Signed-off-by: taemin.yeom <taemin.yeom@samsung.com>
include/sensor-internal.h

index 14d553c..587ca7c 100644 (file)
@@ -26,6 +26,10 @@ typedef enum {
        SENSOR_ATTRIBUTE_POWER_STATE,
 } sensor_attribute_internal_e;
 
+typedef enum {
+       SENSOR_LIDAR = 1000,
+} sensor_type_internel_e;
+
 /**
  * @brief Set the attribute to a connected sensor
  *