diff --git a/gps_eu.conf b/gps_eu.conf new file mode 100644 index 0000000..f865419 --- /dev/null +++ b/gps_eu.conf @@ -0,0 +1,51 @@ +NTP_SERVER=europe.pool.ntp.org +XTRA_SERVER_1=http://xtra1.gpsonextra.net/xtra.bin +XTRA_SERVER_2=http://xtra2.gpsonextra.net/xtra.bin +XTRA_SERVER_3=http://xtra3.gpsonextra.net/xtra.bin +NTP_SERVER=0.europe.pool.ntp.org +NTP_SERVER=1.europe.pool.ntp.org +NTP_SERVER=2.europe.pool.ntp.org +NTP_SERVER=3.europe.pool.ntp.org +XTRA_SERVER_1=http://xtra1.gpsonextra.net/xtra.bin +XTRA_SERVER_2=http://xtra2.gpsonextra.net/xtra.bin +XTRA_SERVER_3=http://xtra3.gpsonextra.net/xtra.bin +SUPL_HOST=supl.google.com +SUPL_PORT=7276 +SUPL_HOST=FQDN +SUPL_PORT=7275 +SUPL_TLS_HOST=FQDN +SUPL_TLS_CERT=/etc/SuplRootCert + +########################################### +# Enable/disable automatic (periodic) # +# download requests of gpsOneXTRA # +# assistance data to client # +# Range: 0 to 1 # +# Default: 0 (Disabled) # +########################################### +GPS1_XTRA_AUTO_DOWNLOAD_ENABLED=0 + +########################################### +# Time (in hours) between automatic # +# download requests of gpsOneXTRA # +# assistance data to client # +# Range: 1 to 168 (168 = hr in a week) # +# Default: 24 hr # +########################################### +GPS1_XTRA_DOWNLOAD_INTERVAL=24 + +########################################### +# Enable/disable to shutdown the gpsOne # +# engine properly on GPS off # +# Range: 0 to 1 # +# Default: 1 (Enabled) # +########################################### +GPS1_CLEANUP_ENABLED=1 + +########################################### +# Time (in seconds) between invoking # +# pdsm_get_position() # +# Range: 2 to 120 # +# Default: 2 seconds # +########################################### +GPS1_SESSION_TIMEOUT=2 diff --git a/leo_eu.mk b/leo_eu.mk index cf53683..83d2236 100755 --- a/leo_eu.mk +++ b/leo_eu.mk @@ -20,7 +20,9 @@ # # The gps config appropriate for this device -$(call inherit-product, device/common/gps/gps_eu_supl.mk) +PRODUCT_COPY_FILES += \ + device/htc/leo/gps_eu.conf:system/etc/gps.conf + # The rest of the configuration is inherited from a generic config $(call inherit-product, device/htc/leo/leo.mk)