diff options
-rw-r--r-- | gps/gps.conf_WW | 4 | ||||
-rw-r--r-- | gps/gps.conf_WW_SUPL | 6 | ||||
-rw-r--r-- | gps/gps_ww.mk | 18 | ||||
-rw-r--r-- | gps/gps_ww_supl.mk | 18 |
4 files changed, 46 insertions, 0 deletions
diff --git a/gps/gps.conf_WW b/gps/gps.conf_WW new file mode 100644 index 0000000..5214739 --- /dev/null +++ b/gps/gps.conf_WW @@ -0,0 +1,4 @@ +NTP_SERVER=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 diff --git a/gps/gps.conf_WW_SUPL b/gps/gps.conf_WW_SUPL new file mode 100644 index 0000000..9a96d81 --- /dev/null +++ b/gps/gps.conf_WW_SUPL @@ -0,0 +1,6 @@ +NTP_SERVER=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 diff --git a/gps/gps_ww.mk b/gps/gps_ww.mk new file mode 100644 index 0000000..8ebae03 --- /dev/null +++ b/gps/gps_ww.mk @@ -0,0 +1,18 @@ +# +# Copyright (C) 2011 The CyanogenMod Project +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. +# + +PRODUCT_COPY_FILES := \ + device/common/gps/gps.conf_WW:system/etc/gps.conf diff --git a/gps/gps_ww_supl.mk b/gps/gps_ww_supl.mk new file mode 100644 index 0000000..fad15dc --- /dev/null +++ b/gps/gps_ww_supl.mk @@ -0,0 +1,18 @@ +# +# Copyright (C) 2011 The CyanogenMod Project +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. +# + +PRODUCT_COPY_FILES := \ + device/common/gps/gps.conf_WW_SUPL:system/etc/gps.conf |