1{ 2 "name": "@ohos/distributeddatamgr_preferences", 3 "version": "3.1.0", 4 "description": "Local Data Management", 5 "homePage": "https://gitee.com/openharmony", 6 "license": "Apache V2", 7 "repository": "https://gitee.com/openharmony/distributeddatamgr_preferences", 8 "domain": "os", 9 "language": "", 10 "publishAs": "code-segment", 11 "private": false, 12 "scripts": {}, 13 "tags": [ 14 "foundation" 15 ], 16 "keywords": [ 17 "distributeddatamgr", 18 "preferences" 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/preferences" 36 }, 37 "component": { 38 "name": "preferences", 39 "subsystem": "distributeddatamgr", 40 "syscap": [ 41 "SystemCapability.DistributedDataManager.Preferences.Core" 42 ], 43 "features": [], 44 "adapted_system_type": [ 45 "standard" 46 ], 47 "rom": "", 48 "ram": "", 49 "deps": { 50 "components": [ 51 "ability_runtime", 52 "napi", 53 "hilog_native", 54 "ipc", 55 "c_utils", 56 "ability_base" 57 ], 58 "third_party": [ 59 "libxml2", 60 "gtest_main" 61 ] 62 }, 63 "build": { 64 "sub_component": [ 65 "//foundation/distributeddatamgr/preferences/interfaces/inner_api:native_preferences", 66 "//foundation/distributeddatamgr/preferences/frameworks/js/napi/preferences:preferences", 67 "//foundation/distributeddatamgr/preferences/frameworks/js/napi/storage:storage", 68 "//foundation/distributeddatamgr/preferences/frameworks/js/napi/system_storage:storage_napi" 69 ], 70 "inner_kits": [ 71 { 72 "name": "//foundation/distributeddatamgr/preferences/interfaces/inner_api:native_preferences", 73 "header": { 74 "header_files": [ 75 "preferences.h", 76 "preferences_observer.h", 77 "preferences_helper.h", 78 "preferences_errno.h", 79 "preferences_value.h" 80 ], 81 "header_base": "//foundation/distributeddatamgr/preferences/interfaces/inner_api/include" 82 } 83 } 84 ], 85 "test": [ 86 "//foundation/distributeddatamgr/preferences/test/native:unittest", 87 "//foundation/distributeddatamgr/preferences/test/js:unittest", 88 "//foundation/distributeddatamgr/preferences/test/native/fuzztest/preferences_fuzzer:PreferencesFuzzTest" 89 ] 90 } 91 } 92} 93