Procházet zdrojové kódy

[L10] gps: enable GNSS PPS feature am: da2b518a5c am: 3876760262

Original change: https://googleplex-android-review.googlesource.com/c/device/google/lynx/+/20573220

Change-Id: I422654f92c8d3553a0a861f70e5d33f7f09e5fa8
Signed-off-by: Automerger Merge Worker <[email protected]>
junkyukang před 2 roky
rodič
revize
c1e231240e

+ 2 - 0
location/gps.xml.l10

@@ -61,9 +61,11 @@
        ReAidingOnHotStart="false"
        ReAidingIntervalSec="1200"
        RuntimeSwLteFilterEnable="true"
+       PpsDevice="/sys/class/pps/pps0/assert_elapsed"
   />
 
   <gll
+       PpsEnable="true"
        LogPriMask="LOG_INFO"
        LogFacMask="LOG_NMEA | LOG_GLLIOS | LOG_GLLAPI"
        FrqPlan="FRQ_PLAN_26MHZ_2PPM_49_152MHZ_300PPB"

+ 2 - 0
location/gps_user.xml.l10

@@ -60,9 +60,11 @@
        ReAidingOnHotStart="false"
        ReAidingIntervalSec="1200"
        RuntimeSwLteFilterEnable="true"
+       PpsDevice="/sys/class/pps/pps0/assert_elapsed"
   />
 
   <gll
+       PpsEnable="true"
        LogPriMask="LOG_INFO"
        LogFacMask="LOG_NMEA | LOG_GLLIOS | LOG_GLLAPI"
        FrqPlan="FRQ_PLAN_26MHZ_2PPM_49_152MHZ_300PPB"

+ 1 - 0
location/lhd.conf.l10

@@ -31,3 +31,4 @@ SecondaryConfigPath=/data/vendor/gps/overlay/lhd_overlay.conf
 
 SkipSensorWakeLock=true
 LoggerWakeLockEnable=false
+PpsEnable=true

+ 1 - 0
location/lhd_user.conf.l10

@@ -29,3 +29,4 @@ TrafficLogEnabled=false
 
 SkipSensorWakeLock=true
 LoggerWakeLockEnable=false
+PpsEnable=true