From 2925cd4d43b82d6c9f06c63777f4cf2d1dc7d04b Mon Sep 17 00:00:00 2001 From: Vivek Kumar Dutta Date: Thu, 29 Aug 2024 10:47:29 +0530 Subject: [PATCH] tools: update for cwmp mqtt stomp --- tools/tools_input.json | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/tools/tools_input.json b/tools/tools_input.json index 7ccc0597..e9d531df 100644 --- a/tools/tools_input.json +++ b/tools/tools_input.json @@ -324,8 +324,18 @@ "repo": "https://dev.iopsys.eu/bbf/obuspa.git", "proto": "git", "version": "devel", + "extra_dependencies": [ + "-I src/vendor", + "-DENABLE_MQTT", + "-DENABLE_COAP", + "-DENABLE_WEBSOCKETS", + "-DENABLE_UDS" + ], "dm_files": [ - "src/vendor/bbf_plugin/datamodel.c" + "src/vendor/bbf_plugin/common.c", + "src/vendor/bbf_plugin/mqtt_dm.c", + "src/vendor/bbf_plugin/stomp_dm.c", + "src/vendor/bbf_plugin/uspagent_dm.c" ] }, {