57
|
1 |
/*
|
|
2 |
* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
|
|
3 |
* All rights reserved.
|
|
4 |
* This component and the accompanying materials are made available
|
|
5 |
* under the terms of "Eclipse Public License v1.0"
|
|
6 |
* which accompanies this distribution, and is available
|
|
7 |
* at the URL "http://www.eclipse.org/legal/epl-v10.html".
|
|
8 |
*
|
|
9 |
* Initial Contributors:
|
|
10 |
* Nokia Corporation - initial contribution.
|
|
11 |
*
|
|
12 |
* Contributors:
|
|
13 |
*
|
|
14 |
* Description:
|
|
15 |
*
|
|
16 |
*/
|
|
17 |
|
|
18 |
#ifndef __LBS_HYBRID_X3P__
|
|
19 |
#define __LBS_HYBRID_X3P__
|
|
20 |
|
|
21 |
#include <testexecute.iby>
|
|
22 |
#include <lbs.iby>
|
|
23 |
#include <lbsnetworklocationmanager.iby>
|
|
24 |
#include <lbstestserver.iby>
|
|
25 |
#include <lbstestutils.iby>
|
|
26 |
#include <lbstestchannel.iby>
|
|
27 |
#include <ctagpshybridmodule.iby>
|
|
28 |
#include <ctlbsclockplugin.iby>
|
|
29 |
#include <hybridprotocolmodule.iby>
|
|
30 |
|
|
31 |
data=EPOCROOT##epoc32\data\C\testdata\configs\lbstestconfig.txt testdata\configs\lbstestconfig.txt
|
|
32 |
|
|
33 |
file=ABI_DIR\DEBUG_DIR\lbshybridx3ptestserver.exe sys\bin\lbshybridx3ptestserver.exe
|
|
34 |
|
|
35 |
data=EPOCROOT##epoc32\data\C\testdata\configs\lbs_x3p.ini testdata\configs\lbs_x3p.ini
|
|
36 |
|
|
37 |
|
|
38 |
data=EPOCROOT##epoc32\data\C\testdata\scripts\hybrid_ueassisted_x3p_accurate_gps_timeout.script testdata\scripts\hybrid_ueassisted_x3p_accurate_gps_timeout.script
|
|
39 |
data=EPOCROOT##epoc32\data\C\testdata\scripts\hybrid_ueassisted_x3p_accurate_gps.script testdata\scripts\hybrid_ueassisted_x3p_accurate_gps.script
|
|
40 |
data=EPOCROOT##epoc32\data\C\testdata\scripts\hybrid_ueassisted_x3p_client_timeout.script testdata\scripts\hybrid_ueassisted_x3p_client_timeout.script
|
|
41 |
data=EPOCROOT##epoc32\data\C\testdata\scripts\hybrid_ueassisted_x3p_gps_futile.script testdata\scripts\hybrid_ueassisted_x3p_gps_futile.script
|
|
42 |
data=EPOCROOT##epoc32\data\C\testdata\scripts\hybrid_ueassisted_x3p_no_gps_timeout.script testdata\scripts\hybrid_ueassisted_x3p_no_gps_timeout.script
|
|
43 |
data=EPOCROOT##epoc32\data\C\testdata\scripts\hybrid_ueassisted_x3p_no_gps.script testdata\scripts\hybrid_ueassisted_x3p_no_gps.script
|
|
44 |
data=EPOCROOT##epoc32\data\C\testdata\scripts\hybrid_uebased_x3p_gps_futile.script testdata\scripts\hybrid_uebased_x3p_gps_futile.script
|
|
45 |
data=EPOCROOT##epoc32\data\C\testdata\scripts\uebased_x3p.script testdata\scripts\uebased_x3p.script
|
|
46 |
data=EPOCROOT##epoc32\data\C\testdata\scripts\x3p_Acc_ref_pos.script testdata\scripts\x3p_Acc_ref_pos.script
|
|
47 |
data=EPOCROOT##epoc32\data\C\testdata\scripts\x3p_gpsmodeoptions.script testdata\scripts\x3p_gpsmodeoptions.script
|
|
48 |
data=EPOCROOT##epoc32\data\C\testdata\scripts\x3p_reset_assistance.script testdata\scripts\x3p_reset_assistance.script
|
|
49 |
|
|
50 |
#endif
|