summaryrefslogtreecommitdiff
path: root/common
diff options
context:
space:
mode:
authorSiqi Lin <siqilin@google.com>2016-07-13 14:45:49 -0700
committerSiqi Lin <siqilin@google.com>2016-07-13 14:47:19 -0700
commit8b053903e8786d608efcde78dd83a8d31c37a429 (patch)
treeda4f932e1503cea9b1a2a2307baf1617b1f1d449 /common
parent6e934a8e2ba3fcca8e6410361192fa1d4bbff68e (diff)
marlin/sailfish: Remove common overlays
The directories device/google/marlin/common/product/overlay and device/google/marlin/common/device/overlay are unused. Bug: 29584175 Change-Id: Ie34443434b9c939149722a5979e6c48829d5d4dd
Diffstat (limited to 'common')
-rw-r--r--common/device/overlay/packages/apps/Bluetooth/res/values/config.xml36
-rw-r--r--common/device/overlay/packages/services/Telephony/res/values/config.xml36
-rw-r--r--common/product/overlay/frameworks/base/core/res/res/values/config.xml48
-rw-r--r--common/product/overlay/frameworks/base/packages/SystemUI/res/values/config.xml35
4 files changed, 0 insertions, 155 deletions
diff --git a/common/device/overlay/packages/apps/Bluetooth/res/values/config.xml b/common/device/overlay/packages/apps/Bluetooth/res/values/config.xml
deleted file mode 100644
index 9b897f85..00000000
--- a/common/device/overlay/packages/apps/Bluetooth/res/values/config.xml
+++ /dev/null
@@ -1,36 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!--
-Copyright (c) 2014-2015, The Linux Foundation. All rights reserved.
-
-Redistribution and use in source and binary forms, with or without
-modification, are permitted provided that the following conditions are
-met:
- * Redistributions of source code must retain the above copyright
- notice, this list of conditions and the following disclaimer.
- * Redistributions in binary form must reproduce the above
- copyright notice, this list of conditions and the following
- disclaimer in the documentation and/or other materials provided
- with the distribution.
- * Neither the name of The Linux Foundation nor the names of its
- contributors may be used to endorse or promote products derived
- from this software without specific prior written permission.
-
-THIS SOFTWARE IS PROVIDED "AS IS" AND ANY EXPRESS OR IMPLIED
-WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
-MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT
-ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS
-BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
-CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
-SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR
-BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
-WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE
-OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN
-IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
--->
-<resources>
- <bool name="profile_supported_hfpclient">false</bool>
- <bool name="profile_supported_avrcp_controller">false</bool>
- <bool name="profile_supported_a2dp_sink">false</bool>
- <bool name="profile_supported_sap">true</bool>
-</resources>
-
diff --git a/common/device/overlay/packages/services/Telephony/res/values/config.xml b/common/device/overlay/packages/services/Telephony/res/values/config.xml
deleted file mode 100644
index f5a8a926..00000000
--- a/common/device/overlay/packages/services/Telephony/res/values/config.xml
+++ /dev/null
@@ -1,36 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Copyright (c) 2013,2016, The Linux Foundation. All rights reserved.
-
-Redistribution and use in source and binary forms, with or without
-modification, are permitted provided that the following conditions are
-met:
- * Redistributions of source code must retain the above copyright
- notice, this list of conditions and the following disclaimer.
- * Redistributions in binary form must reproduce the above
- copyright notice, this list of conditions and the following
- disclaimer in the documentation and/or other materials provided
- with the distribution.
- * Neither the name of The Linux Foundation nor the names of its
- contributors may be used to endorse or promote products derived
- from this software without specific prior written permission.
-
-THIS SOFTWARE IS PROVIDED "AS IS" AND ANY EXPRESS OR IMPLIED
-WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
-MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT
-ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS
-BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
-CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
-SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR
-BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
-WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE
-OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN
-IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -->
-
-<!-- Phone app resources that may need to be customized
- for different hardware or product builds. -->
-<resources>
- <!-- Show enabled lte option for lte device -->
- <bool name="config_enabled_lte">true</bool>
- <!-- Show Hearing aids option in Call Settings -->
- <bool name="hac_enabled">true</bool>
-</resources>
diff --git a/common/product/overlay/frameworks/base/core/res/res/values/config.xml b/common/product/overlay/frameworks/base/core/res/res/values/config.xml
deleted file mode 100644
index 45e46410..00000000
--- a/common/product/overlay/frameworks/base/core/res/res/values/config.xml
+++ /dev/null
@@ -1,48 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!--
-
-Copyright (c) 2014, The Linux Foundation. All rights reserved.
-
-Redistribution and use in source and binary forms, with or without
-modification, are permitted provided that the following conditions are
-met:
- * Redistributions of source code must retain the above copyright
- notice, this list of conditions and the following disclaimer.
- * Redistributions in binary form must reproduce the above
- copyright notice, this list of conditions and the following
- disclaimer in the documentation and/or other materials provided
- with the distribution.
- * Neither the name of The Linux Foundation nor the names of its
- contributors may be used to endorse or promote products derived
- from this software without specific prior written permission.
-
-THIS SOFTWARE IS PROVIDED "AS IS" AND ANY EXPRESS OR IMPLIED
-WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
-MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT
-ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS
-BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
-CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
-SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR
-BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
-WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE
-OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN
-IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
-
--->
-
-<resources>
-
- <!-- Enable overlay for all location components. -->
- <bool name="config_enableNetworkLocationOverlay" translatable="false">true</bool>
- <bool name="config_enableFusedLocationOverlay" translatable="false">true</bool>
- <string name="config_networkLocationProviderPackageName" translatable="false">com.qualcomm.location</string>
- <string name="config_fusedLocationProviderPackageName" translatable="false">com.qualcomm.location</string>
- <bool name="config_allowAllRotations">true</bool>
- <!-- Enable doze mode -->
- <string name="config_dozeComponent">com.android.systemui/com.android.systemui.doze.DozeService</string>
- <bool name="config_dozeAfterScreenOff">true</bool>
- <!-- Screen brightness when dozing. -->
- <integer name="config_screenBrightnessDoze">17</integer>
- <bool name="config_powerDecoupleInteractiveModeFromDisplay">true</bool>
-
-</resources>
diff --git a/common/product/overlay/frameworks/base/packages/SystemUI/res/values/config.xml b/common/product/overlay/frameworks/base/packages/SystemUI/res/values/config.xml
deleted file mode 100644
index 53f00d47..00000000
--- a/common/product/overlay/frameworks/base/packages/SystemUI/res/values/config.xml
+++ /dev/null
@@ -1,35 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!--
-
-Copyright (c) 2014, The Linux Foundation. All rights reserved.
-
-Redistribution and use in source and binary forms, with or without
-modification, are permitted provided that the following conditions are
-met:
- * Redistributions of source code must retain the above copyright
- notice, this list of conditions and the following disclaimer.
- * Redistributions in binary form must reproduce the above
- copyright notice, this list of conditions and the following
- disclaimer in the documentation and/or other materials provided
- with the distribution.
- * Neither the name of The Linux Foundation nor the names of its
- contributors may be used to endorse or promote products derived
- from this software without specific prior written permission.
-
-THIS SOFTWARE IS PROVIDED "AS IS" AND ANY EXPRESS OR IMPLIED
-WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
-MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT
-ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS
-BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
-CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
-SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR
-BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
-WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE
-OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN
-IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
-
--->
-<resources>
- <!-- Enable doze mode -->
- <bool name="doze_display_state_supported">true</bool>
-</resources>