gps: Update sap.conf

Change-Id: Id2bc24d0f8af9f832a3e37a382011df2ac94b29d
cm-14.0
Michael Bestas 10 years ago committed by Gerrit Code Review
parent 391e57c21c
commit e35aa84df3

@ -1,10 +1,12 @@
################################
# Sensor Settings
################################
# Needs to be set explicitly based on sensor
# There is no default value.
# used in loc_eng_reinit
#The following parameters are optional.
#Internal defaults support MEMS sensors
#native to most handset devices.
#Device specific sensor characterization
#for improved performance is possible as
#described in SAP application notes.
#GYRO_BIAS_RANDOM_WALK=
#ACCEL_RANDOM_WALK_SPECTRAL_DENSITY=
#ANGLE_RANDOM_WALK_SPECTRAL_DENSITY=
@ -40,3 +42,12 @@ SENSOR_PROVIDER=1
# 0x0 - ENABLE_INS_POSITIONING_FILTER
SENSOR_ALGORITHM_CONFIG_MASK=0x0
# Time source used by Sensor HAL
# Setting this value controls accuracy of location sensor services.
# 0 - Unknown
# 1 - CLOCK_BOOTTIME
# 2 - CLOCK_MONOTONIC
# 3 - CLOCK_REALTIME
# 4 - CLOCK_BOOTTIME using Alarm timer interface
NDK_PROVIDER_TIME_SOURCE=1

Loading…
Cancel
Save