diff options
author | Nick Van Doorn <vandoorn.nick@gmail.com> | 2018-04-02 19:50:14 -0700 |
---|---|---|
committer | Nick Van Doorn <vandoorn.nick@gmail.com> | 2018-04-02 19:50:14 -0700 |
commit | 2eceb0c1d9a6a02bbc5bdf1630f2198f1d96dd04 (patch) | |
tree | 440076860ccab6cc04cfdeccd71c2bb85455df99 /gpsMonitor.adef |
Initial commit
Diffstat (limited to 'gpsMonitor.adef')
-rw-r--r-- | gpsMonitor.adef | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/gpsMonitor.adef b/gpsMonitor.adef new file mode 100644 index 0000000..e7edc07 --- /dev/null +++ b/gpsMonitor.adef @@ -0,0 +1,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 +} |