Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

RDKDEV-1110 RTD131X-1512 AMLS905X4-1915: Observing Xcast crash with l… #5961

Open
wants to merge 1 commit into
base: sprint/24Q4
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions XCast/XCast.conf.in
Original file line number Diff line number Diff line change
Expand Up @@ -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)
5 changes: 0 additions & 5 deletions XCast/XCast.config
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Loading