1{ 2 "name": "@ohos/data_object", 3 "version": "3.1.0", 4 "description": "The distributed data object management framework is an object-oriented in-memory data management framework", 5 "homePage": "https://gitee.com/openharmony", 6 "license": "Apache V2", 7 "repository": "https://gitee.com/openharmony/distributeddatamgr_data_object ", 8 "domain": "ohos", 9 "language": "", 10 "publishAs": "code-segment", 11 "private": false, 12 "scripts": {}, 13 "tags": [ 14 "foundation" 15 ], 16 "envs": [], 17 "dirs": [], 18 "author": { 19 "name": "", 20 "email": "", 21 "url": "" 22 }, 23 "contributors": [ 24 { 25 "name": "", 26 "email": "", 27 "url": "" 28 } 29 ], 30 "segment": { 31 "destPath": "foundation/distributeddatamgr/data_object" 32 }, 33 "component": { 34 "name": "data_object", 35 "subsystem": "distributeddatamgr", 36 "syscap": [ 37 "SystemCapability.DistributedDataManager.DataObject.DistributedObject" 38 ], 39 "features": [], 40 "adapted_system_type": [ 41 "standard" 42 ], 43 "rom": "1024KB", 44 "ram": "1024KB", 45 "deps": { 46 "components": [ 47 "ability_runtime", 48 "hitrace", 49 "dsoftbus", 50 "napi", 51 "samgr", 52 "ipc", 53 "hilog", 54 "access_token", 55 "c_utils", 56 "device_manager", 57 "kv_store", 58 "common_event_service" 59 ], 60 "third_party": [ 61 "libuv", 62 "bounds_checking_function" 63 ] 64 }, 65 "build": { 66 "sub_component": [ 67 "//foundation/distributeddatamgr/data_object/interfaces/jskits:build_module" 68 ], 69 "inner_kits": [ 70 { 71 "name": "//foundation/distributeddatamgr/data_object/interfaces/innerkits:distributeddataobject_impl", 72 "header": { 73 "header_files": [ 74 "distributed_object.h", 75 "distributed_objectstore.h", 76 "objectstore_errors.h" 77 ], 78 "header_base": "//foundation/distributeddatamgr/data_object/interfaces/innerkits" 79 } 80 } 81 ], 82 "test": [ 83 "//foundation/distributeddatamgr/data_object/frameworks/innerkitsimpl/test/unittest:unittest", 84 "//foundation/distributeddatamgr/data_object/frameworks/jskitsimpl/test/unittest:unittest", 85 "//foundation/distributeddatamgr/data_object/frameworks/innerkitsimpl/test/fuzztest/objectstore_fuzzer:fuzztest" 86 ] 87 } 88 } 89}