1{ 2 "name": "@ohos/location_common", 3 "version": "3.1.0", 4 "description": "Common Module Capabilities in Location Services.", 5 "homePage": "https://gitee.com/openharmony", 6 "license": "Apache License 2.0", 7 "repository": "", 8 "domain": "os", 9 "language": "", 10 "publishAs": "code-segment", 11 "private": false, 12 "segment": { 13 "destPath": "base/location/location_common" 14 }, 15 "component": { 16 "name": "location_common", 17 "subsystem": "location", 18 "syscap": [ 19 "SystemCapability.Location.Location" 20 ], 21 "features": [], 22 "adapted_system_type": [ 23 "standard" 24 ], 25 "rom": "", 26 "ram": "", 27 "deps": { 28 "components": [ 29 "ipc", 30 "ces_standard", 31 "hiviewdfx_hilog_native", 32 "access_token", 33 "startup_l2:syspara" 34 ], 35 "third_party": [] 36 }, 37 "build": { 38 "sub_component": [ 39 "//base/location/location_common/common:lbsservice_common", 40 "//base/location/etc:etc", 41 "//base/location/profile:location_sa_profile" 42 ], 43 "test": [] 44 } 45 } 46}