locationmgmt/networkgateway/test/netprotocoltest/group/lbsnetgatewayprotocoltest.mmp
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 lbsnetgatewayprotocoltest.dll |
|
17 TARGETTYPE PLUGIN |
|
18 CAPABILITY All -TCB |
|
19 |
|
20 MACRO ENABLE_LBS_DEV_LOGGER |
|
21 |
|
22 // UID2 = ECOM plug-in DLL recognition, UID3 = unique ID for this DLL |
|
23 UID 0x10009D8D 0x1028224F |
|
24 VENDORID 0x70000001 |
|
25 |
|
26 SOURCEPATH ../src |
|
27 SOURCE lbsnetgatewayprotocoltest.cpp |
|
28 |
|
29 USERINCLUDE ../inc |
|
30 USERINCLUDE ../../../../locationcore/LbsPartnerCommon/inc |
|
31 |
|
32 OS_LAYER_SYSTEMINCLUDE_SYMBIAN |
|
33 |
|
34 LIBRARY euser.lib |
|
35 LIBRARY ecom.lib |
|
36 LIBRARY lbsnetprotocol.lib |
|
37 LIBRARY lbslocdatasource.lib |
|
38 LIBRARY lbs.lib |
|
39 LIBRARY lbsnetgatewayprotocoltestapi.lib |
|
40 LIBRARY lbsassistancedata.lib |
|
41 LIBRARY lbspartnercommon.lib |
|
42 |
|
43 RESOURCE ../src/lbsnetgatewayprotocoltest.rss |
|
44 |
|
45 SMPSAFE |