Use hal-api-sensor instead of legacy interface
authorBoram Bae <boram21.bae@samsung.com>
Tue, 26 Jan 2021 06:42:27 +0000 (15:42 +0900)
committerBoram Bae <boram21.bae@samsung.com>
Wed, 27 Jan 2021 05:49:04 +0000 (14:49 +0900)
commita1c726a007201178086e816821023ac504342ac4
tree84f66fa1e976f33b33d4b69a7c59e23fc76c553a
parentb2e6cdea9f86b27e3b4d77f379f8966d417d0f13
Use hal-api-sensor instead of legacy interface

* This change is for Tizen Next-HAL
* Now, all implementations of sensor device inherit sensor device interface of the hal-api-sensor
* sensor_{device}_create replaces create, see hal-backend-sensor.cpp
* The hal-backend implementation must define hal_backend_sensor_data

Change-Id: I0a2a787560e15194c0728c63b9392ad6bf631540
Signed-off-by: Boram Bae <boram21.bae@samsung.com>
CMakeLists.txt
packaging/sensor-hal-tm1.spec
src/accel/accel_device.h
src/create.cpp [deleted file]
src/hal-backend-sensor.cpp [new file with mode: 0644]
src/proxi/proxi_device.h
src/sensorhub/sensorhub.h
src/sensorhub/sensorhub_controller.h
src/sensorhub/wristup.cpp