1{ 2 "name": "@ohos/settings_standard", 3 "description": "Settings app for standard system.", 4 "version": "3.1", 5 "license": "Apache License 2.0", 6 "publishAs": "code-segment", 7 "segment": { 8 "destPath": "applications/standard/settings" 9 }, 10 "dirs": {}, 11 "scripts": {}, 12 "component": { 13 "name": "settings_standard", 14 "subsystem": "applications", 15 "syscap": [ 16 "SystemCapability.Applications.settings.Core" 17 ], 18 "features": [], 19 "adapted_system_type": [ 20 "standard" 21 ], 22 "rom": "", 23 "ram": "", 24 "deps": { 25 "components": [ 26 "ability_base", 27 "ability_runtime", 28 "c_utils", 29 "data_share", 30 "hiviewdfx_hilog_native", 31 "relational_store", 32 "napi" 33 ], 34 "third_party": [] 35 }, 36 "build": { 37 "sub_component": [ 38 "//applications/standard/settings/napi/settings:settings" 39 ], 40 "inner_kits": [], 41 "test": [] 42 } 43 } 44} 45