datasourceadaptation/gpsdatasourceadaptation/psytester/test/testpsys/testdata/psytester.rss
changeset 36 b47902b73a93
parent 0 9cfd9a3ee49c
equal deleted inserted replaced
35:a2efdd544abf 36:b47902b73a93
       
     1 // Copyright (c) 2003-2009 Nokia Corporation and/or its subsidiary(-ies).
       
     2 // All rights reserved.
       
     3 // This component and the accompanying materials are made available
       
     4 // under the terms of "Eclipse Public License v1.0"
       
     5 // which accompanies this distribution, and is available
       
     6 // at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     7 //
       
     8 // Initial Contributors:
       
     9 // Nokia Corporation - initial contribution.
       
    10 //
       
    11 // Contributors:
       
    12 //
       
    13 // Description:
       
    14 //
       
    15 
       
    16 
       
    17 
       
    18 //  RESOURCE IDENTIFIER
       
    19 NAME    PSYT
       
    20 
       
    21 //  INCLUDES
       
    22 #include <uikon.rh>
       
    23 
       
    24 //  RESOURCE SIGNATURE
       
    25 
       
    26 RESOURCE RSS_SIGNATURE { }
       
    27 
       
    28 //  RESOURCE DEFINITIONS
       
    29 
       
    30 RESOURCE TBUF { buf=""; }
       
    31 
       
    32 
       
    33 // ---------------------------------------------------------
       
    34 //
       
    35 //    r_pos_psy_tester_nr_memory_requests
       
    36 //    Resource strings for PSY Tester
       
    37 //    Number of location requests to be performed for
       
    38 //	  Memory test case. Default value is 1000
       
    39 //
       
    40 // ---------------------------------------------------------
       
    41 //
       
    42 RESOURCE NUMBER_INT16 r_pos_psy_tester_nr_memory_requests { value="15"; }
       
    43 
       
    44 // ---------------------------------------------------------
       
    45 //
       
    46 //    r_pos_psy_tester_nr_location_requests
       
    47 //    Resource strings for PSY Tester
       
    48 //    Number of location requests to be performed for
       
    49 //	  Location request test case. Default value is 25
       
    50 //
       
    51 // ---------------------------------------------------------
       
    52 //
       
    53 RESOURCE NUMBER_INT16 r_pos_psy_tester_nr_location_requests { value="30"; }
       
    54 
       
    55 // ---------------------------------------------------------
       
    56 //
       
    57 //    r_pos_psy_tester_nr_stress_test_instances
       
    58 //    Resource strings for PSY Tester
       
    59 //    Number of PSY Instances that should be opened for
       
    60 //	  multiple session stress tests. Default value is 20
       
    61 //
       
    62 // ---------------------------------------------------------
       
    63 //
       
    64 RESOURCE NUMBER_INT16 r_pos_psy_tester_nr_stress_test_instances { value="25"; }
       
    65 
       
    66 // ---------------------------------------------------------
       
    67 //
       
    68 //    r_pos_psy_tester_nr_multiple_session_test_instances
       
    69 //    Resource strings for PSY Tester
       
    70 //    Number of PSY Instances that should be opened for
       
    71 //	  multiple session tests. Default value is 3
       
    72 //
       
    73 // ---------------------------------------------------------
       
    74 //
       
    75 RESOURCE NUMBER_INT16 r_pos_psy_tester_nr_multiple_session_test_instances { value="8"; }
       
    76 
       
    77 // ---------------------------------------------------------
       
    78 //
       
    79 //    r_pos_psy_tester_nr_multiple_session_cancel_test_instances
       
    80 //    Resource strings for PSY Tester
       
    81 //    Number of PSY Instances that should be opened for
       
    82 //	  multiple session cancel tests. Default value is 2
       
    83 //
       
    84 // ---------------------------------------------------------
       
    85 //
       
    86 RESOURCE NUMBER_INT16 r_pos_psy_tester_nr_multiple_session_cancel_test_instances { value="7"; }
       
    87 
       
    88 // ---------------------------------------------------------
       
    89 //
       
    90 //    r_pos_psy_tester_heap_size_percentage_level
       
    91 //    Resource strings for PSY Tester
       
    92 //    Percentage value representing the maximum percentual
       
    93 //	  value with which the heap size is allowed to increase with
       
    94 //
       
    95 // ---------------------------------------------------------
       
    96 //
       
    97 RESOURCE NUMBER_INT16 r_pos_psy_tester_heap_size_percentage_level { value="20"; }
       
    98 
       
    99 // ---------------------------------------------------------
       
   100 //
       
   101 //    r_pos_psy_tester_time_to_next_fix_threshold
       
   102 //    Resource strings for PSY Tester
       
   103 //    Value telling the part of time to fix values that are allowed
       
   104 //	  to be greater then the specified value for the PSY. Default value
       
   105 //    is 3 which means that 1/3 of the requests are allowed to have a time
       
   106 //	  to fix value that is greater than the specified value.
       
   107 //
       
   108 // ---------------------------------------------------------
       
   109 //
       
   110 RESOURCE NUMBER_INT16 r_pos_psy_tester_time_to_next_fix_threshold { value="30"; }
       
   111 
       
   112 // ---------------------------------------------------------
       
   113 //
       
   114 //    r_pos_psy_tester_horizontal_accuracy_threshold
       
   115 //    Resource strings for PSY Tester
       
   116 //    Value telling the part of coordinate values that are allowed
       
   117 //	  to be greater apart for the reference point than the specified 
       
   118 //	  horizontal accuracy value for the PSY. Default value
       
   119 //    is 3 which means that 1/3 of the requests are allowed to have a coordinate
       
   120 //	  value that is greater apart from the reference point than the specified value.
       
   121 //
       
   122 // ---------------------------------------------------------
       
   123 //
       
   124 RESOURCE NUMBER_INT16 r_pos_psy_tester_horizontal_accuracy_threshold { value="30"; }
       
   125 
       
   126 // ---------------------------------------------------------
       
   127 //
       
   128 //    r_pos_psy_tester_vertical_accuracy_threshold
       
   129 //    Resource strings for PSY Tester
       
   130 //    Value telling the part of altitude values that are allowed
       
   131 //	  to be greater apart for the reference point than the specified 
       
   132 //	  vertical accuracy value for the PSY. Default value
       
   133 //    is 3 which means that 1/3 of the requests are allowed to have a altitude
       
   134 //	  value that is greater apart from the reference altitude than the specified value.
       
   135 //
       
   136 // ---------------------------------------------------------
       
   137 //
       
   138 RESOURCE NUMBER_INT16 r_pos_psy_tester_vertical_accuracy_threshold { value="30"; }
       
   139 
       
   140 // ---------------------------------------------------------
       
   141 //
       
   142 //    r_pos_psy_tester_max_age_max_test_time
       
   143 //    Resource strings for PSY Tester
       
   144 //    Max age max test time in seconds
       
   145 //
       
   146 // ---------------------------------------------------------
       
   147 //
       
   148 RESOURCE NUMBER_INT16 r_pos_psy_tester_max_age_max_test_time { value="300"; }
       
   149 
       
   150 // ---------------------------------------------------------
       
   151 //
       
   152 //    r_pos_psy_tester_max_horizontal_accuracy
       
   153 //    Resource strings for PSY Tester
       
   154 //    Max horizontal accuracy in meters
       
   155 //
       
   156 // ---------------------------------------------------------
       
   157 //
       
   158 RESOURCE NUMBER_INT32 r_pos_psy_tester_max_horizontal_accuracy { value="500000"; }
       
   159 
       
   160 // ---------------------------------------------------------
       
   161 //
       
   162 //    r_pos_psy_tester_max_vertical_accuracy
       
   163 //    Resource strings for PSY Tester
       
   164 //    Max vertical accuracy in meters
       
   165 //
       
   166 // ---------------------------------------------------------
       
   167 //
       
   168 RESOURCE NUMBER_INT16 r_pos_psy_tester_max_vertical_accuracy { value="5000"; }
       
   169 
       
   170 // ---------------------------------------------------------
       
   171 //
       
   172 //    r_pos_psy_tester_resonable_horizontal_accuracy
       
   173 //    Resource strings for PSY Tester
       
   174 //    Reasonable horizontal accuracy in meters
       
   175 //
       
   176 // ---------------------------------------------------------
       
   177 //
       
   178 RESOURCE NUMBER_INT16 r_pos_psy_tester_resonable_horizontal_accuracy { value="10000"; }
       
   179 
       
   180 // ---------------------------------------------------------
       
   181 //
       
   182 //    r_pos_psy_tester_resonable_vertical_accuracy
       
   183 //    Resource strings for PSY Tester
       
   184 //    Reasonable vertical accuracy in meters
       
   185 //
       
   186 // ---------------------------------------------------------
       
   187 //
       
   188 RESOURCE NUMBER_INT16 r_pos_psy_tester_resonable_vertical_accuracy { value="2000"; }
       
   189 
       
   190 // ---------------------------------------------------------
       
   191 //
       
   192 //    r_pos_psy_tester_max_time_to_first_fix
       
   193 //    Resource strings for PSY Tester
       
   194 //    Max time to first fix in micro seconds
       
   195 //
       
   196 // ---------------------------------------------------------
       
   197 //
       
   198 RESOURCE NUMBER_INT32 r_pos_psy_tester_max_time_to_first_fix { value="300000000"; }
       
   199 
       
   200 // ---------------------------------------------------------
       
   201 //
       
   202 //    r_pos_psy_tester_nr_partial_update_requests
       
   203 //    Resource strings for PSY Tester
       
   204 //    Location request test case. Default value is 20
       
   205 //
       
   206 // ---------------------------------------------------------
       
   207 //
       
   208 RESOURCE NUMBER_INT16 r_pos_psy_tester_nr_partial_update_requests { value="10"; }
       
   209 
       
   210 // ---------------------------------------------------------
       
   211 //
       
   212 //    r_pos_psy_tester_psy_uid_excludes_list
       
   213 //    UID of PSYs that have to be excluded from listing
       
   214 //    This is a blank space separated list of UIDs
       
   215 // ---------------------------------------------------------
       
   216 //
       
   217 
       
   218 RESOURCE LBUF r_pos_psy_tester_psy_uid_excludes_list { txt = "101f7a7f";}
       
   219 
       
   220 
       
   221 // End of File