2023-02-06 16:43:11 +08:00
|
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
|
|
|
|
zephyr_library()
|
|
|
|
zephyr_library_include_directories(include)
|
|
|
|
|
|
|
|
zephyr_library_sources(
|
|
|
|
sensor_mgmt.c
|
2023-10-23 21:35:28 +08:00
|
|
|
dispatch.c
|
2023-02-06 16:43:11 +08:00
|
|
|
sensing.c
|
|
|
|
sensing_sensor.c
|
|
|
|
)
|
2023-02-08 15:59:47 +08:00
|
|
|
|
|
|
|
add_subdirectory_ifdef(CONFIG_SENSING_SENSOR_PHY_3D_SENSOR sensor/phy_3d_sensor)
|
2023-10-23 22:24:32 +08:00
|
|
|
add_subdirectory_ifdef(CONFIG_SENSING_SENSOR_HINGE_ANGLE sensor/hinge_angle)
|