|
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 lbsnetgateway.exe |
|
17 TARGETTYPE EXE |
|
18 UID 0x1000007A 0x10281D46 |
|
19 VENDORID 0x70000001 |
|
20 CAPABILITY Location ReadDeviceData WriteDeviceData ProtServ NetworkServices ReadUserData |
|
21 |
|
22 MACRO ENABLE_LBS_DEV_LOGGER |
|
23 |
|
24 EPOCSTACKSIZE 16384 |
|
25 |
|
26 SOURCEPATH ../src |
|
27 SOURCE netgatewaymain.cpp |
|
28 SOURCE netgatewaystart.cpp |
|
29 SOURCE netgateway.cpp |
|
30 SOURCE agpschannel.cpp |
|
31 SOURCE netrequestchannel.cpp |
|
32 SOURCE netlocationchannel.cpp |
|
33 SOURCE netregstatusmonitor.cpp |
|
34 SOURCE netgatewayasynccallback.cpp |
|
35 SOURCE cpsyrequestchannel.cpp |
|
36 SOURCE requestmessagebuffer.cpp |
|
37 |
|
38 SOURCEPATH ../../locationcore/LbsLocCommon/ServerFramework/src |
|
39 SOURCE claunchedprocess.cpp |
|
40 SOURCE tprocessstartparams.cpp |
|
41 SOURCE tstartparamsbase.cpp |
|
42 |
|
43 USERINCLUDE ../inc |
|
44 USERINCLUDE ../../locationcore/LbsNetInternalApi/inc |
|
45 USERINCLUDE ../../locationcore/LbsCommonInternalDataTypes/inc |
|
46 USERINCLUDE ../../locationcore/LbsLocCommon/ServerFramework/inc |
|
47 USERINCLUDE ../../locationcore/lbsrootapi/inc |
|
48 USERINCLUDE ../../locationcore/LbsInternalApi/inc |
|
49 |
|
50 USERINCLUDE ../../locationcore/LbsPartnerCommon/inc |
|
51 USERINCLUDE ../../locationcore/LbsADataCache/inc |
|
52 USERINCLUDE ../../locationcore/LbsAgpsNgMsgs/inc |
|
53 USERINCLUDE ../../locationcore/LbsNrhNgMsgs/inc |
|
54 USERINCLUDE ../../locationcore/LbsNgNlmInt/inc |
|
55 USERINCLUDE ../../locationcore/LbsNetRegStatusInt/inc |
|
56 USERINCLUDE ../../locationcore/LbsRefFnpInt/inc |
|
57 USERINCLUDE ../../locationcore/LbsPsyNgMsgs/inc |
|
58 |
|
59 USERINCLUDE ../../locationcore/LbsLogging/inc |
|
60 USERINCLUDE ../../locationcore/LbsNetProtocol/inc |
|
61 USERINCLUDE ../../locationcore/LbsDebug/inc |
|
62 USERINCLUDE ../../locmonitor/lbslocmonitorclient/inc |
|
63 USERINCLUDE ../../locmonitor/lbslocmonitorserver/inc |
|
64 |
|
65 OS_LAYER_SYSTEMINCLUDE_SYMBIAN |
|
66 |
|
67 LIBRARY euser.lib |
|
68 LIBRARY ecom.lib |
|
69 LIBRARY etel.lib |
|
70 LIBRARY etelmm.lib |
|
71 LIBRARY commsdat.lib |
|
72 LIBRARY lbs.lib |
|
73 LIBRARY lbsloccommon.lib |
|
74 LIBRARY lbsnetprotocol.lib |
|
75 LIBRARY lbscommoninternaldatatypes.lib |
|
76 LIBRARY lbsnetinternalapi.lib |
|
77 LIBRARY lbsadatacache.lib |
|
78 LIBRARY lbsagpsngmsgs.lib |
|
79 LIBRARY lbsnrhngmsgs.lib |
|
80 LIBRARY lbspsyngmsgs.lib |
|
81 LIBRARY lbsngnlmint.lib |
|
82 LIBRARY lbsnetregstatusint.lib |
|
83 LIBRARY lbsreffnpint.lib |
|
84 LIBRARY lbsinternalapi.lib |
|
85 LIBRARY lbsadmin.lib |
|
86 LIBRARY lbsassistancedata.lib |
|
87 LIBRARY lbsrootapi.lib |
|
88 LIBRARY lbspartnercommon.lib |
|
89 LIBRARY lbsloggerapi.lib |
|
90 #ifdef SYMBIAN_FEATURE_MANAGER |
|
91 LIBRARY featdiscovery.lib |
|
92 #endif |
|
93 // For OOM Testing |
|
94 DEBUGLIBRARY lbsdebug.lib |
|
95 LIBRARY lbslocmonclient.lib |
|
96 |
|
97 SOURCEPATH ../src |
|
98 SOURCE netobserver.cpp |
|
99 |
|
100 SMPSAFE |