summaryrefslogtreecommitdiff
path: root/overlay
diff options
context:
space:
mode:
authorYing Wang <wangying@google.com>2011-02-23 11:18:33 -0800
committerYing Wang <wangying@google.com>2011-02-23 11:18:33 -0800
commit64baefbd22ab6e0cd69ea85788cb5627ef9842de (patch)
tree5d8d1d234da70b562ddceaa97583bf61eae1924b /overlay
parent84921718dbff5bbd0ec5dec3a54968caf1e709da (diff)
downloadstingray-64baefbd22ab6e0cd69ea85788cb5627ef9842de.tar.gz
Stingray inherits overlays from wingray.
Change-Id: I75fcbf7946bc1a8dd711ebd3d9f38cd539cef626
Diffstat (limited to 'overlay')
-rw-r--r--overlay/frameworks/base/core/res/res/values/config.xml215
-rw-r--r--overlay/frameworks/base/core/res/res/xml/eri.xml167
-rw-r--r--overlay/frameworks/base/core/res/res/xml/power_profile.xml76
-rw-r--r--overlay/frameworks/base/packages/SettingsProvider/res/values/defaults.xml26
-rw-r--r--overlay/packages/apps/Launcher2/res/values/config.xml3
-rw-r--r--overlay/packages/wallpapers/MusicVisualization/res/values/config.xml29
6 files changed, 0 insertions, 516 deletions
diff --git a/overlay/frameworks/base/core/res/res/values/config.xml b/overlay/frameworks/base/core/res/res/values/config.xml
deleted file mode 100644
index 87184ea..0000000
--- a/overlay/frameworks/base/core/res/res/values/config.xml
+++ /dev/null
@@ -1,215 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!--
-/*
-** Copyright 2009, The Android Open Source 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.
-*/
--->
-
-<!-- These resources are around just to allow their values to be customized
- for different hardware and product builds. -->
-<resources>
- <!-- Software blur is too slow on this device. -->
- <bool name="config_sf_slowBlur">true</bool>
-
- <!-- XXXXX NOTE THE FOLLOWING RESOURCES USE THE WRONG NAMING CONVENTION.
- Please don't copy them, copy anything else. -->
-
- <!-- This string array should be overridden by the device to present a list of network
- attributes. This is used by the connectivity manager to decide which networks can coexist
- based on the hardware -->
- <!-- An Array of "[Connection name],[ConnectivityManager connection type],
- [associated radio-type],[priority] -->
- <string-array translatable="false" name="networkAttributes">
- <item>"wifi,1,1,2"</item>
- <item>"mobile,0,0,1"</item>
- <item>"mobile_mms,2,0,3"</item>
- <item>"mobile_supl,3,0,3"</item>
- <item>"mobile_dun,4,0,5"</item>
- <item>"bluetooth,7,7,0"</item>
- <item>"mobile_hipri,5,0,4"</item>
- </string-array>
-
- <!-- This string array should be overridden by the device to present a list of radio
- attributes. This is used by the connectivity manager to decide which networks can coexist
- based on the hardware -->
- <!-- An Array of "[ConnectivityManager connectionType],
- [# simultaneous connection types]" -->
- <string-array translatable="false" name="radioAttributes">
- <item>"1,1"</item>
- <item>"0,1"</item>
- <item>"7,1"</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>"usb0"</item>
- </string-array>
-
- <!-- Regex array of allowable upstream ifaces for tethering - for example if you want
- tethering on a new interface called "foo2" add <item>"foo\\d"</item> to the array -->
- <string-array translatable="false" name="config_tether_upstream_regexs">
- <item>"ppp\\d"</item>
- <item>"wlan\\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>"wl0.1"</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>"bnep\\d"</item>
- </string-array>
-
- <!-- Boolean indicating if we require the use of DUN on mobile for tethering -->
- <bool translatable="false" name="config_tether_dun_required">true</bool>
-
- <!-- Boolean indicating whether the wifi chipset has dual frequency band support -->
- <bool translatable="false" name="config_wifi_dual_band_support">true</bool>
-
- <!-- Component name of the service providing network location support. -->
- <string name="config_networkLocationProvider">com.google.android.location.NetworkLocationProvider</string>
-
- <!-- Component name of the service providing geocoder API support. -->
- <string name="config_geocodeProvider">com.google.android.location.GeocodeProvider</string>
-
- <!-- Set to true for backward compatibility with apps that require external storage. -->
- <bool name="config_emulateExternalStorage">true</bool>
-
- <!-- Indicate whether the device has USB host support. -->
- <bool name="config_hasUsbHostSupport">true</bool>
-
- <!-- Number of megabytes of space to leave unallocated by MTP.
- MTP will subtract this value from the free space it reports back
- to the host via GetStorageInfo, and will not allow new files to
- be added via MTP if there is less than this amount left free in the storage.
- Since MTP is sharing storage with the rest of the system, we are reserving
- 100 megabytes of space to ensure that MTP activity does not result in the
- storage being too close to full. -->
- <integer name="config_mtpReserveSpaceMegabytes">100</integer>
-
- <!-- Flag indicating whether the we should enable the automatic brightness in Settings.
- Software implementation will be used if config_hardware_auto_brightness_available is not set -->
- <bool name="config_automatic_brightness_available">true</bool>
-
- <!-- Array of light sensor LUX values to define our levels for auto backlight brightness support.
- The N entries of this array define N 1 zones as follows:
-
- Zone 0: 0 <= LUX < array[0]
- Zone 1: array[0] <= LUX < array[1]
- ...
- Zone N: array[N - 1] <= LUX < array[N]
- Zone N + 1 array[N] <= LUX < infinity
-
- Must be overridden in platform specific overlays -->
- <integer-array name="config_autoBrightnessLevels">
- <item>10</item>
- <item>25</item>
- <item>50</item>
- <item>100</item>
- <item>150</item>
- <item>200</item>
- <item>700</item>
- <item>1300</item>
- <item>2000</item>
- <item>3000</item>
- <item>4000</item>
- <item>5000</item>
- <item>6000</item>
- <item>7000</item>
- <item>8000</item>
- <item>9000</item>
- </integer-array>
-
- <!-- Array of output values for LCD backlight corresponding to the LUX values
- in the config_autoBrightnessLevels array. This array should have size one greater
- than the size of the config_autoBrightnessLevels array.
- This must be overridden in platform specific overlays -->
- <integer-array name="config_autoBrightnessLcdBacklightValues">
- <item>32</item>
- <item>32</item>
- <item>32</item>
- <item>32</item>
- <item>64</item>
- <item>64</item>
- <item>95</item>
- <item>95</item>
- <item>122</item>
- <item>149</item>
- <item>176</item>
- <item>197</item>
- <item>228</item>
- <item>255</item>
- <item>255</item>
- <item>255</item>
- <item>255</item>
- </integer-array>
-
- <!-- Array of output values for button backlight corresponding to the LUX values
- in the config_autoBrightnessLevels array. This array should have size one greater
- than the size of the config_autoBrightnessLevels array.
- This must be overridden in platform specific overlays -->
- <integer-array name="config_autoBrightnessButtonBacklightValues">
- <item>0</item>
- <item>0</item>
- <item>0</item>
- <item>0</item>
- <item>0</item>
- <item>0</item>
- <item>0</item>
- <item>0</item>
- <item>0</item>
- <item>0</item>
- <item>0</item>
- <item>0</item>
- <item>0</item>
- <item>0</item>
- <item>0</item>
- <item>0</item>
- <item>0</item>
- </integer-array>
-
- <!-- This device is not "voice capable"; it's data-only. -->
- <bool name="config_voice_capable">false</bool>
-
- <!-- This device does not allow sms service. -->
- <bool name="config_sms_capable">false</bool>
-
- <!-- Number of database connections opened and managed by framework layer
- to handle queries on each database. -->
- <integer name="db_connection_pool_size">3</integer>
-
- <!-- Max space (in MB) allocated to DownloadManager to store the downloaded files
- if they are to be stored in DownloadManager's data dir,
- which typically is /data/data/com.android.providers.downloads/files. -->
- <integer name="config_downloadDataDirSize">200</integer>
-
- <!-- When the free space available in DownloadManager's data dir falls
- below the percentage value specified by this param, DownloadManager
- starts removing files to try to make percentage of available
- free space above this threshold value. -->
- <integer name="config_downloadDataDirLowSpaceThreshold">10</integer>
-
- <!-- When a database query is executed, the results retuned are paginated
- in pages of size (in KB) indicated by this value -->
- <integer name="config_cursorWindowSize">2048</integer>
-</resources>
diff --git a/overlay/frameworks/base/core/res/res/xml/eri.xml b/overlay/frameworks/base/core/res/res/xml/eri.xml
deleted file mode 100644
index 5a93d57..0000000
--- a/overlay/frameworks/base/core/res/res/xml/eri.xml
+++ /dev/null
@@ -1,167 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!--
-/*
-** 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.
-*/
--->
-
-<!-- Note that IconMode can be only 0, ON or 1, FLASHING
- The icon is turned OFF if then IconIndex = 1 -->
-
-<EriFile VersionNumber="1357"
- NumberOfEriEntries="19"
- EriFileType="1">
-
- <CallPromptId Id="0"
- CallPromptText="CallPromptId0"/>
-
- <CallPromptId Id="1"
- CallPromptText="CallPromptId1"/>
-
- <CallPromptId Id="2"
- CallPromptText="CallPromptId2"/>
-
- <EriInfo RoamingIndicator="0"
- IconIndex="0"
- IconMode="0"
- EriText=""
- CallPromptId="0"
- AlertId="0"/>
-
- <EriInfo RoamingIndicator="1"
- IconIndex="1"
- IconMode="0"
- EriText="Verizon Wireless"
- CallPromptId="0"
- AlertId="0"/>
-
- <EriInfo RoamingIndicator="2"
- IconIndex="2"
- IconMode="1"
- EriText=""
- CallPromptId="0"
- AlertId="0"/>
-
- <EriInfo RoamingIndicator="64"
- IconIndex="1"
- IconMode="0"
- EriText="Verizon Wireless"
- CallPromptId="0"
- AlertId="0"/>
-
- <EriInfo RoamingIndicator="65"
- IconIndex="65"
- IconMode="0"
- EriText="Network Extender"
- CallPromptId="0"
- AlertId="0"/>
-
- <EriInfo RoamingIndicator="66"
- IconIndex="1"
- IconMode="0"
- EriText="Extended Network"
- CallPromptId="0"
- AlertId="0"/>
-
- <EriInfo RoamingIndicator="67"
- IconIndex="67"
- IconMode="0"
- EriText="Extended Network"
- CallPromptId="0"
- AlertId="0"/>
-
- <EriInfo RoamingIndicator="68"
- IconIndex="68"
- IconMode="0"
- EriText="Roaming"
- CallPromptId="0"
- AlertId="0"/>
-
- <EriInfo RoamingIndicator="69"
- IconIndex="2"
- IconMode="1"
- EriText="Extended Network"
- CallPromptId="0"
- AlertId="0"/>
-
- <EriInfo RoamingIndicator="70"
- IconIndex="2"
- IconMode="1"
- EriText="Roaming"
- CallPromptId="0"
- AlertId="0"/>
-
- <EriInfo RoamingIndicator="71"
- IconIndex="1"
- IconMode="0"
- EriText="Extended Network"
- CallPromptId="0"
- AlertId="0"/>
-
- <EriInfo RoamingIndicator="72"
- IconIndex="72"
- IconMode="0"
- EriText="Extended Network"
- CallPromptId="0"
- AlertId="0"/>
-
- <EriInfo RoamingIndicator="73"
- IconIndex="73"
- IconMode="0"
- EriText="Roaming"
- CallPromptId="0"
- AlertId="0"/>
-
- <EriInfo RoamingIndicator="74"
- IconIndex="2"
- IconMode="1"
- EriText="Extended Network"
- CallPromptId="0"
- AlertId="0"/>
-
- <EriInfo RoamingIndicator="75"
- IconIndex="2"
- IconMode="1"
- EriText="Roaming"
- CallPromptId="0"
- AlertId="0"/>
-
- <EriInfo RoamingIndicator="76"
- IconIndex="76"
- IconMode="0"
- EriText="Verizon Wireless"
- CallPromptId="0"
- AlertId="0"/>
-
- <EriInfo RoamingIndicator="77"
- IconIndex="2"
- IconMode="1"
- EriText="Verizon Wireless"
- CallPromptId="0"
- AlertId="0"/>
-
- <EriInfo RoamingIndicator="78"
- IconIndex="1"
- IconMode="0"
- EriText="Network Extender"
- CallPromptId="0"
- AlertId="0"/>
-
- <EriInfo RoamingIndicator="79"
- IconIndex="2"
- IconMode="1"
- EriText="Network Extender"
- CallPromptId="0"
- AlertId="0"/>
-
-</EriFile>
diff --git a/overlay/frameworks/base/core/res/res/xml/power_profile.xml b/overlay/frameworks/base/core/res/res/xml/power_profile.xml
deleted file mode 100644
index 58fd374..0000000
--- a/overlay/frameworks/base/core/res/res/xml/power_profile.xml
+++ /dev/null
@@ -1,76 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!--
-**
-** Copyright 2010, The Android Open Source 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.
-*/
--->
-<device name="Android">
- <!-- All values are in mA except as noted -->
- <item name="none">0</item>
- <item name="screen.on">256</item>
- <item name="screen.full">318</item>
- <item name="bluetooth.active">14.0</item>
- <!--
- Bluetooth stereo audio playback 14.0 mA
- -->
- <item name="bluetooth.on">1.4</item>
- <!--
- I measured the following value 1.4 mA
- but there is a GPIO fix pending that should
- bring this down to 0.2 mA
- -->
- <item name="wifi.on">2.9</item>
- <item name="wifi.active">31.0</item>
- <item name="wifi.scan">6.5</item>
- <item name="dsp.audio">14.1</item>
- <item name="dsp.video">54.0</item>
- <item name="gps.on">29.7</item>
- <item name="radio.active">71.5</item>
- <item name="radio.scanning">1.2</item>
- <array name="radio.on"> <!-- Strength 0 to BINS-1 (4) -->
- <value>1.2</value>
- </array>
- <!-- Different CPU speeds as reported in
- /sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state -->
- <array name="cpu.speeds">
- <value>216000</value> <!-- 216 MHz -->
- <value>312000</value> <!-- 312 MHz -->
- <value>456000</value> <!-- 456 MHz -->
- <value>608000</value> <!-- 608 MHz -->
- <value>760000</value> <!-- 760 MHz -->
- <value>816000</value> <!-- 816 MHz -->
- <value>912000</value> <!-- 912 MHz -->
- <value>1000000</value> <!-- 1 GHz -->
- </array>
- <!-- Power consumption when CPU is idle -->
- <item name="cpu.idle">3.8</item>
- <item name="cpu.awake">54.6</item>
- <!-- Power consumption at different speeds -->
- <array name="cpu.active">
- <value>100</value> <!-- 216 MHz -->
- <value>107</value> <!-- 312 MHz -->
- <value>116</value> <!-- 456 MHz -->
- <value>123</value> <!-- 608 MHz -->
- <value>135</value> <!-- 760 MHz -->
- <value>138</value> <!-- 816 MHz -->
- <value>142</value> <!-- 912 MHz -->
- <value>148</value> <!-- 1 GHz -->
- </array>
- <!-- This is the battery capacity in mAh -->
- <item name="battery.capacity">3260</item>
- <!--
- Battery capacity is 3260 mAH (at 7.4 Volts)
- -->
-</device>
diff --git a/overlay/frameworks/base/packages/SettingsProvider/res/values/defaults.xml b/overlay/frameworks/base/packages/SettingsProvider/res/values/defaults.xml
deleted file mode 100644
index 5575d46..0000000
--- a/overlay/frameworks/base/packages/SettingsProvider/res/values/defaults.xml
+++ /dev/null
@@ -1,26 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!--
-/**
- * Copyright (c) 2010, The Android Open Source 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>
- <!-- 5 minutes for default screen timeout -->
- <integer name="def_screen_off_timeout">120000</integer>
- <!-- Set the automatic brightness mode on by default -->
- <bool name="def_screen_brightness_automatic_mode">true</bool>
- <!-- Notifications use ringer volume - not in tablets with no voice capability -->
- <bool name="def_notifications_use_ring_volume">false</bool>
-</resources>
diff --git a/overlay/packages/apps/Launcher2/res/values/config.xml b/overlay/packages/apps/Launcher2/res/values/config.xml
deleted file mode 100644
index 197889b..0000000
--- a/overlay/packages/apps/Launcher2/res/values/config.xml
+++ /dev/null
@@ -1,3 +0,0 @@
-<resources>
- <bool name="config_hardwareAccelerated">true</bool>
-</resources>
diff --git a/overlay/packages/wallpapers/MusicVisualization/res/values/config.xml b/overlay/packages/wallpapers/MusicVisualization/res/values/config.xml
deleted file mode 100644
index 2fe6f53..0000000
--- a/overlay/packages/wallpapers/MusicVisualization/res/values/config.xml
+++ /dev/null
@@ -1,29 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!--
-/*
-* Copyright (C) 2010 The Android Open Source 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 xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
-
- <bool name="config_enable_vis1">false</bool>
- <bool name="config_enable_vis2">false</bool>
- <bool name="config_enable_vis3">true</bool>
- <bool name="config_enable_vis4">false</bool>
- <bool name="config_enable_vis5">false</bool>
-
-</resources>
-