|
1 // Copyright (c) 2007-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 // @file ctlbshybridmultipleserver.mmp |
|
15 // |
|
16 // |
|
17 |
|
18 TARGET lbshybridmultipletestserver.exe |
|
19 TARGETTYPE exe |
|
20 UID 0x1000007A 0x102869EB |
|
21 VENDORID 0x70000001 |
|
22 CAPABILITY ProtServ LocalServices WriteDeviceData ReadDeviceData Location NetworkServices |
|
23 //CAPABILITY ALL -TCB |
|
24 |
|
25 |
|
26 |
|
27 #include "../../common/group/ctlbscommon.mmp" |
|
28 |
|
29 USERINCLUDE ../inc |
|
30 USERINCLUDE ../../../../locationmgmt/locationcore/LbsNetInternalApi/inc |
|
31 USERINCLUDE ../../../../locationmgmt/locationcore/LbsInternalApi/inc |
|
32 USERINCLUDE ../../../../locationmgmt/locationcore/LbsPartnerCommon/inc |
|
33 USERINCLUDE ../../../../locationmgmt/locationcore/LbsCommonInternalDataTypes/inc |
|
34 |
|
35 // Lbs Data Source framework code. |
|
36 SOURCEPATH ../src |
|
37 SOURCE ctlbshybridmultipleserver.cpp |
|
38 SOURCE ctlbshybridmultiplestep.cpp |
|
39 SOURCE clbstestngmessagehandler.cpp |
|
40 SOURCE clbstestsessionsequence.cpp |
|
41 SOURCE ctlbshybridmultipletest.cpp |
|
42 SOURCE clbstestmolrsessionsequence.cpp |
|
43 SOURCE clbstestmtlrsessionsequence.cpp |
|
44 SOURCE clbstestx3psessionsequence.cpp |
|
45 |
|
46 // LBS libraries. |
|
47 LIBRARY lbs.lib |
|
48 LIBRARY lbsloccommon.lib |
|
49 LIBRARY lbsadmin.lib |
|
50 LIBRARY lbsrootapi.lib |
|
51 LIBRARY lbsassistancedata.lib |
|
52 LIBRARY lbsnetprotocol.lib |
|
53 LIBRARY lbsprivacycontroller.lib |
|
54 LIBRARY lbsnetsim.lib |
|
55 LIBRARY lbslocdatasource.lib |
|
56 LIBRARY lbsinternalapi.lib |
|
57 LIBRARY lbspartnercommon.lib |
|
58 LIBRARY lbsx3p.lib |
|
59 LIBRARY iniparser.lib |
|
60 |
|
61 // LBS test libraries. |
|
62 LIBRARY lbstestutils.lib |
|
63 LIBRARY lbstestclient.lib |
|
64 LIBRARY lbsnetextendedprotocolproxy.lib |
|
65 LIBRARY getafixutils.lib |
|
66 |
|
67 SMPSAFE |