ipa: vimc: Remove isolated VIMC IPA module
The isolated VIMC module isn't used in any test. Remove it to prepare for the rework of IPA module isolation. The feature can be added back later alongside corresponding tests if needed. Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com> Reviewed-by: Niklas Söderlund <niklas.soderlund@ragnatech.se>
This commit is contained in:
@@ -1,15 +1,8 @@
|
||||
ipa_vimc_sources = [
|
||||
['ipa_vimc', 'LGPL-2.1-or-later'],
|
||||
['ipa_vimc_isolate', 'Proprietary'],
|
||||
]
|
||||
|
||||
foreach t : ipa_vimc_sources
|
||||
ipa = shared_module(t[0], 'vimc.cpp',
|
||||
name_prefix : '',
|
||||
include_directories : [ipa_includes, libipa_includes],
|
||||
dependencies : libcamera_dep,
|
||||
link_with : libipa,
|
||||
install : true,
|
||||
install_dir : ipa_install_dir,
|
||||
cpp_args : '-DLICENSE="' + t[1] + '"')
|
||||
endforeach
|
||||
ipa = shared_module('ipa_vimc', 'vimc.cpp',
|
||||
name_prefix : '',
|
||||
include_directories : [ipa_includes, libipa_includes],
|
||||
dependencies : libcamera_dep,
|
||||
link_with : libipa,
|
||||
install : true,
|
||||
install_dir : ipa_install_dir,
|
||||
cpp_args : '-DLICENSE="LGPL-2.1-or-later"')
|
||||
|
||||
Reference in New Issue
Block a user