networkprotocolmodules/networkprotocolmodule/LbsSuplTestProtocol/group/lbssupltestmodule.mmp
changeset 36 b47902b73a93
parent 0 9cfd9a3ee49c
equal deleted inserted replaced
35:a2efdd544abf 36:b47902b73a93
       
     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 // supltestmodule.mmp
       
    15 // 
       
    16 //
       
    17 
       
    18 TARGET			lbssupltestmodule.dll
       
    19 TARGETTYPE		PLUGIN
       
    20 CAPABILITY	ALL -TCB
       
    21 
       
    22 // ECom dll recognition UID followed by the unique UID for this dll
       
    23 UID		0x10009D8D 0x1028225C
       
    24 
       
    25 VENDORID 0x70000001
       
    26 
       
    27 SOURCEPATH		.
       
    28 RESOURCE		lbssupltestmodule.rss
       
    29 
       
    30 SOURCEPATH		../src
       
    31 SOURCE			lbssupltestmodule.cpp
       
    32 SOURCE			lbssuplsocketlistener.cpp
       
    33 
       
    34 USERINCLUDE		../inc
       
    35 
       
    36 OS_LAYER_SYSTEMINCLUDE_SYMBIAN
       
    37 
       
    38 
       
    39 LIBRARY		euser.lib
       
    40 LIBRARY		esock.lib
       
    41 LIBRARY		insock.lib
       
    42 LIBRARY		suplasn1.lib
       
    43 LIBRARY		lbsassistancedata.lib
       
    44 LIBRARY		lbs.lib
       
    45 LIBRARY		ecom.lib
       
    46 
       
    47 
       
    48 SMPSAFE