equal
deleted
inserted
replaced
|
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 ctlbsfeaturesserver.mmp |
|
15 // |
|
16 // |
|
17 |
|
18 TARGET ctlbsfeaturesserver.exe |
|
19 TARGETTYPE exe |
|
20 UID 0x1000007A 0x1028229C |
|
21 VENDORID 0x70000001 |
|
22 CAPABILITY ALL -Tcb |
|
23 |
|
24 OS_LAYER_SYSTEMINCLUDE_SYMBIAN |
|
25 |
|
26 USERINCLUDE ../inc |
|
27 |
|
28 // Lbs Hybrid MoLr framework code. |
|
29 SOURCEPATH ../src |
|
30 SOURCE ctlbsfeaturesserver.cpp |
|
31 SOURCE ctlbsfeaturesstep.cpp |
|
32 SOURCE te_lbsfeaturespsystep.cpp |
|
33 SOURCE ctlbsfeaturesbtpsystep.cpp |
|
34 |
|
35 |
|
36 |
|
37 #ifdef SYMBIAN_FEATURE_MANAGER |
|
38 LIBRARY featdiscovery.lib |
|
39 #endif |
|
40 LIBRARY euser.lib |
|
41 LIBRARY efsrv.lib |
|
42 LIBRARY testexecuteutils.lib |
|
43 LIBRARY testexecutelogclient.lib |
|
44 |
|
45 SMPSAFE |