# SPDX-License-Identifier: CC0-1.0 subdir('algorithms') subdir('data') ipa_name = 'ipa_rkisp1' rkisp1_ipa_sources = files([ 'ipa_context.cpp', 'rkisp1.cpp', ]) rkisp1_ipa_sources += rkisp1_ipa_algorithms mod = shared_module(ipa_name, [rkisp1_ipa_sources, libcamera_generated_ipa_headers], name_prefix : '', include_directories : [ipa_includes, libipa_includes], dependencies : libcamera_private, link_with : libipa, install : true, install_dir : ipa_install_dir) if ipa_sign_module custom_target(ipa_name + '.so.sign', input : mod, output : ipa_name + '.so.sign', command : [ipa_sign, ipa_priv_key, '@INPUT@', '@OUTPUT@'], install : false, build_by_default : true) endif ipa_names += ipa_name 8'/> libcamera official repositorygit repository hosting on libcamera.org
summaryrefslogtreecommitdiff
path: root/utils/ipc/mojo/public/tools/bindings/validate_typemap_config.py
blob: f1783d59b951058e63cf1c9e946e6a893a563e62 (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
52
53
54
55
56
57