equal
deleted
inserted
replaced
|
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 lbsadmin.dll |
|
17 TARGETTYPE dll |
|
18 |
|
19 CAPABILITY ALL -TCB |
|
20 |
|
21 UID 0x1000008d 0x1020E192 |
|
22 VENDORID 0x70000001 |
|
23 |
|
24 MACRO ENABLE_LBS_DEV_LOGGER |
|
25 |
|
26 SOURCEPATH ../src |
|
27 SOURCE lbsadmin.cpp |
|
28 SOURCE lbsadminimpl.cpp |
|
29 SOURCE lbsadmindatatypes.cpp |
|
30 |
|
31 OS_LAYER_SYSTEMINCLUDE_SYMBIAN |
|
32 USERINCLUDE ../inc |
|
33 USERINCLUDE ../LbsCommonInternalDataTypes/inc |
|
34 USERINCLUDE ../LbsInternalApi/inc |
|
35 USERINCLUDE ../LbsPartnerCommon/inc |
|
36 |
|
37 |
|
38 LIBRARY euser.lib |
|
39 LIBRARY centralrepository.lib |
|
40 LIBRARY ecom.lib |
|
41 LIBRARY lbspartnercommon.lib |
|
42 LIBRARY lbsinternalapi.lib |
|
43 LIBRARY lbscommoninternaldatatypes.lib |
|
44 SMPSAFE |