diff --git a/tools/tools_input.json b/tools/tools_input.json index fc77cad8..3f621b5d 100644 --- a/tools/tools_input.json +++ b/tools/tools_input.json @@ -23,7 +23,8 @@ "-DSYSMNGR_FIRMWARE_IMAGE", "-DSYSMNGR_REBOOTS", "-DSYSMNGR_NETWORK_PROPERTIES", - "-DSYSMNGR_VENDOR_EXTENSIONS" + "-DSYSMNGR_VENDOR_EXTENSIONS", + "-DCUSTOM_PREFIX=\\\"X_IOPSYS_EU_\\\"" ], "dm_files": [ "src/deviceinfo.c", @@ -161,6 +162,18 @@ "src/bbf_plugin/hosts.c" ] }, + { + "repo": "https://dev.iopsys.eu/iopsys/hostmngr.git", + "proto": "git", + "version": "devel", + "extra_dependencies": [ + "-DHAS_VENDOR_EXT", + "-DCUSTOM_PREFIX=\\\"X_IOPSYS_EU_\\\"" + ], + "dm_files": [ + "src/bbf_plugin/hosts_ext.c" + ] + }, { "repo": "https://dev.iopsys.eu/bbf/timemngr.git", "proto": "git",