mtptransports/mtpcontroller/group/mtpcontroller.mmp
changeset 0 d0791faffa3f
child 6 ef55b168cedb
equal deleted inserted replaced
-1:000000000000 0:d0791faffa3f
       
     1 // Copyright (c) 2008-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 // mtpcontroller.dll MTP controller to turn on/off MTP Daemon
       
    15 // automatically MTP bearer is available or not available
       
    16 //
       
    17 
       
    18 
       
    19 
       
    20 /**
       
    21  @file
       
    22 */
       
    23 #include <platform_paths.hrh>
       
    24 #include <comms-infras/commsdebugutility.mmh>
       
    25 
       
    26 TARGETTYPE      PLUGIN
       
    27 TARGET          mtpcontroller.dll
       
    28 UID             0x10009D8D 0x20028787
       
    29 VENDORID        0x70000001
       
    30 
       
    31 CAPABILITY      ALL -TCB
       
    32 
       
    33 SYSTEMINCLUDE   /epoc32/include/ecom
       
    34 SYSTEMINCLUDE   ../locodinc
       
    35 MW_LAYER_SYSTEMINCLUDE_SYMBIAN
       
    36 
       
    37 USERINCLUDE     ../inc
       
    38 USERINCLUDE     ../../../mtpfws/mtpfw/common/inc
       
    39 
       
    40 SOURCEPATH      ../src
       
    41 SOURCE          cmtpbearermonitor.cpp
       
    42 SOURCE          cmtpcontrollerbase.cpp
       
    43 SOURCE          cmtpbluetoothcontroller.cpp
       
    44 SOURCE          cmtpoperator.cpp
       
    45 SOURCE          proxy.cpp
       
    46 
       
    47 LIBRARY         euser.lib
       
    48 LIBRARY         ecom.lib
       
    49 LIBRARY         mtpclient.lib
       
    50 
       
    51 START RESOURCE  mtpcontroller.rss
       
    52 TARGET          mtpcontroller.rsc
       
    53 END
       
    54 
       
    55 SMPSAFE
       
    56