From 5b45166b1dfad08d91e1de7e4dbe61b9580aa765 Mon Sep 17 00:00:00 2001 From: hanlu Date: Fri, 24 Sep 2021 16:33:28 +0800 Subject: [PATCH] add objectstore Signed-off-by: hanlu --- components/distributeddatamgr.json | 23 ++++++++++++++++++++--- 1 file changed, 20 insertions(+), 3 deletions(-) diff --git a/components/distributeddatamgr.json b/components/distributeddatamgr.json index 14a588d..342b292 100644 --- a/components/distributeddatamgr.json +++ b/components/distributeddatamgr.json @@ -33,6 +33,23 @@ "utils_base" ] } - } - ] - } + }, + { + "component": "objectstore", + "description": "distributed objectstore", + "optional": "true", + "dirs": ["foundation/distributeddatamgr/objectstore"], + "targets": ["//foundation/distributeddatamgr/objectstore:objectstoremgr"], + "rom": "20KB", + "ram": "", + "output": ["objectstore.so"], + "adapted_kernel": ["liteos_a", + "linux"], + "deps": { + "components": ["utils_base", + "hilog"] + }, + "features": [] + } +] +} \ No newline at end of file -- GitLab