|
1 // Copyright (c) 2005-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 lbsprivacycontroller.dll |
|
17 TARGETTYPE DLL |
|
18 UID 0x1000007A 0x1020E194 |
|
19 |
|
20 CAPABILITY ALL -TCB |
|
21 |
|
22 MACRO ENABLE_LBS_DEV_LOGGER |
|
23 |
|
24 SOURCEPATH ../src |
|
25 SOURCE LbsPrivacyController.cpp |
|
26 // |
|
27 // Client side of interface with NRH server |
|
28 // |
|
29 SOURCE lbsprivacycontrollerimpl.cpp |
|
30 // |
|
31 // Server framework stuff |
|
32 // |
|
33 SOURCEPATH ../../../../../locationmgmt/locationcore/LbsLocCommon/ServerFramework/src |
|
34 SOURCE tserverstartparams.cpp |
|
35 SOURCE rsecuresessionbase.cpp |
|
36 SOURCE cserverlaunch.cpp |
|
37 SOURCE tstartparamsbase.cpp |
|
38 |
|
39 USERINCLUDE ../inc |
|
40 USERINCLUDE ../../../inc |
|
41 USERINCLUDE ../../../../../locationmgmt/locationcore/LbsCommonInternalDataTypes/inc |
|
42 USERINCLUDE ../../../../../locationmgmt/locationcore/LbsLocCommon/inc |
|
43 USERINCLUDE ../../../../../locationmgmt/locationcore/LbsLocCommon/ServerFramework/inc |
|
44 USERINCLUDE ../../../../../locationmgmt/locationcore/LbsInternalApi/inc |
|
45 USERINCLUDE ../../../../../locationmgmt/locationcore/lbsrootapi/inc |
|
46 USERINCLUDE ../../../../../locationmgmt/locationcore/LbsPartnerCommon/inc |
|
47 |
|
48 OS_LAYER_SYSTEMINCLUDE_SYMBIAN |
|
49 LIBRARY euser.lib |
|
50 LIBRARY lbsloccommon.lib |
|
51 LIBRARY lbs.lib |
|
52 LIBRARY lbsnetprotocol.lib |
|
53 LIBRARY lbspartnercommon.lib |
|
54 LIBRARY lbsrootapi.lib |
|
55 LIBRARY lbscommoninternaldatatypes.lib |
|
56 SMPSAFE |