2023-08-28 11:38:16 +08:00

81 lines
2.3 KiB
JSON

{
"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",
"hitrace_native",
"dsoftbus",
"distributeddatamgr",
"napi",
"common",
"samgr",
"ipc",
"hiviewdfx_hilog_native",
"libuv",
"utils_base",
"access_token"
],
"third_party": []
},
"build": {
"sub_component": [
],
"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"
}
}
]
}
}
}