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 "bounds_checking_function", 51 "napi", 52 "samgr", 53 "ipc", 54 "hilog", 55 "access_token", 56 "c_utils", 57 "device_manager", 58 "kv_store", 59 "libuv", 60 "common_event_service", 61 "dmsfwk", 62 "hisysevent" 63 ], 64 "third_party": [] 65 }, 66 "build": { 67 "sub_component": [ 68 "//foundation/distributeddatamgr/data_object/interfaces/jskits:build_module" 69 ], 70 "inner_kits": [ 71 { 72 "name": "//foundation/distributeddatamgr/data_object/interfaces/innerkits:distributeddataobject_impl", 73 "header": { 74 "header_files": [ 75 "distributed_object.h", 76 "distributed_objectstore.h", 77 "objectstore_errors.h", 78 "object_types.h" 79 ], 80 "header_base": "//foundation/distributeddatamgr/data_object/interfaces/innerkits" 81 } 82 } 83 ], 84 "test": [ 85 "//foundation/distributeddatamgr/data_object/frameworks/innerkitsimpl/test/unittest:unittest", 86 "//foundation/distributeddatamgr/data_object/frameworks/jskitsimpl/test/unittest:unittest", 87 "//foundation/distributeddatamgr/data_object/frameworks/innerkitsimpl/test/fuzztest/objectstore_fuzzer:fuzztest" 88 ] 89 } 90 } 91}