1{ 2 "name": "@ohos/drivers_peripheral_location_gnss", 3 "description": "location gnss hdf", 4 "version": "2.0", 5 "license": "Apache License 2.0", 6 "publishAs": "code-segment", 7 "segment": { 8 "destPath": "drivers/peripheral/location/gnss" 9 }, 10 "dirs": {}, 11 "scripts": {}, 12 "component": { 13 "name": "drivers_peripheral_location_gnss", 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_gnss", 24 "ipc", 25 "hdf_core", 26 "hilog" 27 ], 28 "third_party": [] 29 }, 30 "build": { 31 "sub_component": [ 32 "//drivers/peripheral/location/gnss:location_gnss_entry" 33 ], 34 "inner_kits": [ 35 { 36 "name": "//drivers/peripheral/location/gnss/hdi_service:libgnss_interface_service_2.0", 37 "header": { 38 "header_files": [ 39 "gnss_interface_impl.h", 40 "location_vendor_interface.h", 41 "location_vendor_lib.h" 42 ], 43 "header_base": "//drivers/peripheral/location/gnss/hdi_service" 44 } 45 } 46 ] 47 } 48 } 49 } 50