1{ 2 "name": "@ohos/datamgr_service", 3 "version": "3.2.0", 4 "description": "Distributed data manager that provides the capability to store data in the databases of different devices", 5 "homePage": "https://gitee.com/openharmony", 6 "license": "Apache V2", 7 "repository": "https://gitee.com/openharmony/distributeddatamgr_datamgr_service", 8 "domain": "os", 9 "language": "", 10 "publishAs": "code-segment", 11 "private": false, 12 "scripts": {}, 13 "tags": [ 14 "foundation" 15 ], 16 "keywords": [ 17 "distributeddatamgr", 18 "datamgr_service" 19 ], 20 "envs": [], 21 "dirs": [], 22 "author": { 23 "name": "", 24 "email": "", 25 "url": "" 26 }, 27 "contributors": [ 28 { 29 "name": "", 30 "email": "", 31 "url": "" 32 } 33 ], 34 "segment": { 35 "destPath": "foundation/distributeddatamgr/datamgr_service" 36 }, 37 "component": { 38 "name": "datamgr_service", 39 "subsystem": "distributeddatamgr", 40 "syscap": [], 41 "features": [ 42 "datamgr_service_config", 43 "datamgr_service_udmf" 44 ], 45 "adapted_system_type": [ 46 "standard" 47 ], 48 "rom": "5120KB", 49 "ram": "8192KB", 50 "hisysevent_config": [ 51 "//foundation/distributeddatamgr/datamgr_service/hisysevent.yaml" 52 ], 53 "deps": { 54 "components": [ 55 "ability_base", 56 "ability_runtime", 57 "access_token", 58 "bundle_framework", 59 "common_event_service", 60 "c_utils", 61 "dataclassification", 62 "data_share", 63 "device_auth", 64 "device_manager", 65 "dfs_service", 66 "dsoftbus", 67 "hicollie", 68 "hilog", 69 "hisysevent", 70 "hitrace", 71 "huks", 72 "kv_store", 73 "ipc", 74 "memmgr", 75 "napi", 76 "netmanager_base", 77 "os_account", 78 "relational_store", 79 "resource_management", 80 "safwk", 81 "samgr", 82 "screenlock_mgr", 83 "time_service", 84 "udmf", 85 "app_file_service", 86 "file_api", 87 "openssl", 88 "json", 89 "dmsfwk", 90 "window_manager" 91 ], 92 "third_party": [ 93 "libuv", 94 "sqlite", 95 "zlib" 96 ] 97 }, 98 "build": { 99 "sub_component": [ 100 "//foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/app:build_module", 101 "//foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/framework:build_module", 102 "//foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/rust/extension:build_module", 103 "//foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service:build_module", 104 "//foundation/distributeddatamgr/datamgr_service/conf:build_module", 105 "//foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/data_share:build_module" 106 ], 107 "inner_kits": [ 108 { 109 "name": "//foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/framework:distributeddatasvcfwk", 110 "header": { 111 "header_files": [ 112 "account/account_delegate.h", 113 "backuprule/backup_rule_manager.h", 114 "checker/checker_manager.h", 115 "cloud/asset_loader.h", 116 "cloud/change_event.h", 117 "cloud/cloud_db.h", 118 "cloud/cloud_event.h", 119 "cloud/cloud_info.h", 120 "cloud/cloud_report.h", 121 "cloud/cloud_server.h", 122 "cloud/schema_meta.h", 123 "cloud/subscription.h", 124 "cloud/sync_event.h", 125 "directory/directory_manager.h", 126 "error/general_error.h", 127 "eventcenter/event.h", 128 "eventcenter/event_center.h", 129 "feature/feature_system.h", 130 "metadata/appid_meta_data.h", 131 "metadata/capability_meta_data.h", 132 "metadata/capability_range.h", 133 "metadata/corrupted_meta_data.h", 134 "metadata/matrix_meta_data.h", 135 "metadata/meta_data.h", 136 "metadata/meta_data_manager.h", 137 "metadata/secret_key_meta_data.h", 138 "metadata/store_meta_data.h", 139 "metadata/store_meta_data_local.h", 140 "metadata/strategy_meta_data.h", 141 "metadata/user_meta_data.h", 142 "screen/screen_manager.h", 143 "serializable/serializable.h", 144 "snapshot/bind_event.h", 145 "snapshot/machine_status.h", 146 "snapshot/snapshot.h", 147 "store/auto_cache.h", 148 "store/cursor.h", 149 "store/general_store.h", 150 "store/general_value.h", 151 "store/general_watcher.h", 152 "utils/anonymous.h", 153 "utils/block_integer.h", 154 "utils/constant.h", 155 "utils/converter.h", 156 "utils/crypto.h", 157 "utils/endian_converter.h", 158 "utils/ref_count.h" 159 ], 160 "header_base": "//foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/framework/include" 161 } 162 } 163 ], 164 "test": [ 165 "//foundation/distributeddatamgr/datamgr_service:fuzztest", 166 "//foundation/distributeddatamgr/datamgr_service:build_native_test", 167 "//foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/rust/ylong_cloud_extension:rust_ylong_cloud_ext_unit_test" 168 ] 169 } 170 } 171}