s5e8825-common: Add proprietary GPS blobs
Change-Id: I38cd975ecc8a9180678a9a1489a247a4b66fcf62 Signed-off-by: Majaahh <maja.blaszczak@proton.me>
This commit is contained in:
22
proprietary/vendor/bin/hw/gps.sh
vendored
Executable file
22
proprietary/vendor/bin/hw/gps.sh
vendored
Executable file
@@ -0,0 +1,22 @@
|
||||
#! /vendor/bin/sh
|
||||
|
||||
SILENT_LOGGING_9900=/data/vendor/gps/silentGnssLogging
|
||||
SILENT_LOGGING_ISSUETRACKER=/data/vendor/gps/silentGnssLoggingIssueTracker
|
||||
SILENT_LOGGING_FILE_ISSUETRACKER=/vendor/etc/gnss/gps.issuetracker.cfg
|
||||
|
||||
CONFIGFILE=/vendor/etc/gnss/gps.cfg
|
||||
DAEMONFILE=/vendor/bin/hw/gpsd
|
||||
|
||||
if [ -d "$SILENT_LOGGING_ISSUETRACKER" ] ; then
|
||||
if [ -e "$SILENT_LOGGING_FILE_ISSUETRACKER" ] ; then
|
||||
CONFIGFILE=/vendor/etc/gnss/gps.issuetracker.cfg
|
||||
else
|
||||
CONFIGFILE=/vendor/etc/gnss/gps.debug.cfg
|
||||
fi
|
||||
fi
|
||||
|
||||
if [ -d "$SILENT_LOGGING_9900" ] ; then
|
||||
CONFIGFILE=/vendor/etc/gnss/gps.debug.cfg
|
||||
fi
|
||||
|
||||
exec $DAEMONFILE -c $CONFIGFILE
|
||||
BIN
proprietary/vendor/bin/hw/gpsd
vendored
Executable file
BIN
proprietary/vendor/bin/hw/gpsd
vendored
Executable file
Binary file not shown.
BIN
proprietary/vendor/bin/hw/vendor.samsung.hardware.gnss@2.1-service
vendored
Executable file
BIN
proprietary/vendor/bin/hw/vendor.samsung.hardware.gnss@2.1-service
vendored
Executable file
Binary file not shown.
Reference in New Issue
Block a user