ipa: vimc: Add a dummy configuration file to the vimc IPA

The file will be used to test the corresponding APIs.

Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Reviewed-by: Jacopo Mondi <jacopo@jmondi.org>
Reviewed-by: Kieran Bingham <kieran.bingham@ideasonboard.com>
This commit is contained in:
Laurent Pinchart 2020-04-27 04:39:49 +03:00
parent a6de903089
commit 58e6970ba7
3 changed files with 9 additions and 0 deletions

View file

@ -0,0 +1,6 @@
conf_files = files([
'vimc.conf',
])
install_data(conf_files,
install_dir : join_paths(ipa_data_dir, 'vimc'))

View file

@ -0,0 +1 @@
# Dummy configuration file for the vimc IPA.

View file

@ -17,3 +17,5 @@ if ipa_sign_module
install : true, install : true,
install_dir : ipa_install_dir) install_dir : ipa_install_dir)
endif endif
subdir('data')