diff options
author | RGIB <gibellini.roberto@gmail.com> | 2016-06-22 12:32:56 +0200 |
---|---|---|
committer | RGIB <gibellini.roberto@gmail.com> | 2016-06-22 12:32:56 +0200 |
commit | 6423b9447537d657bf62c0e47aee6ebca5464ef5 (patch) | |
tree | f69ef26e244e03424005035b1fc33848459a3e0f /include | |
parent | 493fdf6251b4d0402145027cadca267072be3383 (diff) | |
download | device_samsung_n5100-6423b9447537d657bf62c0e47aee6ebca5464ef5.zip device_samsung_n5100-6423b9447537d657bf62c0e47aee6ebca5464ef5.tar.gz device_samsung_n5100-6423b9447537d657bf62c0e47aee6ebca5464ef5.tar.bz2 |
n5100 : cleanup
Change-Id: Ic89350225ffec0f96cbe38872aae8b0cc635b6a6
Diffstat (limited to 'include')
-rw-r--r-- | include/hardware/gps.xml | 72 |
1 files changed, 72 insertions, 0 deletions
diff --git a/include/hardware/gps.xml b/include/hardware/gps.xml new file mode 100644 index 0000000..38f16ad --- /dev/null +++ b/include/hardware/gps.xml @@ -0,0 +1,72 @@ +<?xml version="1.0" encoding="utf-8"?> +<glgps xmlns="http://www.glpals.com/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.glpals.com/glconfig.xsd" > + <!--HAL Confguration --> + <hal + acPortName="/dev/ttySAC1" + lBaudRate="921600" + gpioNStdbyPath="/sys/class/sec/gps/GPS_PWR_EN/value" + gpioDelayMs="250" + acNvStoDir="/data/system/gps/" + FactoryTestFilePath="/data/" + + Log="JAVA" + acLogDirectory="/storage/sdcard0/gps/broadcom/storage" + + TISEnabled="true" + LPmode="false" + cp-cold-start="false" + cp-guard-time-sec="1" + + arp-supl-enable="true" + arp-supl-cap-msb="true" + arp-supl-cap-msa="true" + arp-supl-cap-ecid="false" + arp-supl-use-apn="false" + acSuplServer="supl.google.com" + SuplPort="7276" + tlsCertPath="/system/bin/gps.cer" + tlsEnable="false" + ReAidingIntervalSec="1200" + SuplUT1Seconds="20" + SuplUT2Seconds="20" + SuplUT3Seconds="20" + SuplVersion="1" + + LbsEnable="true" + LbsLocal="false" + LbsServer="BCMLS2.glpals.com" + LbsPort="7275" + LbsSyncLto="false" + SyncLto="true" + ltoFileName="lto2.dat" + acLtoDir="/data/system/gps/" + LbsSyncLtoThresholdDays="1" + LbsTAC="10101106" + ctrlPipe="/data/gps/glgpsctrl" + LbsWlanEnable="false" + + IgnoreJniTime="true" + AssertEnabled="false" + + SensorsEnable="false" + SensorsPowerSave="false" + SensorsLog="false" + + /> + + <gll + LogPriMask="LOG_INFO" + LogFacMask="LOG_GLLIO | LOG_RAWDATA | LOG_DEVKF | LOG_GLLAPI | LOG_NMEA" + FrqPlan="FRQ_PLAN_26MHZ_2PPM_26MHZ_300PPB" + RfType="GL_RF_4752_BRCM_EXT_LNA" + WarmStandbyTimeout1Seconds="10" + WarmStandbyTimeout2Seconds="15" + > + </gll> + + <gll_features + EnableLowPowerEls="false" + EnableLowPowerPmm="true" + /> + +</glgps> |