Use hal-sensor-types 41/252741/2 accepted/tizen/unified/20210204.134542 submit/tizen/20210203.011633 submit/tizen/20210204.020237
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 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 c46a2ee99bcb76f5951ea23e69bcae537f2a7380..36ea2bf1e57ffe5c02d42f4cafdc8754bc13a251 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 e811d1828f4db93d8d6cde23156e303fc7750e56..2f90a9c7c3fa756032843742d4607cd3079dedd0 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 5ee1f99a7deed055b407c281110db0a4a171c3ca..0438df44bb999fd7d594dff0393363295182734e 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 f6d8406e10f593dd1036cdec920cbafc3d1e3b4f..090882d44ac4d68e3dd480c92e411b7d2e5cd86d 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 21c0839f11368909e5d023354156fdb267f6564d..c9d9febb892412cff2ebea7423e695f4cfe1da63 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 52679a0d88c64f1ac8a74e37bbace1d0bde79fdf..13235903c172d2ad78945c39aafdb63e3368ba8d 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 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 0dd885980fe5cdbde9a36b12352c79e331f740da..06ea4cf02507364afadefc6fbd451f4a23865c40 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>