{ "name": "@ohos/distributeddatamgr_data_object", "version": "", "description": "The distributed data object management framework is an object-oriented in-memory data management framework", "homePage": "https://gitee.com/openharmony", "license": "Apache V2", "repository": "https://gitee.com/openharmony/distributeddatamgr_data_object ", "domain": "os", "language": "", "publishAs": "code-segment", "private": false, "scripts": {}, "tags": [ "foundation" ], "envs": [], "dirs": [], "author": { "name": "", "email": "", "url": "" }, "contributors": [ { "name": "", "email": "", "url": "" } ], "segment": { "destPath": "foundation/distributeddatamgr/data_object" }, "component": { "name": "data_object", "subsystem": "distributeddatamgr", "syscap": [ "SystemCapability.DistributedDataManager.DataObject.DistributedObject" ], "features": [], "adapted_system_type": [ "standard" ], "rom": "", "ram": "", "deps": { "components": [ "ability_base", "ability_runtime", "hitrace_native", "dsoftbus", "distributeddatamgr", "napi", "common", "samgr", "ipc", "hiviewdfx_hilog_native", "libuv", "utils_base", "access_token" ], "third_party": [] }, "build": { "sub_component": [ "//foundation/distributeddatamgr/data_object/interfaces/jskits:build_module" ], "inner_kits": [ { "name": "//foundation/distributeddatamgr/data_object/interfaces/innerkits:distributeddataobject_impl", "header": { "header_files": [ "distributed_object.h", "distributed_objectstore.h", "objectstore_errors.h" ], "header_base": "//foundation/distributeddatamgr/data_object/interfaces/innerkits" } } ], "test": [ "//foundation/distributeddatamgr/data_object/frameworks/innerkitsimpl/test/unittest:unittest", "//foundation/distributeddatamgr/data_object/frameworks/jskitsimpl/test/unittest:unittest", "//foundation/distributeddatamgr/data_object/frameworks/innerkitsimpl/test/fuzztest/objectstore_fuzzer:fuzztest", "//foundation/distributeddatamgr/data_object/frameworks/innerkitsimpl/test/distributedtest/data_object_test:distributedtest" ] } } }