mbed-os/storage/kvstore
Lingkai Dong dca2aa79a0 Unit tests: Remove redundant CMake target mbed-headers-base
Individual libraries' `target_h` stub headers have now all been moved
from `mbed-headers-base` to `mbed-headers-<library>`.

Note: Even though headers previously in `target_h` are technically
stubs/fakes too, they are used by not only unit tests but also regular
libraries when compiled for unit tests, because no target-specific HAL
implementation exists in this case. In order for regular library
sources to pick up `target_h` headers, those headers must

* have the same names as regular headers
* appear first in include paths

This is why those headers are part of `mbed-headers-<library>` and not
`mbed-stubs-<library>`. Before this refactoring, `mbed-headers-base`
was the first in unit tests' include paths.
2021-08-02 17:42:43 +01:00
..
direct_access_devicekey KVStore: drop './' from CMake paths 2020-12-09 17:26:32 +00:00
filesystemstore Unit tests: Remove redundant CMake target mbed-headers-base 2021-08-02 17:42:43 +01:00
include/kvstore Create a kvstore_global_api for the global API and KVMap 2020-12-09 17:20:42 +00:00
kv_config Deprecate TDB_EXTERNAL_NO_RBP and FILESYSTEM_NO_RBP in kv_config 2021-05-11 17:19:10 +01:00
kvstore_global_api "kvstore_global_api" requires "kvstore" for backward compatibility 2020-12-09 17:26:32 +00:00
securestore CMake: streamline kvstore support 2020-12-17 13:09:38 +00:00
tdbstore Unit tests: Remove redundant CMake target mbed-headers-base 2021-08-02 17:42:43 +01:00
tests Unit tests: Create mbed-headers-kvstore 2021-07-02 16:27:00 +01:00
CMakeLists.txt Unit tests: Create mbed-headers-kvstore 2021-07-02 16:27:00 +01:00
mbed_lib.json Create a kvstore_global_api for the global API and KVMap 2020-12-09 17:20:42 +00:00