gps.xml.l10 2.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <glgps xmlns="http://www.glpals.com/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.glpals.com/ glconfig.xsd" >
  3. <hal
  4. PortName="/dev/ttyBCM"
  5. BaudRate="921600"
  6. GpioNStdbyPath="/sys/devices/platform/10940000.spi/spi_master/spi5/spi5.0/nstandby"
  7. CustGpioDelayMs="250"
  8. LogEnabled="true"
  9. Log="JAVA"
  10. SecondaryConfigPath="/data/vendor/gps/overlay/gps_overlay.xml"
  11. LogDirectory="/sdcard/gps/broadcom/storage/"
  12. CtrlPipe="/data/vendor/gps/glgpsctrl"
  13. NmeaOutName="/data/vendor/gps/nmea_out"
  14. acSuplServer="supl.google.com"
  15. SuplPort="7275"
  16. SuplLogEnable="true"
  17. SuplLogFullName="/data/vendor/gps/suplflow.txt"
  18. tlsEnable="true"
  19. SuplSslMethod="SSLv23_NO_TLSv1_2"
  20. SuplEnable="true"
  21. SuplUseApn="true"
  22. SuplTlsCertDirPath="/etc/security/cacerts"
  23. SuplTlsCertPath="/vendor/etc/gnss/gps.cer"
  24. SuplUT1Seconds="20"
  25. SuplUT2Seconds="20"
  26. SuplUT3Seconds="20"
  27. TcpConnectionTimeout="20"
  28. SuplLppCapable="true"
  29. SuplEcidCapable="true"
  30. SuplVersion="2"
  31. SuplMinorVersion="0"
  32. SuplOtdoaCapable="true"
  33. SuplGlonassCapable = "true"
  34. SuplGalileoCapable = "true"
  35. SuplBdsCapable = "true"
  36. SuplMgpsCapable = "true"
  37. RtoEnable="true"
  38. RtiEnable="true"
  39. HttpSyncLto="true"
  40. LtoFileName="lto2.dat"
  41. LtoDir="/data/vendor/gps/"
  42. LtoSyncThresholdDays="1"
  43. GnssYearOfHardware="2020"
  44. CpGuardTimeSec="1"
  45. CpLppGuardTimeSec="1"
  46. IgnoreInjectedSystemTime="true"
  47. AttributionAppPkgName="com.google.android.carrierlocation"
  48. AssertEnabled="true"
  49. CpLppeCancelDbhOnAgnssProvideLoc="true"
  50. CpLppeUseAgnssLocForEmptyDbh="true"
  51. />
  52. <gll
  53. LogPriMask="LOG_INFO"
  54. LogFacMask="LOG_NMEA | LOG_GLLIOS | LOG_GLLAPI"
  55. FrqPlan="FRQ_PLAN_26MHZ_2PPM_49_152MHZ_300PPB"
  56. MultiCarrRFMode="GL_MULTI_CARR_RF_MODE_L1"
  57. MultiCarrLnaMask="L1_EXT_ON"
  58. RfType="GL_RF_4776_BRCM"
  59. EnableFilteringForLTEB13="true"
  60. WarmStandbyTimeout1Seconds="10"
  61. WarmStandbyTimeout2Seconds="15"
  62. EnableGnssPropagateInStandby="true"
  63. RfPathLossDb_Ap="4"
  64. RfPathLossDb_Cp="4"
  65. OnChipGpsCarrierType="3,2,3,3,2,3,2,3,3,3,1,2,1,3,2,1,2,3,1,1,1,1,3,3,3,3,3,1,2,3,2,3"
  66. EnableOnChipStopNotification="2"
  67. PowerMode="3"
  68. />
  69. <gll_features
  70. EnableNicAutoSwitch="true"
  71. />
  72. </glgps>