distributeddatamgr_datamgr_.../bundle.json
Hollokin ac4d58a198 更正部件描述文件中的外部依赖
Signed-off-by: Hollokin <taoyuxin2@huawei.com>
2022-07-26 15:45:57 +08:00

129 lines
4.6 KiB
JSON

{
"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": [
"libuv",
"common_event_service",
"bundle_framework",
"safwk",
"zlib",
"init",
"os_account",
"common",
"samgr_standard",
"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/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:fuzztest",
"//foundation/distributeddatamgr/distributeddatamgr/services/distributeddataservice/test:fuzztest"
]
}
}
}