|
1 // Copyright (c) 2008-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 lbsnetpsy.dll |
|
17 TARGETTYPE PLUGIN |
|
18 UID 0x10009D8D 0x10285ABD |
|
19 VENDORID 0x70000001 |
|
20 |
|
21 CAPABILITY ALL -TCB |
|
22 |
|
23 |
|
24 |
|
25 START RESOURCE ../data/10285abd.rss |
|
26 TARGET lbsnetpsy.rsc |
|
27 END |
|
28 |
|
29 start resource ../data/lbsnetpsy_name.rss |
|
30 TARGETPATH /resource |
|
31 LANG SC |
|
32 END |
|
33 |
|
34 #include "../../../datasourceadaptation/gpsdatasourceadaptation/common/group/lbsposfwadaptation.mmp" |
|
35 |
|
36 SOURCEPATH ../src |
|
37 SOURCE cnetpositioner.cpp |
|
38 SOURCE cnetenvironment.cpp |
|
39 |
|
40 SOURCEPATH ../src/responsehandler |
|
41 SOURCE cnetresponsehandler.cpp |
|
42 SOURCE cnetdatabus.cpp |
|
43 |
|
44 SOURCEPATH ../src/requesthandler |
|
45 SOURCE cnetrequesthandler.cpp |
|
46 SOURCE cnetrequestbus.cpp |
|
47 |
|
48 SOURCEPATH ../src/modstatushandler |
|
49 SOURCE cnetmodstatushandler.cpp |
|
50 |
|
51 USERINCLUDE ../../../datasourceadaptation/gpsdatasourceadaptation/common/inc |
|
52 USERINCLUDE ../inc |
|
53 USERINCLUDE ../inc/responsehandler |
|
54 USERINCLUDE ../inc/requesthandler |
|
55 USERINCLUDE ../inc/modstatushandler |
|
56 USERINCLUDE ../../../locationmgmt/locationcore/LbsInternalApi/inc |
|
57 USERINCLUDE ../../../locationmgmt/locationcore/LbsNetInternalApi/inc |
|
58 USERINCLUDE ../../../locationmgmt/locationcore/LbsPartnerCommon/inc //For "lbsdevloggermacros.h" |
|
59 USERINCLUDE ../../../locationmgmt/locationcore/LbsCommonInternalDataTypes/inc |
|
60 |
|
61 OS_LAYER_SYSTEMINCLUDE_SYMBIAN |
|
62 |
|
63 LIBRARY euser.lib |
|
64 LIBRARY efsrv.lib |
|
65 LIBRARY esock.lib |
|
66 LIBRARY bafl.lib |
|
67 LIBRARY lbs.lib |
|
68 LIBRARY epospluginfw.lib |
|
69 LIBRARY centralrepository.lib |
|
70 LIBRARY inetprotutil.lib |
|
71 |
|
72 LIBRARY lbsinternalapi.lib |
|
73 LIBRARY lbsnetinternalapi.lib |
|
74 LIBRARY lbsnetprotocol.lib |
|
75 LIBRARY lbspartnercommon.lib |
|
76 LIBRARY lbslocdatasource.lib |
|
77 LIBRARY lbscommoninternaldatatypes.lib |
|
78 DEBUGLIBRARY flogger.lib |
|
79 |
|
80 SMPSAFE |
|
81 |
|
82 // End of File |