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:
@@ -0,0 +1,6 @@
|
||||
conf_files = files([
|
||||
'vimc.conf',
|
||||
])
|
||||
|
||||
install_data(conf_files,
|
||||
install_dir : join_paths(ipa_data_dir, 'vimc'))
|
||||
@@ -0,0 +1 @@
|
||||
# Dummy configuration file for the vimc IPA.
|
||||
@@ -17,3 +17,5 @@ if ipa_sign_module
|
||||
install : true,
|
||||
install_dir : ipa_install_dir)
|
||||
endif
|
||||
|
||||
subdir('data')
|
||||
|
||||
Reference in New Issue
Block a user