mirror of https://github.com/ARMmbed/mbed-os.git
Turn TDBStore and FileSystemStore into standalone libraries
parent
c62b8e5330
commit
c2d6e9146c
|
@ -0,0 +1,3 @@
|
|||
{
|
||||
"name": "filesystemstore"
|
||||
}
|
|
@ -16,7 +16,7 @@
|
|||
* limitations under the License.
|
||||
*/
|
||||
|
||||
#include "kvstore/FileSystemStore.h"
|
||||
#include "filesystemstore/FileSystemStore.h"
|
||||
#include "kv_config/kv_config.h"
|
||||
#include "filesystem/Dir.h"
|
||||
#include "filesystem/File.h"
|
|
@ -0,0 +1,3 @@
|
|||
{
|
||||
"name": "tdbstore"
|
||||
}
|
|
@ -16,7 +16,7 @@
|
|||
|
||||
// ----------------------------------------------------------- Includes -----------------------------------------------------------
|
||||
|
||||
#include "kvstore/TDBStore.h"
|
||||
#include "tdbstore/TDBStore.h"
|
||||
|
||||
#include <algorithm>
|
||||
#include <string.h>
|
Loading…
Reference in New Issue