1{ 2 "name": "@ohos/drivers_peripheral_location_geofence", 3 "description": "location geofence hdf", 4 "version": "1.0", 5 "license": "Apache License 2.0", 6 "publishAs": "code-segment", 7 "segment": { 8 "destPath": "drivers/peripheral/location/geofence" 9 }, 10 "dirs": {}, 11 "scripts": {}, 12 "component": { 13 "name": "drivers_peripheral_location_geofence", 14 "subsystem": "hdf", 15 "adapted_system_type": [ 16 "standard" 17 ], 18 "rom": "1000KB", 19 "ram": "1000KB", 20 "deps": { 21 "components": [ 22 "c_utils", 23 "drivers_interface_location_geofence", 24 "ipc", 25 "hdf_core", 26 "hilog" 27 ], 28 "third_party": [] 29 }, 30 "build": { 31 "sub_component": [ 32 "//drivers/peripheral/location/geofence:location_geofence_entry" 33 ] 34 } 35 } 36 } 37