Skip to content

Commit 479b704

Browse files
committed
"kvstore_global_api" requires "kvstore" for backward compatibility
PR ARMmbed#13908 replaces the umbrella library for all KVStore from "kvstore_global_api" to "kvstore". Now "kvstore_global_api" still exists but is restricted to the global API part only. By adding "kvstore" as a dependency of "kvstore_global_api", existing bare metal projects (e.g. mbed-bootloader) that use the latter library name to pull in the KVStore prototype class will continue to work.
1 parent c2cc438 commit 479b704

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed
Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
{
2-
"name": "kv-global-api"
2+
"name": "kv-global-api",
3+
"requires": ["kvstore"]
34
}

0 commit comments

Comments
 (0)