|
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 ctlbsextendedmtlrserver.mmp |
|
15 // |
|
16 // |
|
17 |
|
18 TARGET lbsextendedmtlrtestserver.exe |
|
19 TARGETTYPE exe |
|
20 UID 0x1000007A 0x10282294 |
|
21 VENDORID 0x70000001 |
|
22 CAPABILITY ProtServ LocalServices WriteDeviceData ReadDeviceData Location |
|
23 |
|
24 |
|
25 |
|
26 #include "../../common/group/ctlbscommon.mmp" |
|
27 |
|
28 USERINCLUDE ../inc |
|
29 USERINCLUDE ../../../../locationmgmt/locationcore/LbsNetInternalApi/inc |
|
30 USERINCLUDE ../../../../locationmgmt/locationcore/LbsInternalApi/inc |
|
31 USERINCLUDE ../../../../locationmgmt/locationcore/LbsPartnerCommon/inc |
|
32 // Lbs Data Source framework code. |
|
33 SOURCEPATH ../src |
|
34 SOURCE ctlbsextendedmtlrserver.cpp |
|
35 SOURCE ctlbsextendedmtlrstep.cpp |
|
36 SOURCE ctlbsextendedmtlrcancel.cpp |
|
37 SOURCE ctlbsextptbmtlrcancel.cpp |
|
38 SOURCE ctlbscancelbeforereq.cpp |
|
39 SOURCE ctlbsemergencycancel.cpp ctlbsexthybridmtlrcancel.cpp ctlbshybridemergencycancel.cpp |
|
40 |
|
41 // LBS libraries. |
|
42 LIBRARY lbs.lib |
|
43 LIBRARY lbsloccommon.lib |
|
44 LIBRARY lbsadmin.lib |
|
45 LIBRARY lbsrootapi.lib |
|
46 LIBRARY lbsassistancedata.lib |
|
47 LIBRARY lbsnetprotocol.lib |
|
48 LIBRARY lbsprivacycontroller.lib |
|
49 LIBRARY lbsnetsim.lib |
|
50 LIBRARY lbslocdatasource.lib |
|
51 LIBRARY lbsinternalapi.lib |
|
52 LIBRARY lbspartnercommon.lib |
|
53 |
|
54 // LBS test libraries. |
|
55 LIBRARY lbstestutils.lib |
|
56 LIBRARY lbstestclient.lib |
|
57 LIBRARY lbsnetextendedprotocolproxy.lib |
|
58 |
|
59 |
|
60 SMPSAFE |