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

Change-Id: I47eb522c5ffe0d2b841904193041b2e5060e4dad
Signed-off-by: Boram Bae <boram21.bae@samsung.com>
src/accel/accel_device.h
src/proxi/proxi_device.h
src/sensorhub/sensorhub.h
src/sensorhub/sensorhub_controller.h
src/sensorhub/wristup.cpp

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 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 630f304..0af386c 100644 (file)
@@ -19,7 +19,7 @@
 #define _SENSORHUB_DEVICE_H_
 
 #include <vector>
-#include <hal/hal-sensor-interface.h>
+#include <hal/hal-sensor-types.h>
 
 #include "sensorhub_controller.h"
 #include "sensorhub_manager.h"
index d4a707e..6f44137 100644 (file)
@@ -18,7 +18,7 @@
 #ifndef _SENSORHUB_CONTROLLER_H_
 #define _SENSORHUB_CONTROLLER_H_
 
-#include <hal/hal-sensor-interface.h>
+#include <hal/hal-sensor-types.h>
 
 class sensorhub_controller {
 public:
index 81108b3..f3a2b81 100644 (file)
@@ -16,7 +16,7 @@
  */
 
 #include <algorithm>
-#include <hal/hal-sensor-interface.h>
+#include <hal/hal-sensor-types.h>
 #include <sensor_log.h>
 
 #include "sensorhub_manager.h"