mtpdataproviders/mtppictbridgedp/group/mtppictbridgedp.mmp
changeset 0 d0791faffa3f
equal deleted inserted replaced
-1:000000000000 0:d0791faffa3f
       
     1 // Copyright (c) 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 //
       
    15 
       
    16 #include <comms-infras/commsdebugutility.mmh> 
       
    17 
       
    18 TARGET          mtppictbridgedp.dll
       
    19 TARGETTYPE      PLUGIN
       
    20 UID             0x10009D8D 0x2001FE3B
       
    21 CAPABILITY      CommDD PowerMgmt ReadDeviceData WriteDeviceData TrustedUI ProtServ NetworkControl NetworkServices LocalServices ReadUserData WriteUserData
       
    22 VENDORID        0x101FB657
       
    23 
       
    24 MW_LAYER_SYSTEMINCLUDE
       
    25 
       
    26 // framework
       
    27 SOURCEPATH      ../src
       
    28 
       
    29 SOURCE          mtppictbridgerequestprocessor.cpp
       
    30 SOURCE          cmtppictbridgedp.cpp
       
    31 SOURCE          cmtppictbridgeenumerator.cpp
       
    32 SOURCE          mtppictbridgedpimplementations.cpp
       
    33 SOURCE          cptpserver.cpp
       
    34 SOURCE          cptpsession.cpp
       
    35 SOURCE          cptptimer.cpp
       
    36 SOURCE          cptpreceivedmsghandler.cpp
       
    37 SOURCE          cmtppictbridgeprinter.cpp
       
    38 SOURCE          cmtppictbridgeusbconnection.cpp
       
    39 SOURCE          cmtppictbridgedpgetobject.cpp
       
    40 SOURCE          cmtppictbridgedpgetobjectinfo.cpp
       
    41 SOURCE          cmtppictbridgedpsendobjectinfo.cpp
       
    42 
       
    43 
       
    44 // ECOM resource
       
    45 START RESOURCE      mtppictbridgedp.rss    
       
    46 TARGET              mtppictbridgedp.rsc
       
    47 END
       
    48 
       
    49 // Data provider configuration resource file. 
       
    50 // The target filename corresponds to the implementation UID.
       
    51 START RESOURCE      mtppictbridgedp_config.rss   
       
    52 TARGETPATH          /resource/mtp
       
    53 TARGET              2001fe3c.rsc
       
    54 END
       
    55 
       
    56 USERINCLUDE     ../inc
       
    57 USERINCLUDE     ../../../mtpfws/mtpfw/dataproviders/dputility/inc
       
    58 USERINCLUDE     ../../../mtpfws/mtpfw/common/inc
       
    59 USERINCLUDE     ../../../mtpfws/mtpfw/inc
       
    60 USERINCLUDE     ../../../mtpfws/mtpfw/datatypes/inc
       
    61 USERINCLUDE     ../../../mtpfws/mtpfw/transports/transportapi/inc
       
    62 
       
    63 LIBRARY             featmgr.lib                         // For feature support management 
       
    64 LIBRARY             mtpdataproviderapi.lib
       
    65 LIBRARY             mtpdataproviderutility.lib
       
    66 LIBRARY             mtpdatatypes.lib
       
    67 LIBRARY             mtpframework.lib   //required by setobjectproplist.
       
    68 LIBRARY             euser.lib  
       
    69 LIBRARY             bafl.lib        // BaflUtils
       
    70 LIBRARY             edbms.lib       // db stuff
       
    71 LIBRARY             efsrv.lib 
       
    72 LIBRARY             estor.lib       // CFileStore
       
    73 #ifndef __TEST_IN_SYMBIAN_
       
    74 LIBRARY             platformenv.lib // PathInfo
       
    75 #endif
       
    76 
       
    77 SMPSAFE