|
1 // Copyright (c) 2006-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 ctlbsmtlrserver.mmp |
|
15 // |
|
16 // |
|
17 |
|
18 TARGET lbsmtlrtestserver.exe |
|
19 TARGETTYPE exe |
|
20 UID 0x1000007A 0x10282265 |
|
21 VENDORID 0x70000001 |
|
22 CAPABILITY ProtServ LocalServices WriteDeviceData ReadDeviceData Location |
|
23 //CAPABILITY ALL -TCB |
|
24 |
|
25 #include "../../common/group/ctlbscommon.mmp" |
|
26 |
|
27 USERINCLUDE ../inc |
|
28 |
|
29 // Lbs Data Source framework code. |
|
30 SOURCEPATH ../src |
|
31 SOURCE ctlbsmtlrserver.cpp |
|
32 SOURCE ctlbsmtlrstep.cpp |
|
33 SOURCE ctlbsmtlrshareddata.cpp |
|
34 |
|
35 |
|
36 // Lbs MTLR test step code. |
|
37 SOURCE ctlbsmtlrprivcntrlstepmain.cpp |
|
38 SOURCE ctlbsmtlr_reset_assistance.cpp |
|
39 |
|
40 // LBS libraries. |
|
41 LIBRARY lbs.lib |
|
42 LIBRARY lbsloccommon.lib |
|
43 LIBRARY lbsadmin.lib |
|
44 LIBRARY lbsrootapi.lib |
|
45 LIBRARY lbsassistancedata.lib |
|
46 LIBRARY lbsnetprotocol.lib |
|
47 LIBRARY lbsprivacycontroller.lib |
|
48 |
|
49 // LBS test libraries. |
|
50 LIBRARY lbstestutils.lib |
|
51 LIBRARY lbsnetsim.lib |
|
52 LIBRARY lbstestclient.lib |
|
53 |
|
54 SMPSAFE |