mirror of
https://dev.iopsys.eu/feed/iopsys.git
synced 2026-01-28 01:47:19 +01:00
- Load plugins from micro-services - Unified path for core datamodel plugins(JSON and DotSO) - Helper function to install plugin in core - Manage plugins based on input.json - Removed CONFIG_BBFDM_ENABLE_JSON_PLUGIN - Removed CONFIG_BBFDM_ENABLE_DOTSO_PLUGIN
9 lines
151 B
Makefile
9 lines
151 B
Makefile
#
|
|
# Copyright (C) 2023 IOPSYS
|
|
#
|
|
|
|
|
|
define BbfdmInstallPlugin
|
|
$(INSTALL_DIR) $(1)/etc/bbfdm/plugins
|
|
$(INSTALL_DATA) $(2) $(1)/etc/bbfdm/plugins/
|
|
endef
|