{ "name": "@ohos/distributeddatamgr_preferences", "version": "3.1.0", "description": "Local Data Management", "homePage": "https://gitee.com/openharmony", "license": "Apache V2", "repository": "https://gitee.com/openharmony/distributeddatamgr_preferences", "domain": "os", "language": "", "publishAs": "code-segment", "private": false, "scripts": {}, "tags": [ "foundation" ], "keywords": [ "distributeddatamgr", "preferences" ], "envs": [], "dirs": {}, "author": { "name": "", "email": "", "url": "" }, "contributors": [ { "name": "", "email": "", "url": "" } ], "segment": { "destPath": "foundation/distributeddatamgr/preferences" }, "component": { "name": "preferences", "subsystem": "distributeddatamgr", "syscap": [ "SystemCapability.DistributedDataManager.Preferences.Core" ], "features": [], "adapted_system_type": [ "standard" ], "rom": "", "ram": "", "deps": { "components": [ "ability_runtime", "napi", "hilog_native", "ipc", "c_utils", "ability_base" ], "third_party": [ "libxml2", "gtest_main" ] }, "build": { "sub_component": [ "//foundation/distributeddatamgr/preferences/interfaces/inner_api:native_preferences", "//foundation/distributeddatamgr/preferences/frameworks/js/napi/preferences:preferences", "//foundation/distributeddatamgr/preferences/frameworks/js/napi/storage:storage", "//foundation/distributeddatamgr/preferences/frameworks/js/napi/system_storage:storage_napi" ], "inner_kits": [ { "name": "//foundation/distributeddatamgr/preferences/interfaces/inner_api:native_preferences", "header": { "header_files": [ "preferences.h", "preferences_observer.h", "preferences_helper.h", "preferences_errno.h", "preferences_value.h" ], "header_base": "//foundation/distributeddatamgr/preferences/interfaces/inner_api/include" } } ], "test": [ "//foundation/distributeddatamgr/preferences/test/native:unittest", "//foundation/distributeddatamgr/preferences/test/js:unittest", "//foundation/distributeddatamgr/preferences/test/native/fuzztest/preferences_fuzzer:PreferencesFuzzTest" ] } } }