1{ 2 "name": "@ohos/location_locator", 3 "version": "3.1.0", 4 "description": "Location Management Capability 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_locator" 14 }, 15 "component": { 16 "name": "location_locator", 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 "appexecfwk_standard", 33 "hisysevent_native", 34 "samgr_standard", 35 "startup_l2", 36 "access_token" 37 ], 38 "third_party": [] 39 }, 40 "build": { 41 "sub_component": [ 42 "//base/location/location_locator/locator:lbsservice_locator", 43 "//base/location/etc:etc", 44 "//base/location/profile:location_sa_profile" 45 ], 46 "test": [ 47 "//base/location/location_locator/test/unittest:unittest" 48 ] 49 }, 50 "hisysevent_config": [ 51 "//base/location/location_locator/hisysevent.yaml" 52 ] 53 } 54}