--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/lbsapitest/lbshaitest/lbsclient/testdata/t_lbsclient_environment.ini Tue Feb 02 01:50:39 2010 +0200
@@ -0,0 +1,39 @@
+
+// Location of the device under test - Zhongguancun, Beijing
+[ActualPositionVars]
+LATITUDE = 39.980030
+LONGITUDE = 116.307222
+ALTITUDE = 100
+
+[EmulatorPositionVars]
+LATITUDE = 61.448040
+LONGITUDE = 23.855000
+ALTITUDE = 194.899994
+// Requestor data values can be modified according to the necessity
+// LBS sourcecode will not make a call, link to an URL or send an e-mail
+[ResquestorDataVars]
+RequestorDataTelephone = 8180181087
+RequestorDataURL = http://www.symbian.com
+RequestorDataMail = jguillermo@dextratech.com
+// Note that you may need to adjust test case time-out if you modify these.
+// A single position query takes about 15 seconds with the update parameters
+// defined below.
+[TimesAndIntervals]
+DEFAULT_POSITION_QUERY_RETRIES = 20
+DEFAULT_POSITION_QUERY_MINIMUM_SUCCESSFUL = 15
+DEFAULT_UPDATE_INTERVAL = 3000000
+DEFAULT_UPDATE_TIMEOUT = 10000000
+[SetDataQualityStatusVars]
+EDataQualityUnknown = 0
+EDataQualityLoss = 1
+EDataQualityPartial = 2
+EDataQualityNormal = 3
+[SetDeviceStatusVars]
+EDeviceUnknown = 0
+EDeviceError = 1
+EDeviceDisabled = 2
+EDeviceInactive = 3
+EDeviceInitialising = 4
+EDeviceStandBy = 5
+EDeviceReady = 6
+EDeviceActive = 7