当前仓库属于暂停状态,部分功能使用受限,详情请查阅 仓库状态说明
4 Star 4 Fork 12

OpenHarmony / distributeddatamgr_datamgr
暂停

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
bundle.json 4.33 KB
一键复制 编辑 原始数据 按行查看 历史
Wangkai 提交于 2022-08-23 22:36 . 部件化更改
{
"name": "@ohos/distributeddatamgr_datamgr_service",
"version": "1.0.0",
"description": "Distributed data manager that provides the capability to store data in the databases of different devices",
"homePage": "https://gitee.com/openharmony",
"license": "Apache V2",
"repository": "https://gitee.com/openharmony/distributeddatamgr_datamgr_service",
"domain": "os",
"language": "",
"publishAs": "code-segment",
"private": false,
"scripts": {},
"tags": [
"foundation"
],
"keywords": [
"distributeddatamgr",
"datamgr_service"
],
"envs": [],
"dirs": [],
"author": {
"name": "",
"email": "",
"url": ""
},
"contributors": [
{
"name": "",
"email": "",
"url": ""
}
],
"segment": {
"destPath": "foundation/distributeddatamgr/datamgr_service"
},
"component": {
"name": "datamgr_service",
"subsystem": "distributeddatamgr",
"syscap": [
"SystemCapability.DistributedDataManager.KVStore.Core",
"SystemCapability.DistributedDataManager.KVStore.Lite",
"SystemCapability.DistributedDataManager.KVStore.DistributedKVStore"
],
"features": [],
"adapted_system_type": [
"standard"
],
"rom": "",
"ram": "",
"hisysevent_config": [
"//foundation/distributeddatamgr/datamgr_service/hisysevent.yaml"
],
"deps": {
"components": [
"libuv",
"common_event_service",
"bundle_framework",
"safwk",
"zlib",
"init",
"os_account",
"common",
"samgr",
"dataclassification",
"dsoftbus",
"jsoncpp",
"hitrace_native",
"access_token",
"huks",
"ability_base",
"ability_runtime",
"hiviewdfx_hilog_native",
"hisysevent_native",
"device_auth",
"ipc",
"napi"
],
"third_party": [
"uv_static",
"sqlite",
"libz",
"jsoncpp",
"libcrypto_shared"
]
},
"build": {
"sub_component": [
"//foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/app:build_module",
"//foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/framework:build_module",
"//foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service:build_module",
"//foundation/distributeddatamgr/datamgr_service/conf:build_module"
],
"inner_kits": [
{
"name": "//foundation/distributeddatamgr/kv_store/interfaces/innerkits/distributeddata:distributeddata_inner",
"header": {
"header_files": [
"blob.h",
"change_notification.h",
"distributed_kv_data_manager.h",
"kvstore.h",
"kvstore_death_recipient.h",
"kvstore_observer.h",
"kvstore_result_set.h",
"kvstore_sync_callback.h",
"single_kvstore.h",
"types.h",
"visibility.h",
"data_query.h",
"device_status_change_listener.h",
"store_errno.h"
],
"header_base": "//foundation/distributeddatamgr/kv_store/interfaces/innerkits/distributeddata/include"
}
}
],
"test": [
"//foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/test:fuzztest",
"//foundation/distributeddatamgr/datamgr_service:fuzztest",
"//foundation/distributeddatamgr/datamgr_service:build_native_test"
]
}
}
}
1
https://gitee.com/openharmony/distributeddatamgr_datamgr.git
git@gitee.com:openharmony/distributeddatamgr_datamgr.git
openharmony
distributeddatamgr_datamgr
distributeddatamgr_datamgr
master

搜索帮助