aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSkrilax_CZ <skrilax@gmail.com>2015-01-31 22:57:31 +0100
committerEthan Chen <intervigil@gmail.com>2015-02-02 14:54:28 -0800
commit97aff39f2f429cc88f472c6a178269edc040ab3e (patch)
treee79cf2f89c4d100c4f32e41488975104ae520ebc
parentc70830327ff32537cee17a82e052a32303af68e5 (diff)
ghost: Move common overlay items to msm8960dt-common
Change-Id: I511520a0039b9f3dae4e550e2dfed071728f4bf0
-rw-r--r--overlay/frameworks/base/core/res/res/values/config.xml85
-rw-r--r--overlay/packages/services/Telecomm/res/values/config.xml22
-rw-r--r--overlay/packages/services/Telephony/res/values-mcc310-mnc120/config.xml27
-rw-r--r--overlay/packages/services/Telephony/res/values/config.xml30
4 files changed, 0 insertions, 164 deletions
diff --git a/overlay/frameworks/base/core/res/res/values/config.xml b/overlay/frameworks/base/core/res/res/values/config.xml
index 7df790c..fb5e6ed 100644
--- a/overlay/frameworks/base/core/res/res/values/config.xml
+++ b/overlay/frameworks/base/core/res/res/values/config.xml
@@ -21,40 +21,6 @@
for different hardware and product builds. Do not translate. -->
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
- <!-- If the DUN connection for this CDMA device supports more than just DUN -->
- <!-- traffic you should list them here. -->
- <!-- If this device is not CDMA this is ignored. If this list is empty on -->
- <!-- a DUN-requireing CDMA device, the DUN APN will support -->
- <!-- just DUN. -->
- <string-array translatable="false" name="config_cdma_dun_supported_types">
- <item>"default"</item>
- <item>"dun"</item>
- <item>"mms"</item>
- <item>"supl"</item>
- </string-array>
-
- <!-- List of regexpressions describing the interface (if any) that represent tetherable
- USB interfaces. If the device doesn't want to support tething over USB this should
- be empty. An example would be "usb.*" -->
- <string-array translatable="false" name="config_tether_usb_regexs">
- <item>"rndis\\d"</item>
- </string-array>
-
- <!-- List of regexpressions describing the interface (if any) that represent tetherable
- Wifi interfaces. If the device doesn't want to support tethering over Wifi this
- should be empty. An example would be "softap.*" -->
- <string-array translatable="false" name="config_tether_wifi_regexs">
- <item>"wlan\\d"</item>
- <item>"softap.*"</item>
- </string-array>
-
- <!-- List of regexpressions describing the interface (if any) that represent tetherable
- bluetooth interfaces. If the device doesn't want to support tethering over bluetooth this
- should be empty. -->
- <string-array translatable="false" name="config_tether_bluetooth_regexs">
- <item>"bt-pan"</item>
- </string-array>
-
<!-- Is the notification LED intrusive? Used to decide if there should be a disable option -->
<bool name="config_intrusiveNotificationLed">true</bool>
@@ -156,12 +122,6 @@
<item>20</item>
</integer-array>
- <!-- Our amoled doesn't animate well. -->
- <bool name="config_animateScreenLights">false</bool>
-
- <!-- If this is true, the screen will come on when you unplug usb/power/whatever. -->
- <bool name="config_unplugTurnsOnScreen">true</bool>
-
<!-- Is the device capable of hot swapping an UICC Card -->
<bool name="config_hotswapCapable">true</bool>
@@ -169,43 +129,6 @@
on the headphone/microphone jack. When false use the older uevent framework. -->
<bool name="config_useDevInputEventForAudioJack">true</bool>
- <!-- Boolean indicating whether the wifi chipset has dual frequency band support -->
- <bool translatable="false" name="config_wifi_dual_band_support">true</bool>
-
- <!-- Boolean indicating whether the wifi chipset has background scan support -->
- <bool translatable="false" name="config_wifi_background_scan_support">true</bool>
-
- <!-- Whether WiFi display is supported by this device.
- There are many prerequisites for this feature to work correctly.
- Here are a few of them:
- * The WiFi radio must support WiFi P2P.
- * The WiFi radio must support concurrent connections to the WiFi display and
- to an access point.
- * The Audio Flinger audio_policy.conf file must specify a rule for the "r_submix"
- remote submix module. This module is used to record and stream system
- audio output to the WiFi display encoder in the media server.
- * The remote submix module "audio.r_submix.default" must be installed on the device.
- * The device must be provisioned with HDCP keys (for protected content).
- -->
- <bool name="config_enableWifiDisplay">true</bool>
-
- <!-- Set to true if the wifi display supports compositing content stored
- in gralloc protected buffers. For this to be true, there must exist
- a protected hardware path for surface flinger to composite and send
- protected buffers to the wifi display video encoder.
-
- If this flag is false, we advise applications not to use protected
- buffers (if possible) when presenting content to a wifi display because
- the content may be blanked.
-
- This flag controls whether the {@link Display#FLAG_SUPPORTS_PROTECTED_BUFFERS}
- flag is set for wifi displays.
- -->
- <bool name="config_wifiDisplaySupportsProtectedBuffers">false</bool>
-
- <!-- We dont have different firmware for wifi modes, prevent reloading it -->
- <bool name="config_wifiApFirmwareReload">false</bool>
-
<!-- Whether a software navigation bar should be shown. NOTE: in the future this may be
autodetected from the Configuration. -->
<bool name="config_showNavigationBar">true</bool>
@@ -248,13 +171,5 @@
performance profiles -->
<string name="config_perf_profile_default_entry">1</string>
- <!-- Component name of the geofence services provider. -->
- <string name="config_geofenceServicesProvider" translatable="false">com.motorola.motgeofencesvc</string>
-
- <!-- Maximum number of supported users -->
- <integer name="config_multiuserMaximumUsers">4</integer>
- <!-- Whether Multiuser UI should be shown -->
- <bool name="config_enableMultiUserUI">true</bool>
-
</resources>
diff --git a/overlay/packages/services/Telecomm/res/values/config.xml b/overlay/packages/services/Telecomm/res/values/config.xml
deleted file mode 100644
index 59a1e60..0000000
--- a/overlay/packages/services/Telecomm/res/values/config.xml
+++ /dev/null
@@ -1,22 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Copyright (C) 2014 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.
--->
-
-<resources>
-
- <!-- Flag indicating if the tty is enabled -->
- <bool name="tty_enabled">true</bool>
-
-</resources>
diff --git a/overlay/packages/services/Telephony/res/values-mcc310-mnc120/config.xml b/overlay/packages/services/Telephony/res/values-mcc310-mnc120/config.xml
deleted file mode 100644
index 190a1b6..0000000
--- a/overlay/packages/services/Telephony/res/values-mcc310-mnc120/config.xml
+++ /dev/null
@@ -1,27 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Copyright (C) 2014 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.
--->
-
-<!-- Phone app resources that may need to be customized
- for different hardware or product builds. -->
-<resources>
-
- <!-- Sprint Message Wait Indicator Quirk -->
- <bool name="sprint_mwi_quirk">true</bool>
-
- <!-- Show cdma auto network mode in (global) roaming -->
- <bool name="config_show_cdma" translatable="false">true</bool>
-
-</resources>
diff --git a/overlay/packages/services/Telephony/res/values/config.xml b/overlay/packages/services/Telephony/res/values/config.xml
deleted file mode 100644
index 85e5efc..0000000
--- a/overlay/packages/services/Telephony/res/values/config.xml
+++ /dev/null
@@ -1,30 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Copyright (C) 2014 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.
--->
-
-<resources>
-
- <!-- Determine whether calls to mute the microphone in PhoneUtils
- are routed through the android.media.AudioManager class (true) or through
- the com.android.internal.telephony.Phone interface (false). -->
- <bool name="send_mic_mute_to_AudioManager">true</bool>
-
- <!-- This device implements a noise suppression device for in call audio-->
- <bool name="has_in_call_noise_suppression">true</bool>
-
- <!-- Show enabled lte option for lte device -->
- <bool name="config_enabled_lte" translatable="false">true</bool>
-
-</resources>