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 "hilog", 68 "hisysevent", 69 "hitrace", 70 "huks", 71 "kv_store", 72 "ipc", 73 "napi", 74 "netmanager_base", 75 "os_account", 76 "relational_store", 77 "safwk", 78 "samgr", 79 "udmf", 80 "app_file_service" 81 ], 82 "third_party": [ 83 "cJSON", 84 "jsoncpp", 85 "libuv", 86 "openssl", 87 "sqlite", 88 "zlib" 89 ] 90 }, 91 "build": { 92 "sub_component": [ 93 "//foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/app:build_module", 94 "//foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/framework:build_module", 95 "//foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/rust/extension:build_module", 96 "//foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service:build_module", 97 "//foundation/distributeddatamgr/datamgr_service/conf:build_module", 98 "//foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/data_share:build_module" 99 ], 100 "inner_kits": [ 101 { 102 "name": "//foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/framework:distributeddatasvcfwk", 103 "header": { 104 "header_files": [ 105 "backuprule/backup_rule_manager.h", 106 "checker/checker_manager.h", 107 "cloud/asset_loader.h", 108 "cloud/change_event.h", 109 "cloud/cloud_db.h", 110 "cloud/cloud_event.h", 111 "cloud/cloud_info.h", 112 "cloud/cloud_server.h", 113 "cloud/schema_meta.h", 114 "cloud/subscription.h", 115 "cloud/sync_event.h", 116 "directory/directory_manager.h", 117 "error/general_error.h", 118 "eventcenter/event.h", 119 "eventcenter/event_center.h", 120 "feature/feature_system.h", 121 "metadata/appid_meta_data.h", 122 "metadata/capability_meta_data.h", 123 "metadata/capability_range.h", 124 "metadata/corrupted_meta_data.h", 125 "metadata/matrix_meta_data.h", 126 "metadata/meta_data.h", 127 "metadata/meta_data_manager.h", 128 "metadata/secret_key_meta_data.h", 129 "metadata/store_meta_data.h", 130 "metadata/store_meta_data_local.h", 131 "metadata/strategy_meta_data.h", 132 "metadata/user_meta_data.h", 133 "serializable/serializable.h", 134 "snapshot/bind_event.h", 135 "snapshot/machine_status.h", 136 "snapshot/snapshot.h", 137 "store/auto_cache.h", 138 "store/cursor.h", 139 "store/general_store.h", 140 "store/general_value.h", 141 "store/general_watcher.h", 142 "utils/anonymous.h", 143 "utils/block_integer.h", 144 "utils/constant.h", 145 "utils/converter.h", 146 "utils/crypto.h", 147 "utils/endian_converter.h", 148 "utils/ref_count.h" 149 ], 150 "header_base": "//foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/framework/include" 151 } 152 } 153 ], 154 "test": [ 155 "//foundation/distributeddatamgr/datamgr_service:fuzztest", 156 "//foundation/distributeddatamgr/datamgr_service:build_native_test", 157 "//foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/rust/ylong_cloud_extension:rust_ylong_cloud_ext_unit_test" 158 ] 159 } 160 } 161}