gps.xml.l10 3.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106
  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. SuplOtdoaCapable2="true"
  37. SuplGlonassCapable = "true"
  38. SuplGalileoCapable = "true"
  39. SuplBdsCapable = "true"
  40. SuplMgpsCapable = "true"
  41. RtoEnable="true"
  42. RtiEnable="true"
  43. HttpSyncLto="true"
  44. LtoFileName="lto2.dat"
  45. LtoDir="/data/vendor/gps/"
  46. LtoSyncThresholdDays="1"
  47. GnssYearOfHardware="2020"
  48. CpEarlyFixGuardTimeSec="1"
  49. CpGuardTimeSec="1"
  50. CpLppGuardTimeSec="1"
  51. IgnoreInjectedSystemTime="true"
  52. AttributionAppPkgName="com.google.android.carrierlocation"
  53. AssertEnabled="true"
  54. ExitOnComFailure="true"
  55. CpLppeCancelDbhOnAgnssProvideLoc="true"
  56. CpLppeUseAgnssLocForEmptyDbh="true"
  57. CpLppHighAccuracyShapeMode="1"
  58. ReAidingOnHotStart="false"
  59. ReAidingIntervalSec="3600"
  60. RuntimeSwLteFilterEnable="true"
  61. PpsDevice="/sys/class/pps/pps0/assert_elapsed"
  62. SensorsMask="0x244"
  63. MaxThreadNum="13"
  64. />
  65. <gll
  66. PpsEnable="true"
  67. LogPriMask="LOG_INFO"
  68. LogFacMask="LOG_NMEA | LOG_GLLIOS | LOG_GLLAPI"
  69. FrqPlan="FRQ_PLAN_26MHZ_2PPM_49_152MHZ_300PPB"
  70. MultiCarrRFMode="GL_MULTI_CARR_RF_MODE_L1"
  71. MultiCarrLnaMask="L1_EXT_ON"
  72. RfType="GL_RF_4776_BRCM"
  73. WarmStandbyTimeout1Seconds="10"
  74. WarmStandbyTimeout2Seconds="15"
  75. EnableGnssPropagateInStandby="true"
  76. RfPathLossDb_Ap="4"
  77. RfPathLossDb_Cp="4"
  78. 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"
  79. EnableOnChipStopNotification="2"
  80. PowerMode="3"
  81. MinGpsWeekNumber="2216"
  82. OnChipAccMask="50"
  83. EnableB1C="false"
  84. RTICacheTimeoutSec="3600"
  85. />
  86. <gll_features
  87. EnableQzsAutoSwitch="false"
  88. EnableGloAutoSwitch="false"
  89. EnableNicAutoSwitch="true"
  90. />
  91. </glgps>