summaryrefslogtreecommitdiff
path: root/gpsMonitor.adef
blob: e7edc07d18c4488b45074a21870bbbda4ff23812 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
sandboxed: true
version: 1.1.0
start: auto

executables:
{
  gpsMonitor = ( location )
}

processes:
{
  envVars:
  {
    LE_LOG_LEVEL = DEBUG
  }
  run:
  {
     ( gpsMonitor )
  }
  faultAction: restartApp
}

bindings:
{
  gpsMonitor.location.le_posCtrl -> positioningService.le_posCtrl
  gpsMonitor.location.le_pos -> positioningService.le_pos
}

extern:
{
  gpsMonitor.location.brnkl_gps
}