lbsapitest/lbshaitest/lbsclient/testdata/t_lbsclient_environment.ini
changeset 0 9cfd9a3ee49c
equal deleted inserted replaced
-1:000000000000 0:9cfd9a3ee49c
       
     1 
       
     2 // Location of the device under test - Zhongguancun, Beijing
       
     3 [ActualPositionVars]
       
     4 LATITUDE = 39.980030
       
     5 LONGITUDE = 116.307222
       
     6 ALTITUDE = 100
       
     7 
       
     8 [EmulatorPositionVars]
       
     9 LATITUDE  = 61.448040
       
    10 LONGITUDE = 23.855000
       
    11 ALTITUDE  = 194.899994
       
    12 // Requestor data values can be modified according to the necessity
       
    13 // LBS sourcecode will not make a call, link to an URL or send an e-mail
       
    14 [ResquestorDataVars]
       
    15 RequestorDataTelephone = 8180181087
       
    16 RequestorDataURL  = http://www.symbian.com
       
    17 RequestorDataMail = jguillermo@dextratech.com
       
    18 // Note that you may need to adjust test case time-out if you modify these.
       
    19 // A single position query takes about 15 seconds with the update parameters
       
    20 // defined below.
       
    21 [TimesAndIntervals]
       
    22 DEFAULT_POSITION_QUERY_RETRIES   = 20
       
    23 DEFAULT_POSITION_QUERY_MINIMUM_SUCCESSFUL = 15
       
    24 DEFAULT_UPDATE_INTERVAL    = 3000000
       
    25 DEFAULT_UPDATE_TIMEOUT    = 10000000
       
    26 [SetDataQualityStatusVars]
       
    27 EDataQualityUnknown = 0
       
    28 EDataQualityLoss  = 1
       
    29 EDataQualityPartial = 2
       
    30 EDataQualityNormal = 3
       
    31 [SetDeviceStatusVars]
       
    32 EDeviceUnknown  = 0
       
    33 EDeviceError  = 1
       
    34 EDeviceDisabled  = 2
       
    35 EDeviceInactive  = 3
       
    36 EDeviceInitialising  = 4
       
    37 EDeviceStandBy  = 5
       
    38 EDeviceReady  = 6
       
    39 EDeviceActive  = 7