mirror of https://github.com/ARMmbed/mbed-os.git
Refactor sub-directories - securestore, direct_access_devicekey, conf
parent
d05d3471fe
commit
72b4a14536
|
@ -16,7 +16,7 @@
|
||||||
|
|
||||||
// ----------------------------------------------------------- Includes -----------------------------------------------------------
|
// ----------------------------------------------------------- Includes -----------------------------------------------------------
|
||||||
#if DEVICE_FLASH
|
#if DEVICE_FLASH
|
||||||
#include "DirectAccessDevicekey.h"
|
#include "direct_access_devicekey/DirectAccessDevicekey.h"
|
||||||
#include "drivers/FlashIAP.h"
|
#include "drivers/FlashIAP.h"
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
|
@ -15,20 +15,20 @@
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "kv_config.h"
|
#include "kv_config.h"
|
||||||
#include "storage/kvstore/include/KVStore.h"
|
#include "kvstore/KVStore.h"
|
||||||
#include "storage/kvstore/kv_map/KVMap.h"
|
#include "kvstore/KVMap.h"
|
||||||
#include "blockdevice/BlockDevice.h"
|
#include "blockdevice/BlockDevice.h"
|
||||||
#include "filesystem/FileSystem.h"
|
#include "filesystem/FileSystem.h"
|
||||||
#include "storage/kvstore/filesystemstore/FileSystemStore.h"
|
#include "kvstore/FileSystemStore.h"
|
||||||
#include "blockdevice/SlicingBlockDevice.h"
|
#include "blockdevice/SlicingBlockDevice.h"
|
||||||
#include "fat/FATFileSystem.h"
|
#include "fat/FATFileSystem.h"
|
||||||
#include "littlefs/LittleFileSystem.h"
|
#include "littlefs/LittleFileSystem.h"
|
||||||
#include "storage/kvstore/tdbstore/TDBStore.h"
|
#include "kvstore/TDBStore.h"
|
||||||
#include "mbed_error.h"
|
#include "mbed_error.h"
|
||||||
#include "drivers/FlashIAP.h"
|
#include "drivers/FlashIAP.h"
|
||||||
#include "blockdevice/FlashSimBlockDevice.h"
|
#include "blockdevice/FlashSimBlockDevice.h"
|
||||||
#include "mbed_trace.h"
|
#include "mbed_trace.h"
|
||||||
#include "storage/kvstore/securestore/SecureStore.h"
|
#include "securestore/SecureStore.h"
|
||||||
#define TRACE_GROUP "KVCFG"
|
#define TRACE_GROUP "KVCFG"
|
||||||
|
|
||||||
#if COMPONENT_FLASHIAP
|
#if COMPONENT_FLASHIAP
|
|
@ -16,7 +16,7 @@
|
||||||
|
|
||||||
// ----------------------------------------------------------- Includes -----------------------------------------------------------
|
// ----------------------------------------------------------- Includes -----------------------------------------------------------
|
||||||
|
|
||||||
#include "SecureStore.h"
|
#include "securestore/SecureStore.h"
|
||||||
|
|
||||||
#if SECURESTORE_ENABLED
|
#if SECURESTORE_ENABLED
|
||||||
|
|
Loading…
Reference in New Issue