universal9830: initial import

Signed-off-by: Francescodario Cuzzocrea <bosconovic@gmail.com>
This commit is contained in:
Francescodario Cuzzocrea
2023-05-04 21:28:23 +02:00
commit a89fd7f3f4
218 changed files with 16666 additions and 0 deletions
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
+27
View File
@@ -0,0 +1,27 @@
#! /vendor/bin/sh
SILENT_LOGGING_9900=/data/vendor/gps/silentGnssLogging
SILENT_LOGGING_ISSUETRACKER=/data/vendor/gps/silentGnssLoggingIssueTracker
GSI_IMAGE=/data/vendor/gps/GSI
CONFIGFILE=/vendor/etc/gnss/gps.xml
DAEMONFILE=/vendor/bin/hw/gpsd
if [ -d "$SILENT_LOGGING_ISSUETRACKER" ] ; then
CONFIGFILE=/vendor/etc/gnss/gps.issuetracker.xml
fi
if [ -d "$SILENT_LOGGING_9900" ] ; then
CONFIGFILE=/vendor/etc/gnss/gps.debug.xml
fi
if [ -d "$GSI_IMAGE" ] ; then
CONFIGFILE=/vendor/etc/gnss/gps.gsi.xml
if [ -e "$CONFIGFILE" ] ; then
CONFIGFILE=/vendor/etc/gnss/gps.gsi.xml
else
CONFIGFILE=/vendor/etc/gnss/gps.xml
fi
fi
exec $DAEMONFILE -c $CONFIGFILE
BIN
View File
Binary file not shown.
BIN
View File
Binary file not shown.
BIN
View File
Binary file not shown.
Binary file not shown.
Binary file not shown.