summaryrefslogtreecommitdiff
path: root/src/qcam/assets/feathericons/more-vertical.svg
blob: cba6958f2ce1c315d35e66ae4929c9fcec9479a8 (plain)
1
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-more-vertical"><circle cx="12" cy="12" r="1"></circle><circle cx="12" cy="5" r="1"></circle><circle cx="12" cy="19" r="1"></circle></svg>
/span> generator def _GetModulePath(path, output_dir): return os.path.join(output_dir, path.relative_path()) # Override the mojo code generator's generator list to only contain our # libcamera generator generator._BUILTIN_GENERATORS = {'libcamera': 'mojom_libcamera_generator'} # Override the mojo code generator's _GetModulePath method to not add # the '-module' suffix when searching for mojo modules, so that we can # pass the path to the mojom module without having to trim the '-module' suffix generator._GetModulePath = _GetModulePath generator.main()