update old cfg files

- change secop_psi to frappy_psi
- remove interface and name in Node

Change-Id: I69242de250c9ecf52e001fce6396347dbf3fedcb
This commit is contained in:
2023-08-09 17:36:02 +02:00
parent da37175cbb
commit c40033a816
20 changed files with 57 additions and 90 deletions

View File

@ -1,18 +1,16 @@
Node('cfg/sea/camea-be-filter.cfg',
'Camea Be-Filter',
interface='5000',
name='camea-be-filter',
)
Mod('sea_addons',
'secop_psi.sea.SeaClient',
'frappy_psi.sea.SeaClient',
'addons sea connection for camea-be-filter.addon',
config='camea-be-filter.addon',
service='addons',
)
Mod('t_be_filter',
'secop_psi.sea.SeaReadable',
'frappy_psi.sea.SeaReadable',
io='sea_addons',
sea_object='t_be_filter',
)