-
Notifications
You must be signed in to change notification settings - Fork 392
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Revert "Merge pull request #5046 from npoltorapavlo/RDK-47994-main"
- Loading branch information
Showing
18 changed files
with
21 additions
and
1,355 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,7 +6,6 @@ configuration = JSON() | |
|
||
rootobject = JSON() | ||
rootobject.add("mode", "@PLUGIN_PERSISTENTSTORE_MODE@") | ||
rootobject.add("locator", "lib@[email protected]") | ||
configuration.add("root", rootobject) | ||
|
||
configuration.add("uri", "@PLUGIN_PERSISTENTSTORE_URI@") | ||
|
@@ -16,4 +15,3 @@ configuration.add("key", "@PLUGIN_PERSISTENTSTORE_KEY@") | |
configuration.add("maxsize", "@PLUGIN_PERSISTENTSTORE_MAXSIZE@") | ||
configuration.add("maxvalue", "@PLUGIN_PERSISTENTSTORE_MAXVALUE@") | ||
configuration.add("limit", "@PLUGIN_PERSISTENTSTORE_LIMIT@") | ||
configuration.add("tokencommand", "@PLUGIN_PERSISTENTSTORE_TOKEN_COMMAND@") |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,24 +1,25 @@ | ||
set(autostart true) | ||
set(preconditions Platform) | ||
set(callsign "org.rdk.PersistentStore") | ||
set (autostart true) | ||
set (preconditions Platform) | ||
set (callsign "org.rdk.PersistentStore") | ||
|
||
if(PLUGIN_PERSISTENTSTORE_STARTUPORDER) | ||
set (startuporder ${PLUGIN_PERSISTENTSTORE_STARTUPORDER}) | ||
endif() | ||
|
||
map() | ||
key(root) | ||
map() | ||
kv(mode ${PLUGIN_PERSISTENTSTORE_MODE}) | ||
kv(locator lib${PLUGIN_IMPLEMENTATION}.so) | ||
end() | ||
kv(mode ${PLUGIN_PERSISTENTSTORE_MODE}) | ||
end() | ||
ans(rootobject) | ||
|
||
map() | ||
kv(uri ${PLUGIN_PERSISTENTSTORE_URI}) | ||
kv(path ${PLUGIN_PERSISTENTSTORE_PATH}) | ||
kv(legacypath ${PLUGIN_PERSISTENTSTORE_LEGACYPATH}) | ||
kv(key ${PLUGIN_PERSISTENTSTORE_KEY}) | ||
kv(maxsize ${PLUGIN_PERSISTENTSTORE_MAXSIZE}) | ||
kv(maxvalue ${PLUGIN_PERSISTENTSTORE_MAXVALUE}) | ||
kv(limit ${PLUGIN_PERSISTENTSTORE_LIMIT}) | ||
kv(tokencommand ${PLUGIN_PERSISTENTSTORE_TOKEN_COMMAND}) | ||
end() | ||
ans(configuration) | ||
|
||
map_append(${configuration} root ${rootobject}) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.