summaryrefslogtreecommitdiff
path: root/include/libcamera/internal/meson.build
blob: 6cff1b9032c638212fda912d30e2881315cde39d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
# SPDX-License-Identifier: CC0-1.0

subdir('tracepoints')

libcamera_tracepoint_header = custom_target(
    'tp_header',
    input: ['tracepoints.h.in', tracepoint_files],
    output: 'tracepoints.h',
    command: [gen_tracepoints_header, '@OUTPUT@', '@INPUT@'],
)

libcamera_internal_headers = files([
    'bayer_format.h',
    'buffer.h',
    'byte_stream_buffer.h',
    'camera_controls.h',
    'camera_sensor.h',
    'camera_sensor_properties.h',
    'control_serializer.h',
    'control_validator.h',
    'delayed_controls.h',
    'device_enumerator.h',
    'device_enumerator_sysfs.h',
    'device_enumerator_udev.h',
    'event_dispatcher.h',
    'event_dispatcher_poll.h',
    'event_notifier.h',
    'file.h',
    'formats.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',
    'timer.h',
    'utils.h',
    'v4l2_controls.h',
    'v4l2_device.h',
    'v4l2_pixelformat.h',
    'v4l2_subdevice.h',
    'v4l2_videodevice.h',
])