gps.xml.l10 2.8 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394
  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="false"
  22. SuplUseApnNI="true"
  23. SuplUseFwCellInfo="false"
  24. SuplDummyCellInfo ="true"
  25. SuplTlsCertDirPath="/etc/security/cacerts"
  26. SuplTlsCertPath="/vendor/etc/gnss/gps.cer"
  27. SuplUT1Seconds="20"
  28. SuplUT2Seconds="20"
  29. SuplUT3Seconds="20"
  30. TcpConnectionTimeout="20"
  31. SuplLppCapable="true"
  32. SuplEcidCapable="true"
  33. SuplVersion="2"
  34. SuplMinorVersion="0"
  35. SuplOtdoaCapable="true"
  36. SuplGlonassCapable = "true"
  37. SuplGalileoCapable = "true"
  38. SuplBdsCapable = "true"
  39. SuplMgpsCapable = "true"
  40. RtoEnable="true"
  41. RtiEnable="true"
  42. HttpSyncLto="true"
  43. LtoFileName="lto2.dat"
  44. LtoDir="/data/vendor/gps/"
  45. LtoSyncThresholdDays="1"
  46. GnssYearOfHardware="2020"
  47. CpGuardTimeSec="1"
  48. CpLppGuardTimeSec="1"
  49. IgnoreInjectedSystemTime="true"
  50. AttributionAppPkgName="com.google.android.carrierlocation"
  51. AssertEnabled="true"
  52. CpLppeCancelDbhOnAgnssProvideLoc="true"
  53. CpLppeUseAgnssLocForEmptyDbh="true"
  54. ReAidingOnHotStart="false"
  55. ReAidingIntervalSec="1200"
  56. RuntimeSwLteFilterEnable="true"
  57. PpsDevice="/sys/class/pps/pps0/assert_elapsed"
  58. />
  59. <gll
  60. PpsEnable="true"
  61. LogPriMask="LOG_INFO"
  62. LogFacMask="LOG_NMEA | LOG_GLLIOS | LOG_GLLAPI"
  63. FrqPlan="FRQ_PLAN_26MHZ_2PPM_49_152MHZ_300PPB"
  64. MultiCarrRFMode="GL_MULTI_CARR_RF_MODE_L1"
  65. MultiCarrLnaMask="L1_EXT_ON"
  66. RfType="GL_RF_4776_BRCM"
  67. WarmStandbyTimeout1Seconds="10"
  68. WarmStandbyTimeout2Seconds="15"
  69. EnableGnssPropagateInStandby="true"
  70. RfPathLossDb_Ap="4"
  71. RfPathLossDb_Cp="4"
  72. 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"
  73. EnableOnChipStopNotification="2"
  74. PowerMode="3"
  75. MinGpsWeekNumber="2216"
  76. />
  77. <gll_features
  78. EnableNicAutoSwitch="true"
  79. />
  80. </glgps>