1 Star 0 Fork 392

koulihong/distributeddatamgr_datamgr

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
bundle.json 4.91 KB
一键复制 编辑 原始数据 按行查看 历史
Mupceet 提交于 2022-06-27 14:03 . 修改BUILD.gn
{
"name": "@ohos/distributeddatamgr_datamgr",
"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",
"domain": "os",
"language": "",
"publishAs": "code-segment",
"private": false,
"scripts": {},
"tags": [
"foundation"
],
"keywords": [
"distributeddatamgr",
"datamgr"
],
"envs": [],
"dirs": [],
"author": {
"name": "",
"email": "",
"url": ""
},
"contributors": [
{
"name": "",
"email": "",
"url": ""
}
],
"segment": {
"destPath": "foundation/distributeddatamgr/distributeddatamgr"
},
"component": {
"name": "distributeddatamgr",
"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/distributeddatamgr/hisysevent.yaml"
],
"deps": {
"components": [
"ability_base",
"libhilog",
"ipc_core",
"utils",
"samgr_proxy",
"ace_napi",
"base",
"appexecfwk_base",
"appexecfwk_core",
"batterysrv_client",
"softbus_client",
"libhukssdk",
"powermgr_client",
"system_ability_fwk",
"init",
"cesfwk_innerkits",
"libaccountkits",
"bytrace_core",
"libhisysevent",
"fbe_iudf_xattr",
"hwdsl"
],
"third_party": [
"uv_static",
"sqlite",
"libz",
"jsoncpp",
"libcrypto_shared"
]
},
"build": {
"sub_component": [
"//foundation/distributeddatamgr/distributeddatamgr/interfaces/innerkits/distributeddata:build_module",
"//foundation/distributeddatamgr/distributeddatamgr/interfaces/jskits/distributeddata:build_module",
"//foundation/distributeddatamgr/distributeddatamgr/services/distributeddataservice/app:build_module",
"//foundation/distributeddatamgr/distributeddatamgr/services/distributeddataservice/libs/distributeddb:build_module",
"//foundation/distributeddatamgr/distributeddatamgr/services/distributeddataservice/framework:build_module",
"//foundation/distributeddatamgr/distributeddatamgr/services/distributeddataservice/service:build_module",
"//foundation/distributeddatamgr/distributeddatamgr/conf:build_module"
],
"inner_kits": [
{
"name": "//foundation/distributeddatamgr/distributeddatamgr/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/distributeddatamgr/interfaces/innerkits/distributeddata/include"
}
}
],
"test": [
"//foundation/distributeddatamgr/distributeddatamgr:build_native_test",
"//foundation/distributeddatamgr/distributeddatamgr/services/distributeddataservice/libs/distributeddb/test:distributeddatamgr_fuzztest",
"//foundation/distributeddatamgr/distributeddatamgr/frameworks/innerkitsimpl/distributeddatafwk/test:fuzztest",
"//foundation/distributeddatamgr/distributeddatamgr/services/distributeddataservice/test:fuzztest"
]
}
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/koulihong/distributeddatamgr_datamgr.git
git@gitee.com:koulihong/distributeddatamgr_datamgr.git
koulihong
distributeddatamgr_datamgr
distributeddatamgr_datamgr
master

搜索帮助