加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
bundle.json 3.77 KB
一键复制 编辑 原始数据 按行查看 历史
huangxiyong 提交于 2024-12-14 20:08 . object feature整改
{
"name": "@ohos/data_object",
"version": "3.1.0",
"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": "ohos",
"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": "1024KB",
"ram": "1024KB",
"deps": {
"components": [
"ability_runtime",
"hitrace",
"dsoftbus",
"bounds_checking_function",
"napi",
"samgr",
"ipc",
"hilog",
"access_token",
"c_utils",
"device_manager",
"kv_store",
"libuv",
"common_event_service",
"dmsfwk",
"hisysevent"
],
"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",
"object_types.h"
],
"header_base": "//foundation/distributeddatamgr/data_object/interfaces/innerkits"
}
},
{
"name": "//foundation/distributeddatamgr/data_object/interfaces/innerkits:data_object_inner",
"visibility": [ "datamgr_service" ],
"header": {
"header_files": [
"object_types.h",
"iobject_service.h",
"object_callback.h",
"object_radar_reporter.h"
],
"header_base": [
"//foundation/distributeddatamgr/data_object/interfaces/innerkits",
"//foundation/distributeddatamgr/data_object/frameworks/innerkitsimpl/include",
"//foundation/distributeddatamgr/data_object/frameworks/innerkitsimpl/include/common"
]
}
}
],
"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"
]
}
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化