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 0566fd9e1625a03a2ada6d9afa0971f3c75c3111..099ee6325955347c267dd4a61c798d09f774be43 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 29114d1a9510cba4fed7fae51ce7027062fa7455..ba57a080dc9d2cd17f7aa3d7b98c34e81fac8ff6 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 630f3047706e432506cb43cd35b5ad967d8ff871..0af386c2088938e018c7467e5798dad765b2cdb8 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 d4a707ea103ab61a664fc4671bbaa58eb765dc28..6f4413781f05b9a04bb0c9c20bf57e7028836618 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 81108b31ac1115176134f4a66d65c7403dd46644..f3a2b81c05c13cbfa0f39e67e504d1949f6de9de 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"