summaryrefslogtreecommitdiff
path: root/etc/gps.conf
diff options
context:
space:
mode:
authorHoss Zhou <zhouh@codeaurora.org>2018-11-27 15:00:57 +0800
committerHoss Zhou <zhouh@codeaurora.org>2018-11-30 16:07:06 +0800
commit3203504a28c72cf9823f1864b46b8692cf7979ec (patch)
tree29e63e8eff421f98e9e1f1170a3895ff3e34dacf /etc/gps.conf
parent372ec44be0cbe58e5cd8b0d2df8ddf89b9a64be7 (diff)
downloadgps-3203504a28c72cf9823f1864b46b8692cf7979ec.tar.gz
PZ90 datum support
add a configuration DATUM_TYPE in gps.conf to configure datum type. Default datum type is WGS84. Change-Id: Ia8404aa5cf6d49741b9f487f8b086abd095f21ea CRs-fixed: 2338883
Diffstat (limited to 'etc/gps.conf')
-rw-r--r--etc/gps.conf7
1 files changed, 7 insertions, 0 deletions
diff --git a/etc/gps.conf b/etc/gps.conf
index 2f2e5ca..e5be385 100644
--- a/etc/gps.conf
+++ b/etc/gps.conf
@@ -95,6 +95,13 @@ CAPABILITIES=0x37
# 3: Enable both LPP_User_Plane and LPP_Control_Plane
LPP_PROFILE = 2
+####################################
+#Datum Type
+####################################
+# 0: WGS-84
+# 1: PZ-90
+DATUM_TYPE = 0
+
################################
# EXTRA SETTINGS
################################