Add a helper function to lookup the sysfs path of a character device. Store the function in a new libcamera::sysfs namespace as there is not class to host it. Suggested-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com> Signed-off-by: Niklas Söderlund <niklas.soderlund@ragnatech.se> Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com> Reviewed-by: Jacopo Mondi <jacopo@jmondi.org>
37 lines
793 B
Meson
37 lines
793 B
Meson
# SPDX-License-Identifier: CC0-1.0
|
|
|
|
libcamera_internal_headers = files([
|
|
'byte_stream_buffer.h',
|
|
'camera_controls.h',
|
|
'camera_sensor.h',
|
|
'control_serializer.h',
|
|
'control_validator.h',
|
|
'device_enumerator.h',
|
|
'device_enumerator_sysfs.h',
|
|
'device_enumerator_udev.h',
|
|
'event_dispatcher_poll.h',
|
|
'file.h',
|
|
'formats.h',
|
|
'ipa_context_wrapper.h',
|
|
'ipa_manager.h',
|
|
'ipa_module.h',
|
|
'ipa_proxy.h',
|
|
'ipc_unixsocket.h',
|
|
'log.h',
|
|
'media_device.h',
|
|
'media_object.h',
|
|
'message.h',
|
|
'pipeline_handler.h',
|
|
'process.h',
|
|
'pub_key.h',
|
|
'semaphore.h',
|
|
'sysfs.h',
|
|
'thread.h',
|
|
'utils.h',
|
|
'v4l2_controls.h',
|
|
'v4l2_device.h',
|
|
'v4l2_pixelformat.h',
|
|
'v4l2_subdevice.h',
|
|
'v4l2_videodevice.h',
|
|
])
|