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:
parent
a6de903089
commit
58e6970ba7
3 changed files with 9 additions and 0 deletions
6
src/ipa/vimc/data/meson.build
Normal file
6
src/ipa/vimc/data/meson.build
Normal file
|
@ -0,0 +1,6 @@
|
||||||
|
conf_files = files([
|
||||||
|
'vimc.conf',
|
||||||
|
])
|
||||||
|
|
||||||
|
install_data(conf_files,
|
||||||
|
install_dir : join_paths(ipa_data_dir, 'vimc'))
|
1
src/ipa/vimc/data/vimc.conf
Normal file
1
src/ipa/vimc/data/vimc.conf
Normal file
|
@ -0,0 +1 @@
|
||||||
|
# Dummy configuration file for the vimc IPA.
|
|
@ -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')
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue