mtptransports/mtpusbtransport/usbsic_imp/group/mtpusbsicimp.mmp
changeset 0 d0791faffa3f
equal deleted inserted replaced
-1:000000000000 0:d0791faffa3f
       
     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 // mtpusbtransport.dll USB MTP device class MTP transport plug-in.
       
    15 // 
       
    16 //
       
    17 
       
    18 /**
       
    19  @file
       
    20 */
       
    21 
       
    22 #include <comms-infras/commsdebugutility.mmh>
       
    23 
       
    24 TARGET              mtpusbsicimp.dll
       
    25 TARGETTYPE          PLUGIN
       
    26 UID                 0x10009D8D 0x102827AC
       
    27 VENDORID 			0x70000001
       
    28 
       
    29 CAPABILITY          CommDD PowerMgmt ReadDeviceData WriteDeviceData TrustedUI ProtServ NetworkControl NetworkServices LocalServices ReadUserData WriteUserData
       
    30 
       
    31 MW_LAYER_SYSTEMINCLUDE_SYMBIAN
       
    32 
       
    33 USERINCLUDE         ../inc/ 
       
    34 USERINCLUDE         ../../common/inc/ 
       
    35 USERINCLUDE         ../../usbdatatypes/inc
       
    36 USERINCLUDE         ../../../../mtpfws/mtpfw/transports/transportapi/inc
       
    37 USERINCLUDE         ../../../../mtpfws/mtpfw/common/inc
       
    38 
       
    39 SOURCEPATH          ../src/ 
       
    40 SOURCE              cmtpusbconnection.cpp
       
    41 SOURCE              cmtpusbepbase.cpp
       
    42 SOURCE              cmtpusbepbulkin.cpp
       
    43 SOURCE              cmtpusbepbulkout.cpp
       
    44 SOURCE              cmtpusbepcontrol.cpp
       
    45 SOURCE              cmtpusbepinterruptin.cpp
       
    46 SOURCE              cmtpusbtransport.cpp
       
    47 
       
    48 LIBRARY             euser.lib
       
    49 LIBRARY             mtpdatatypes.lib 
       
    50 LIBRARY             mtptransportapi.lib
       
    51 LIBRARY             mtpusbdatatypes.lib
       
    52 
       
    53 START RESOURCE      mtpusbsicimp.rss    
       
    54 TARGET              mtpusbsicimp.rsc
       
    55 END
       
    56 
       
    57 SMPSAFE