Use hal-sensor-types
authorBoram Bae <boram21.bae@samsung.com>
Tue, 2 Feb 2021 05:20:18 +0000 (14:20 +0900)
committerBoram Bae <boram21.bae@samsung.com>
Tue, 2 Feb 2021 07:40:52 +0000 (16:40 +0900)
* Use hal-sensor-types instead of hal-sensor-interface
* This change required by plan of Next HAL

Change-Id: Ie2acbdfc16533007f931e0aa1b74ea39d59de1a9
Signed-off-by: Boram Bae <boram21.bae@samsung.com>
src/accel/accel_device.h
src/geomag/geomag_device.h
src/gyro/gyro_device.h
src/gyro_uncal/gyro_uncal_device.h
src/hrm/hrm_device.h
src/light/light_device.h
src/pressure/pressure_device.h
src/proxi/proxi_device.h
src/ultraviolet/uv_device.h

index 0566fd9..099ee63 100644 (file)
@@ -18,7 +18,7 @@
 #ifndef _ACCEL_DEVICE_H_
 #define _ACCEL_DEVICE_H_
 
-#include <hal/hal-sensor-interface.h>
+#include <hal/hal-sensor-types.h>
 #include <string>
 #include <vector>
 #include <functional>
index c46a2ee..36ea2bf 100644 (file)
@@ -18,7 +18,7 @@
 #ifndef _GEOMAG_DEVICE_H_
 #define _GEOMAG_DEVICE_H_
 
-#include <hal/hal-sensor-interface.h>
+#include <hal/hal-sensor-types.h>
 #include <string>
 #include <vector>
 #include <functional>
index e811d18..2f90a9c 100644 (file)
@@ -18,7 +18,7 @@
 #ifndef _GYRO_DEVICE_H_
 #define _GYRO_DEVICE_H_
 
-#include <hal/hal-sensor-interface.h>
+#include <hal/hal-sensor-types.h>
 #include <string>
 #include <vector>
 #include <functional>
index 5ee1f99..0438df4 100644 (file)
@@ -18,7 +18,7 @@
 #ifndef _GYRO_UNCAL_DEVICE_H_
 #define _GYRO_UNCAL_DEVICE_H_
 
-#include <hal/hal-sensor-interface.h>
+#include <hal/hal-sensor-types.h>
 #include <string>
 #include <vector>
 #include <functional>
index f6d8406..090882d 100644 (file)
@@ -18,7 +18,7 @@
 #ifndef _HRM_DEVICE_H_
 #define _HRM_DEVICE_H_
 
-#include <hal/hal-sensor-interface.h>
+#include <hal/hal-sensor-types.h>
 #include <string>
 #include <vector>
 #include <functional>
index 21c0839..c9d9feb 100644 (file)
@@ -18,7 +18,7 @@
 #ifndef _LIGHT_DEVICE_H_
 #define _LIGHT_DEVICE_H_
 
-#include <hal/hal-sensor-interface.h>
+#include <hal/hal-sensor-types.h>
 #include <string>
 #include <vector>
 #include <functional>
index 52679a0..1323590 100644 (file)
@@ -18,7 +18,7 @@
 #ifndef _PRESSURE_DEVICE_H_
 #define _PRESSURE_DEVICE_H_
 
-#include <hal/hal-sensor-interface.h>
+#include <hal/hal-sensor-types.h>
 #include <string>
 #include <vector>
 #include <functional>
index 29114d1..ba57a08 100644 (file)
@@ -18,7 +18,7 @@
 #ifndef _PROXI_DEVICE_H_
 #define _PROXI_DEVICE_H_
 
-#include <hal/hal-sensor-interface.h>
+#include <hal/hal-sensor-types.h>
 #include <string>
 #include <vector>
 #include <functional>
index 0dd8859..06ea4cf 100644 (file)
@@ -18,7 +18,7 @@
 #ifndef _UV_DEVICE_H_
 #define _UV_DEVICE_H_
 
-#include <hal/hal-sensor-interface.h>
+#include <hal/hal-sensor-types.h>
 #include <string>
 #include <vector>
 #include <functional>