• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1component_class: HAL_CONVENTIONAL
2component_type: GPS
3component_type_version: 1.0
4
5original_data_structure_name: "struct gps_device_t"
6
7header: "<hardware/hardware.h>"
8header: "<hardware/gps.h>"
9
10interface: {
11  api: {
12    name: "get_gps_interface"
13    return_type: {
14      type: TYPE_PREDEFINED
15      predefined_type: "GpsInterface*"
16    }
17    arg: {
18      type: TYPE_PREDEFINED
19      predefined_type: "struct gps_device_t*"
20    }
21    callflow: {
22      entry: true
23    }
24  }
25}