|
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 // |
|
15 |
|
16 TARGET lbsprotocolmodule.dll |
|
17 TARGETTYPE PLUGIN |
|
18 CAPABILITY ALL -TCB |
|
19 |
|
20 // ECom dll recognition UID followed by the unique UID for this dll |
|
21 UID 0x10009D8D 0x10281D6F |
|
22 |
|
23 MACRO ENABLE_LBS_DEV_LOGGER |
|
24 VENDORID 0x70000001 |
|
25 |
|
26 SOURCEPATH . |
|
27 RESOURCE lbsprotocolmodule.rss |
|
28 |
|
29 SOURCEPATH ../src |
|
30 |
|
31 SOURCE cgatewayinterface.cpp |
|
32 SOURCE cnetworkinterface.cpp |
|
33 SOURCE cprotocolmanager.cpp |
|
34 SOURCE cconfigmanager.cpp |
|
35 SOURCE cassistdatamgr.cpp |
|
36 SOURCE cstatemachinebase.cpp |
|
37 SOURCE cstatehandlerbase.cpp |
|
38 SOURCE cmolrstatemachine.cpp |
|
39 SOURCE cmolrstatehandler.cpp |
|
40 SOURCE cmtlrstatemachine.cpp |
|
41 SOURCE cmtlrstatehandler.cpp |
|
42 SOURCE cx3pstatemachine.cpp |
|
43 SOURCE cx3pstatehandler.cpp |
|
44 SOURCE cnetlocstatemachine.cpp |
|
45 SOURCE cnetlocstatehandler.cpp |
|
46 |
|
47 USERINCLUDE ../inc |
|
48 USERINCLUDE ../../../../locationmgmt/locationcore/LbsPartnerCommon/inc |
|
49 |
|
50 |
|
51 OS_LAYER_SYSTEMINCLUDE_SYMBIAN |
|
52 |
|
53 LIBRARY lbsassistancedata.lib |
|
54 LIBRARY lbsnetsim.lib |
|
55 LIBRARY lbs.lib |
|
56 LIBRARY lbslocdatasource.lib |
|
57 LIBRARY lbsnetprotocol.lib |
|
58 LIBRARY lbsloccommon.lib |
|
59 LIBRARY lbspartnercommon.lib |
|
60 LIBRARY euser.lib |
|
61 LIBRARY ecom.lib |
|
62 LIBRARY centralrepository.lib |
|
63 |
|
64 SMPSAFE |