summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortaemin.yeom <taemin.yeom@samsung.com>2021-12-17 19:25:03 +0900
committertaemin.yeom <taemin.yeom@samsung.com>2021-12-22 10:06:40 +0900
commit32d51134f5c50a6b56965ba3a05ecc5212f83ba7 (patch)
tree62faf11cb78be64a41621f5dcb5a54c64f3b9c28
parent42e683f5d36ddd019289357fe580c2cbdc34daf3 (diff)
downloadsensor-32d51134f5c50a6b56965ba3a05ecc5212f83ba7.tar.gz
sensor-32d51134f5c50a6b56965ba3a05ecc5212f83ba7.tar.bz2
sensor-32d51134f5c50a6b56965ba3a05ecc5212f83ba7.zip
Add Lidar HAL sensor type
Change-Id: I41fcb83fbb4a320d4025b3acf328d6278cd36821 Signed-off-by: taemin.yeom <taemin.yeom@samsung.com>
-rw-r--r--include/hal-sensor-types.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/hal-sensor-types.h b/include/hal-sensor-types.h
index d4ee3fe..2c1949c 100644
--- a/include/hal-sensor-types.h
+++ b/include/hal-sensor-types.h
@@ -153,6 +153,8 @@ typedef enum {
SENSOR_DEVICE_GSR,
SENSOR_DEVICE_SIMSENSE,
SENSOR_DEVICE_PPG,
+
+ SENSOR_DEVICE_LIDAR = 0x8000,
} sensor_device_type;
/*