| <?xml version="1.0" encoding="utf-8"?> |
| <!-- Copyright (C) 2013 The OmniROM Project |
| |
| This program is free software: you can redistribute it and/or modify |
| it under the terms of the GNU General Public License as published by |
| the Free Software Foundation, either version 2 of the License, or |
| (at your option) any later version. |
| |
| This program is distributed in the hope that it will be useful, |
| but WITHOUT ANY WARRANTY; without even the implied warranty of |
| MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
| GNU General Public License for more details. |
| |
| You should have received a copy of the GNU General Public License |
| along with this program. If not, see <http://www.gnu.org/licenses/>. |
| --> |
| |
| <resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> |
| <!-- Volume Rocker Wake Support. Some devices do not support (PMU) this. |
| Setting to false will disable Volume Rocker Wake support --> |
| <bool name="config_show_volumeRockerWake">true</bool> |
| |
| <!-- Volume rocker support. Some devices do not have a volume rocker. --> |
| <bool name="config_has_volume_rocker">true</bool> |
| |
| <!-- Home button Wake Support. Some devices do not support this. |
| Setting to false will disable Home button Wake support --> |
| <bool name="config_show_homeWake">false</bool> |
| |
| <!-- does the device have multi color led support or only |
| a fixed set of led colors --> |
| <bool name="config_has_multi_color_led">true</bool> |
| |
| <!-- config which cpus should be should scanned and shown |
| e.g. 0,2 means it will show only cpu 0 and cpu 2--> |
| <string name="config_cpufreq_show_cpus">0</string> |
| |
| </resources> |