datasourceadaptation/gpsdatasourceadaptation/psytester/test/testpsys/testdata/psytester.rss
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/datasourceadaptation/gpsdatasourceadaptation/psytester/test/testpsys/testdata/psytester.rss Fri Jun 04 10:34:15 2010 +0100
@@ -0,0 +1,221 @@
+// Copyright (c) 2003-2009 Nokia Corporation and/or its subsidiary(-ies).
+// All rights reserved.
+// This component and the accompanying materials are made available
+// under the terms of "Eclipse Public License v1.0"
+// which accompanies this distribution, and is available
+// at the URL "http://www.eclipse.org/legal/epl-v10.html".
+//
+// Initial Contributors:
+// Nokia Corporation - initial contribution.
+//
+// Contributors:
+//
+// Description:
+//
+
+
+
+// RESOURCE IDENTIFIER
+NAME PSYT
+
+// INCLUDES
+#include <uikon.rh>
+
+// RESOURCE SIGNATURE
+
+RESOURCE RSS_SIGNATURE { }
+
+// RESOURCE DEFINITIONS
+
+RESOURCE TBUF { buf=""; }
+
+
+// ---------------------------------------------------------
+//
+// r_pos_psy_tester_nr_memory_requests
+// Resource strings for PSY Tester
+// Number of location requests to be performed for
+// Memory test case. Default value is 1000
+//
+// ---------------------------------------------------------
+//
+RESOURCE NUMBER_INT16 r_pos_psy_tester_nr_memory_requests { value="15"; }
+
+// ---------------------------------------------------------
+//
+// r_pos_psy_tester_nr_location_requests
+// Resource strings for PSY Tester
+// Number of location requests to be performed for
+// Location request test case. Default value is 25
+//
+// ---------------------------------------------------------
+//
+RESOURCE NUMBER_INT16 r_pos_psy_tester_nr_location_requests { value="30"; }
+
+// ---------------------------------------------------------
+//
+// r_pos_psy_tester_nr_stress_test_instances
+// Resource strings for PSY Tester
+// Number of PSY Instances that should be opened for
+// multiple session stress tests. Default value is 20
+//
+// ---------------------------------------------------------
+//
+RESOURCE NUMBER_INT16 r_pos_psy_tester_nr_stress_test_instances { value="25"; }
+
+// ---------------------------------------------------------
+//
+// r_pos_psy_tester_nr_multiple_session_test_instances
+// Resource strings for PSY Tester
+// Number of PSY Instances that should be opened for
+// multiple session tests. Default value is 3
+//
+// ---------------------------------------------------------
+//
+RESOURCE NUMBER_INT16 r_pos_psy_tester_nr_multiple_session_test_instances { value="8"; }
+
+// ---------------------------------------------------------
+//
+// r_pos_psy_tester_nr_multiple_session_cancel_test_instances
+// Resource strings for PSY Tester
+// Number of PSY Instances that should be opened for
+// multiple session cancel tests. Default value is 2
+//
+// ---------------------------------------------------------
+//
+RESOURCE NUMBER_INT16 r_pos_psy_tester_nr_multiple_session_cancel_test_instances { value="7"; }
+
+// ---------------------------------------------------------
+//
+// r_pos_psy_tester_heap_size_percentage_level
+// Resource strings for PSY Tester
+// Percentage value representing the maximum percentual
+// value with which the heap size is allowed to increase with
+//
+// ---------------------------------------------------------
+//
+RESOURCE NUMBER_INT16 r_pos_psy_tester_heap_size_percentage_level { value="20"; }
+
+// ---------------------------------------------------------
+//
+// r_pos_psy_tester_time_to_next_fix_threshold
+// Resource strings for PSY Tester
+// Value telling the part of time to fix values that are allowed
+// to be greater then the specified value for the PSY. Default value
+// is 3 which means that 1/3 of the requests are allowed to have a time
+// to fix value that is greater than the specified value.
+//
+// ---------------------------------------------------------
+//
+RESOURCE NUMBER_INT16 r_pos_psy_tester_time_to_next_fix_threshold { value="30"; }
+
+// ---------------------------------------------------------
+//
+// r_pos_psy_tester_horizontal_accuracy_threshold
+// Resource strings for PSY Tester
+// Value telling the part of coordinate values that are allowed
+// to be greater apart for the reference point than the specified
+// horizontal accuracy value for the PSY. Default value
+// is 3 which means that 1/3 of the requests are allowed to have a coordinate
+// value that is greater apart from the reference point than the specified value.
+//
+// ---------------------------------------------------------
+//
+RESOURCE NUMBER_INT16 r_pos_psy_tester_horizontal_accuracy_threshold { value="30"; }
+
+// ---------------------------------------------------------
+//
+// r_pos_psy_tester_vertical_accuracy_threshold
+// Resource strings for PSY Tester
+// Value telling the part of altitude values that are allowed
+// to be greater apart for the reference point than the specified
+// vertical accuracy value for the PSY. Default value
+// is 3 which means that 1/3 of the requests are allowed to have a altitude
+// value that is greater apart from the reference altitude than the specified value.
+//
+// ---------------------------------------------------------
+//
+RESOURCE NUMBER_INT16 r_pos_psy_tester_vertical_accuracy_threshold { value="30"; }
+
+// ---------------------------------------------------------
+//
+// r_pos_psy_tester_max_age_max_test_time
+// Resource strings for PSY Tester
+// Max age max test time in seconds
+//
+// ---------------------------------------------------------
+//
+RESOURCE NUMBER_INT16 r_pos_psy_tester_max_age_max_test_time { value="300"; }
+
+// ---------------------------------------------------------
+//
+// r_pos_psy_tester_max_horizontal_accuracy
+// Resource strings for PSY Tester
+// Max horizontal accuracy in meters
+//
+// ---------------------------------------------------------
+//
+RESOURCE NUMBER_INT32 r_pos_psy_tester_max_horizontal_accuracy { value="500000"; }
+
+// ---------------------------------------------------------
+//
+// r_pos_psy_tester_max_vertical_accuracy
+// Resource strings for PSY Tester
+// Max vertical accuracy in meters
+//
+// ---------------------------------------------------------
+//
+RESOURCE NUMBER_INT16 r_pos_psy_tester_max_vertical_accuracy { value="5000"; }
+
+// ---------------------------------------------------------
+//
+// r_pos_psy_tester_resonable_horizontal_accuracy
+// Resource strings for PSY Tester
+// Reasonable horizontal accuracy in meters
+//
+// ---------------------------------------------------------
+//
+RESOURCE NUMBER_INT16 r_pos_psy_tester_resonable_horizontal_accuracy { value="10000"; }
+
+// ---------------------------------------------------------
+//
+// r_pos_psy_tester_resonable_vertical_accuracy
+// Resource strings for PSY Tester
+// Reasonable vertical accuracy in meters
+//
+// ---------------------------------------------------------
+//
+RESOURCE NUMBER_INT16 r_pos_psy_tester_resonable_vertical_accuracy { value="2000"; }
+
+// ---------------------------------------------------------
+//
+// r_pos_psy_tester_max_time_to_first_fix
+// Resource strings for PSY Tester
+// Max time to first fix in micro seconds
+//
+// ---------------------------------------------------------
+//
+RESOURCE NUMBER_INT32 r_pos_psy_tester_max_time_to_first_fix { value="300000000"; }
+
+// ---------------------------------------------------------
+//
+// r_pos_psy_tester_nr_partial_update_requests
+// Resource strings for PSY Tester
+// Location request test case. Default value is 20
+//
+// ---------------------------------------------------------
+//
+RESOURCE NUMBER_INT16 r_pos_psy_tester_nr_partial_update_requests { value="10"; }
+
+// ---------------------------------------------------------
+//
+// r_pos_psy_tester_psy_uid_excludes_list
+// UID of PSYs that have to be excluded from listing
+// This is a blank space separated list of UIDs
+// ---------------------------------------------------------
+//
+
+RESOURCE LBUF r_pos_psy_tester_psy_uid_excludes_list { txt = "101f7a7f";}
+
+
+// End of File