supl/locationsuplfw/protocolhandlerapi/group/epos_suplprotocolhandlerplugin.mmp
changeset 0 667063e416a2
child 22 4c4ed41530db
child 29 1d6c90ea6398
child 31 380473e13443
equal deleted inserted replaced
-1:000000000000 0:667063e416a2
       
     1 /*
       
     2 * Copyright (c) 2002-2005 Nokia Corporation and/or its subsidiary(-ies). 
       
     3 * All rights reserved.
       
     4 * This component and the accompanying materials are made available
       
     5 * under the terms of "Eclipse Public License v1.0"
       
     6 * which accompanies this distribution, and is available
       
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     8 *
       
     9 * Initial Contributors:
       
    10 * Nokia Corporation - initial contribution.
       
    11 *
       
    12 * Contributors:
       
    13 *
       
    14 * Description:   Project file for protocol handler plugin
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 #include <platform_paths.hrh>
       
    20 
       
    21 TARGET 			epossuplprotocolhandlerplugin.dll
       
    22 TARGETTYPE  	dll
       
    23 
       
    24 UID 			0x1000008d 0x102073CC 
       
    25 CAPABILITY      NetworkControl ReadUserData WriteUserData CAP_GENERAL_DLL
       
    26 
       
    27 
       
    28 VENDORID        VID_DEFAULT
       
    29 
       
    30 SOURCEPATH   	../src
       
    31 SOURCE      	 epos_csuplprotocolmanagerbase.cpp
       
    32 SOURCE			 epos_csuplcommunicationmanager.cpp
       
    33 SOURCE			 epos_csuplconnection.cpp
       
    34 SOURCE			 epos_csuplsocketreader.cpp
       
    35 SOURCE			 epos_csuplsockettimer.cpp
       
    36 SOURCE           epos_csuplconntrace.cpp
       
    37 SOURCE           epos_csuplpacketinfo.cpp
       
    38 SOURCE           epos_suplkey.cpp
       
    39 
       
    40 USERINCLUDE     ../inc
       
    41 USERINCLUDE     ../../../inc
       
    42 SYSTEMINCLUDE   /epoc32/include/libc
       
    43 
       
    44 MW_LAYER_SYSTEMINCLUDE
       
    45 
       
    46 
       
    47 LIBRARY 		euser.lib 
       
    48 LIBRARY 		ecom.lib
       
    49 LIBRARY         epos_csuplutils.lib
       
    50 LIBRARY			esock.lib
       
    51 LIBRARY			insock.lib 
       
    52 LIBRARY			securesocket.lib
       
    53 LIBRARY			commdb.lib
       
    54 LIBRARY         centralrepository.lib 
       
    55 LIBRARY flogger.lib
       
    56 /* LIBRARY         gba.lib */
       
    57 
       
    58 exportunfrozen 
       
    59 epocallowdlldata