Skip to content

Commit e27a6e0

Browse files
committed
Create a kvstore_global_api for the global API and KVMap
1 parent c2d6e91 commit e27a6e0

File tree

6 files changed

+7
-4
lines changed

6 files changed

+7
-4
lines changed
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
"name": "kv-global-api"
3+
}

storage/kvstore/source/KVMap.cpp renamed to storage/kvstore/kvstore_global_api/source/KVMap.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
*/
1616

1717
#include "kvstore/KVStore.h"
18-
#include "kvstore/KVMap.h"
18+
#include "kvstore_global_api/KVMap.h"
1919
#include "kv_config/kv_config.h"
2020
#include <stdlib.h>
2121
#include "string.h"

storage/kvstore/source/kvstore_global_api.cpp renamed to storage/kvstore/kvstore_global_api/source/kvstore_global_api.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@
1313
* See the License for the specific language governing permissions and
1414
* limitations under the License.
1515
*/
16-
#include "kvstore_global_api.h"
16+
#include "kvstore_global_api/kvstore_global_api.h"
1717

1818
#include "kv_config/kv_config.h"
19-
#include "kvstore/KVMap.h"
19+
#include "kvstore_global_api/KVMap.h"
2020
#include "kvstore/KVStore.h"
2121
#include "mbed_error.h"
2222

storage/kvstore/mbed_lib.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
"name": "kv-global-api"
2+
"name": "kvstore"
33
}

0 commit comments

Comments
 (0)