diff options
author | Ladios Jonquil <ladios.jonquil@gmail.com> | 2011-10-29 04:33:25 +0800 |
---|---|---|
committer | Ladios Jonquil <ladios.jonquil@gmail.com> | 2011-10-29 04:33:25 +0800 |
commit | 53177da3c94a108420a1ea39c96b913c96fb95a6 (patch) | |
tree | a79c3e56014a91fbce13e979eed536da96160aee | |
parent | c491cd697e4bc16a52e3b1d254e4151ee3aad8bf (diff) | |
download | android_device_common-gb-release-7.2.tar.gz android_device_common-gb-release-7.2.tar.bz2 android_device_common-gb-release-7.2.zip |
gps: Add Worldwide config using pool.ntp.orggingerbreadgb-release-7.2
Change-Id: I320a227c5f24fd9e45980c74af75009dab8a8022
-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 |