2013-01-10 19:10:03 +00:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
<!--
|
|
|
|
This file is part of BOINC.
|
|
|
|
http://boinc.berkeley.edu
|
|
|
|
Copyright (C) 2012 University of California
|
|
|
|
|
|
|
|
BOINC is free software; you can redistribute it and/or modify it
|
|
|
|
under the terms of the GNU Lesser General Public License
|
|
|
|
as published by the Free Software Foundation,
|
|
|
|
either version 3 of the License, or (at your option) any later version.
|
|
|
|
|
|
|
|
BOINC 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 Lesser General Public License for more details.
|
|
|
|
|
|
|
|
You should have received a copy of the GNU Lesser General Public License
|
|
|
|
along with BOINC. If not, see <http://www.gnu.org/licenses/>.
|
|
|
|
-->
|
|
|
|
<resources>
|
2013-03-26 13:57:54 +00:00
|
|
|
<!-- BOINC platform -->
|
|
|
|
<string name="boinc_platform_name">arm-android-linux-gnu</string>
|
2013-01-20 12:39:09 +00:00
|
|
|
<!-- Monitor behavior -->
|
2013-05-07 17:53:20 +00:00
|
|
|
<integer name="monitor_refresh_rate_ms">1000</integer>
|
2013-05-08 16:28:17 +00:00
|
|
|
<integer name="monitor_setup_connection_retry_rate_ms">1000</integer>
|
|
|
|
<integer name="monitor_setup_connection_retry_attempts">10</integer>
|
2013-05-04 17:25:27 +00:00
|
|
|
<integer name="autostart_notification_id">460</integer>
|
2013-01-10 19:10:03 +00:00
|
|
|
<!-- configuration on tab layout -->
|
|
|
|
<bool name="tab_status">true</bool>
|
2013-02-12 17:25:32 +00:00
|
|
|
<bool name="tab_projects">true</bool>
|
|
|
|
<bool name="tab_tasks">true</bool>
|
2013-01-10 19:10:03 +00:00
|
|
|
<bool name="tab_transfers">true</bool>
|
|
|
|
<bool name="tab_preferences">true</bool>
|
2013-03-27 11:13:37 +00:00
|
|
|
<bool name="tab_eventlog">true</bool>
|
2013-05-07 17:53:20 +00:00
|
|
|
<!-- configuration on tasks layout -->
|
|
|
|
<integer name="tasks_transistion_timeout_number_monitor_loops">10</integer>
|
2013-05-08 16:28:17 +00:00
|
|
|
<!-- shutdown -->
|
|
|
|
<integer name="shutdown_graceful_rpc_check_rate_ms">1000</integer>
|
|
|
|
<integer name="shutdown_graceful_rpc_check_attempts">10</integer>
|
|
|
|
<integer name="shutdown_graceful_os_check_rate_ms">1000</integer>
|
|
|
|
<integer name="shutdown_graceful_os_check_attempts">30</integer>
|
2013-01-10 19:10:03 +00:00
|
|
|
</resources>
|