Skip to content

Commit 4bfe4b3

Browse files
committed
Merge branch 'sprint/24Q4' of https://github.com/madanagopalt/rdkservices into sprint/24Q4
2 parents 638bf58 + edeb02f commit 4bfe4b3

File tree

2 files changed

+0
-20
lines changed

2 files changed

+0
-20
lines changed

AppManager/AppManager.conf.in

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,3 @@
11
precondition = ["Platform"]
22
callsign = "org.rdk.AppManager"
33
autostart = "false"
4-
5-
configuration = JSON()
6-
root = JSON()
7-
root.add("mode", "@PLUGIN_APPMANAGER_MODE@")
8-
root.add("locator", "lib@[email protected]")
9-
configuration.add("root", root)
10-

AppManager/AppManager.config

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,3 @@
11
set (autostart false)
22
set (preconditions Platform)
33
set (callsign "org.rdk.AppManager")
4-
5-
map()
6-
kv(mode ${PLUGIN_APPMANAGER_MODE})
7-
kv(locator lib${PLUGIN_APPMANAGER_IMPLEMENTATION}.so)
8-
end()
9-
ans(rootobject)
10-
11-
12-
map()
13-
end()
14-
ans(configuration)
15-
map_append(${configuration} root ${rootobject})
16-

0 commit comments

Comments
 (0)