From 9c465c36d2cd5f5978674ab1403f4c9bb947bd19 Mon Sep 17 00:00:00 2001 From: Suvendhu Hansa Date: Fri, 17 Jan 2025 12:05:27 +0530 Subject: [PATCH] sync tools_input --- tools/tools_input.json | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) 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",