1{ 2 "name": "@ohos/data_storage", 3 "version": "3.1.0", 4 "description": "telephony data storage service", 5 "publishAs": "code-segment", 6 "homePage": "https://gitee.com/openharmony", 7 "repository": "https://gitee.com/openharmony/telephony_data_storage", 8 "license": "Apache License 2.0", 9 "language": "", 10 "private": false, 11 "scripts": {}, 12 "envs": [], 13 "dirs": [], 14 "author": {}, 15 "contributors": [], 16 "segment": { 17 "destPath": "//base/telephony/data_storage" 18 }, 19 "component": { 20 "name": "data_storage", 21 "subsystem": "telephony", 22 "syscap": [ 23 "SystemCapability.Telephony.DataStorage" 24 ], 25 "features": [], 26 "adapted_system_type": [ 27 "standard" 28 ], 29 "rom": "200KB", 30 "ram": "200KB", 31 "deps": { 32 "components": [ 33 "ability_base", 34 "appexecfwk_standard", 35 "ces_standard", 36 "dmsfwk_standard", 37 "hiviewdfx_hilog_native", 38 "native_appdatamgr", 39 "safwk", 40 "utils_base" 41 ], 42 "third_party": [ 43 "jsoncpp" 44 ] 45 }, 46 "build": { 47 "sub_component": [ 48 "//base/telephony/data_storage:tel_data_storage", 49 "//base/telephony/data_storage:Telephony_Data_Storage" 50 ], 51 "inner_kits": [ 52 ], 53 "test": [ 54 "//base/telephony/data_storage/test:unittest" 55 ] 56 } 57 } 58} 59