distributeddatamgr_datamgr_.../bundle.json
lianhuix 4bbe1dc878 Add grd api
Signed-off-by: lianhuix <xulianhui1@huawei.com>
2023-05-11 11:17:09 +08:00

104 lines
3.4 KiB
JSON

{
"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",
"//foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/data_share/gaussdb_rd:build_module"
],
"inner_kits": [],
"test": [
"//foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/test:fuzztest",
"//foundation/distributeddatamgr/datamgr_service:fuzztest",
"//foundation/distributeddatamgr/datamgr_service:build_native_test"
]
}
}
}