diff --git a/components/distributeddatamgr.json b/components/distributeddatamgr.json index 14a588d2de242d317f66d1253ab3d7691977d6cc..342b292f8084bf359afbfc55b2292b45dbfafcfe 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