1{ 2 "name": "@ohos/drivers_peripheral_location_agnss", 3 "description": "location agnss hdf", 4 "version": "1.0", 5 "license": "Apache License 2.0", 6 "publishAs": "code-segment", 7 "segment": { 8 "destPath": "drivers/peripheral/location/agnss" 9 }, 10 "dirs": {}, 11 "scripts": {}, 12 "component": { 13 "name": "drivers_peripheral_location_agnss", 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_agnss", 24 "drivers_peripheral_location_gnss", 25 "ipc", 26 "hdf_core", 27 "hilog" 28 ], 29 "third_party": [] 30 }, 31 "build": { 32 "sub_component": [ 33 "//drivers/peripheral/location/agnss:location_agnss_entry" 34 ] 35 } 36 } 37 } 38