mtptransports/mtpptpiptransport/ptpipplugin/group/ptpipplugin.mmp
changeset 0 d0791faffa3f
equal deleted inserted replaced
-1:000000000000 0:d0791faffa3f
       
     1 // Copyright (c) 2007-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 // ptpipplugin.dll MTP transport plug-in for ptpip
       
    15 // 
       
    16 //
       
    17 
       
    18 /**
       
    19  @file
       
    20 */
       
    21 
       
    22 #include <comms-infras/commsdebugutility.mmh>
       
    23 
       
    24 
       
    25 TARGETTYPE PLUGIN
       
    26 TARGET ptpipplugin.dll
       
    27 
       
    28 UID 0x10009D8D 0xA0004A61
       
    29 VENDORID 			0x70000001
       
    30 
       
    31 CAPABILITY          CommDD PowerMgmt ReadDeviceData WriteDeviceData TrustedUI ProtServ NetworkControl NetworkServices LocalServices ReadUserData WriteUserData
       
    32 
       
    33 MW_LAYER_SYSTEMINCLUDE_SYMBIAN
       
    34 
       
    35 USERINCLUDE         ../inc/ 
       
    36 USERINCLUDE         ../../ptpipdatatypes/inc
       
    37 USERINCLUDE			../../common/inc/
       
    38 USERINCLUDE         ../../../../mtpfws/mtpfw/transports/transportapi/inc
       
    39 USERINCLUDE         ../../../../mtpfws/mtpfw/common/inc
       
    40 
       
    41 
       
    42 SOURCEPATH 			../src/
       
    43 SOURCE 				cptpiptransport.cpp 
       
    44 SOURCE 				cptpipconnection.cpp
       
    45 SOURCE				cptpipsockhandlerbase.cpp
       
    46 SOURCE				cptpipcommandhandler.cpp
       
    47 SOURCE				cptpipeventhandler.cpp
       
    48 
       
    49 
       
    50 
       
    51 LIBRARY             euser.lib
       
    52 
       
    53 LIBRARY             mtpdatatypes.lib 
       
    54 LIBRARY             mtptransportapi.lib
       
    55 LIBRARY				ptpipdatatypes.lib
       
    56 LIBRARY				esock.lib 
       
    57 LIBRARY				commdb.lib 
       
    58 LIBRARY				insock.lib 
       
    59 
       
    60 
       
    61 
       
    62 
       
    63 
       
    64 START RESOURCE      ptpipplugin.rss    
       
    65 TARGET              ptpipplugin.rsc
       
    66 
       
    67 END
       
    68 
       
    69 SMPSAFE