From aae1e63fadf653f365a8cff9ac496d763137b8d4 Mon Sep 17 00:00:00 2001 From: ArikrishnanG Date: Tue, 24 Dec 2024 12:03:39 +0000 Subject: [PATCH] RDKDEV-1110 RTD131X-1512 AMLS905X4-1915: Observing Xcast crash with latest changes Reason for change: Removed root configuration to resolve Xcast crash Test Procedure: Build and verify Risks: Low Signed-off-by: Arikrishnan G --- XCast/XCast.conf.in | 5 ----- XCast/XCast.config | 5 ----- 2 files changed, 10 deletions(-) diff --git a/XCast/XCast.conf.in b/XCast/XCast.conf.in index d595e41ab0..7d2fbeefc9 100644 --- a/XCast/XCast.conf.in +++ b/XCast/XCast.conf.in @@ -2,8 +2,3 @@ precondition = ["Platform"] callsign = "org.rdk.Xcast" autostart = "@PLUGIN_XCAST_AUTOSTART@" startuporder = "@PLUGIN_XCAST_STARTUPORDER@" -configuration = JSON() - -rootobject = JSON() -rootobject.add("mode", "@PLUGIN_XCAST_MODE@") -configuration.add("root", rootobject) diff --git a/XCast/XCast.config b/XCast/XCast.config index 8efafc571d..e7f409fd15 100644 --- a/XCast/XCast.config +++ b/XCast/XCast.config @@ -5,8 +5,3 @@ set (callsign "org.rdk.Xcast") if(PLUGIN_XCAST_STARTUPORDER) set (startuporder ${PLUGIN_XCAST_STARTUPORDER}) endif() - -map() - kv(mode ${PLUGIN_XCAST_MODE}) -end() -ans(rootobject)