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

Change-Id: Iae5ad36347352400c2d8003483d909b0e1caa6b9
Signed-off-by: Boram Bae <boram21.bae@samsung.com>
src/accel/accel_device.h
src/gyro/gyro_device.h
src/hrm/hrm_device.h
src/hrm_raw/hrm_raw_device.h
src/light/light_device.h
src/pressure/pressure_device.h
src/sensorhub/hrm_batch.cpp
src/sensorhub/hrm_led_green_batch.cpp
src/sensorhub/sensorhub.h
src/sensorhub/sensorhub_controller.h

index 7b7ab2550ca6d83027c4cc1f8d7c7526bd5040d8..d1f7b5a6eeb857771f7cb0012d54a9c984a254ee 100755 (executable)
@@ -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>
 
index d0ea33873a0c13f218a7957008efaefd94f8c662..320e483143269b08d86f2b84abbff599f12995a5 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>
 
index 04bc907f6c2eaaf7dee4f77d4f90dc8718bf1f79..ec6644625ed77e327dc8d0decc857cfe1bf72897 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>
 
index b32cbc8a76648784591941c47ad1b077eed7a982..2417aae654511d65f0a7f006c7c58d809a233ecf 100755 (executable)
@@ -18,7 +18,7 @@
 #ifndef __HRM_RAW_DEVICE_H__
 #define __HRM_RAW_DEVICE_H__
 
-#include <hal/hal-sensor-interface.h>
+#include <hal/hal-sensor-types.h>
 #include <string>
 #include <vector>
 
index 4b65d52e43e2bec558f970dddcece769ff35adeb..f343af34336c6bcb75f3d32fa6b4ba77b08a898d 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>
 
index f3ae65f69bde3d37d16cd6225e4cae205f207f02..89aa550f42a2c99b1cc0a96035bb45dddc2af9dd 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>
 
index b9feb73f6a5e7ac93ba31841fc742e069dcfcdf7..f65135f6a38732a1c0441d6cb98067db283a1171 100644 (file)
@@ -17,7 +17,7 @@
 
 #include <stdlib.h>
 #include <sensor_common.h>
-#include <hal/hal-sensor-interface.h>
+#include <hal/hal-sensor-types.h>
 #include <sensor_log.h>
 #include <deque>
 #include <util.h>
index 53f8ca85b713879852e083d5ff9a64ac8acd37e4..e05050b02e62eba1299150e713c4839bcebf8797 100644 (file)
@@ -17,7 +17,7 @@
 
 #include <stdlib.h>
 #include <sensor_common.h>
-#include <hal/hal-sensor-interface.h>
+#include <hal/hal-sensor-types.h>
 #include <sensor_log.h>
 #include <util.h>
 
index 2b80dbdba753a69d9364e463cf01197c94321aa7..98c57841956702661533756b466c62d500efd401 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 bb206d3fb33b5b58838d4b432d475d107246e8bb..cf07033cd2dd9e49ddff6f2cce4822f2eb45fdcf 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: