Use hal-sensor-types 45/252745/1 accepted/tizen/unified/20210204.134601 submit/tizen/20210203.011633 submit/tizen/20210204.020237
authorBoram Bae <boram21.bae@samsung.com>
Tue, 2 Feb 2021 05:40:55 +0000 (14:40 +0900)
committerBoram Bae <boram21.bae@samsung.com>
Tue, 2 Feb 2021 05:40:55 +0000 (14:40 +0900)
* Use hal-sensor-types instead of hal-sensor-interface
* This change required by plan of Next HAL

Change-Id: I913dc2ffda97f5cb11c59afc25e8227309e5808a
Signed-off-by: Boram Bae <boram21.bae@samsung.com>
include/physical_sensor.h
include/sensor_types.h
src/fusion-sensor/rotation_vector/fusion.h
src/server/sensor_loader.cpp
src/shared/sensor_info.h

index cacbe569a7027c4247e361d0d19e85aaa3c443cd..fd1e609e5d90a4eaef102342cb006131b85a2d45 100644 (file)
@@ -25,7 +25,7 @@
 #include <string>
 #include <sensor_types.h>
 
-#include <hal/hal-sensor-interface.h>
+#include <hal/hal-sensor-types.h>
 
 #ifndef SENSOR_VERSION
 #define PHYSICAL_SENSOR_VERSION(maj, min) \
index b566dae93b06d72831e977a6311eda39a4bb8a07..207dd98ee3095bf46c313283ff68260456a1a886 100644 (file)
@@ -25,7 +25,7 @@
 
 #include <stddef.h>
 #include <stdint.h>
-#include <hal/hal-sensor-interface.h>
+#include <hal/hal-sensor-types.h>
 
 #ifdef __cplusplus
 extern "C"
index 4457bc46f295db238a6d5e3144441dfac575bb21..a1dd680ccf3cbdf18c7bab936d86d667aca82563 100644 (file)
@@ -19,7 +19,7 @@
 #ifndef __FUSION_H__
 #define __FUSION_H__
 
-#include <hal/hal-sensor-interface.h>
+#include <hal/hal-sensor-types.h>
 
 class fusion {
 public:
index 8b1ecd6beaa392607ba923515dc310ff021b16e2..4daaa3c99b46e738ec89be5b99c3a9f2991a889b 100644 (file)
@@ -22,7 +22,6 @@
 #include <dirent.h>
 #include <dlfcn.h>
 #include <fusion_sensor.h>
-#include <hal/hal-sensor-interface.h>
 #include <hal/hal-sensor.h>
 #include <physical_sensor.h>
 #include <sensor_log.h>
index 0ef89f5037f346fe10522272e32f92a5512e638d..5a1f791c39c5327279396de2bbae21ca1f695c98 100644 (file)
@@ -23,7 +23,7 @@
 #include <stdint.h>
 #include <string>
 #include <vector>
-#include <hal/hal-sensor-interface.h>
+#include <hal/hal-sensor-types.h>
 #include <sensor_types.h>
 
 namespace sensor {