mbed-os/storage/kvstore
Lingkai Dong 479b704542 "kvstore_global_api" requires "kvstore" for backward compatibility
PR #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.
2020-12-09 17:26:32 +00:00
..
direct_access_devicekey KVStore: drop './' from CMake paths 2020-12-09 17:26:32 +00:00
filesystemstore KVStore: drop './' from CMake paths 2020-12-09 17:26:32 +00:00
include/kvstore Create a kvstore_global_api for the global API and KVMap 2020-12-09 17:20:42 +00:00
kv_config KVStore: drop './' from CMake paths 2020-12-09 17:26:32 +00:00
kvstore_global_api "kvstore_global_api" requires "kvstore" for backward compatibility 2020-12-09 17:26:32 +00:00
securestore KVStore: drop './' from CMake paths 2020-12-09 17:26:32 +00:00
tdbstore KVStore: drop './' from CMake paths 2020-12-09 17:26:32 +00:00
tests/TESTS/kvstore Relocate kvstore Greentea tests into each store type's path 2020-12-09 17:20:43 +00:00
CMakeLists.txt KVStore: drop './' from CMake paths 2020-12-09 17:26:32 +00:00
mbed_lib.json Create a kvstore_global_api for the global API and KVMap 2020-12-09 17:20:42 +00:00