mtpdataproviders/mtpfileandfolderdp/group/mtpfiledp.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 //
       
    15 
       
    16 #include <comms-infras/commsdebugutility.mmh> 
       
    17 
       
    18 TARGET              mtpfiledp.dll
       
    19 TARGETTYPE          PLUGIN
       
    20 UID                 0x10009D8D 0x102827A5
       
    21 VENDORID             0x70000001
       
    22 
       
    23 CAPABILITY          CommDD PowerMgmt ReadDeviceData WriteDeviceData TrustedUI ProtServ NetworkControl NetworkServices LocalServices ReadUserData WriteUserData
       
    24 
       
    25 MW_LAYER_SYSTEMINCLUDE_SYMBIAN
       
    26 
       
    27 USERINCLUDE         ../inc
       
    28 USERINCLUDE         ../../../mtpfws/mtpfw/dataproviders/dputility/inc
       
    29 USERINCLUDE         ../../../mtpfws/mtpfw/common/inc
       
    30 USERINCLUDE         ../../../mtpfws/mtpfw/inc
       
    31 
       
    32 SOURCEPATH          ../src 
       
    33 SOURCE              cmtpfiledp.cpp
       
    34 SOURCE				cmtpfiledpconfigmgr.cpp
       
    35 SOURCE				cmtpfiledpexclusionmgr.cpp
       
    36 SOURCE              mtpfiledpimplementations.cpp
       
    37 SOURCE              mtpfiledpprocessor.cpp
       
    38 SOURCE				rmtpfiledpsingletons.cpp
       
    39 
       
    40 SOURCEPATH          ../src 
       
    41 START RESOURCE      mtpfiledp.rss    
       
    42 TARGET              mtpfiledp.rsc
       
    43 END
       
    44 
       
    45 // Data provider configuration resource file. 
       
    46 // The target filename corresponds to the implementation UID.
       
    47 START RESOURCE      mtpfiledp_config.rss   
       
    48 TARGETPATH          /resource/mtp
       
    49 TARGET              102827b0.rsc
       
    50 END
       
    51 
       
    52 LIBRARY             euser.lib
       
    53 LIBRARY             bafl.lib
       
    54 LIBRARY             edbms.lib
       
    55 LIBRARY             efsrv.lib
       
    56 LIBRARY             estor.lib
       
    57 LIBRARY             ecom.lib 
       
    58 
       
    59 LIBRARY             mtpdataproviderapi.lib
       
    60 LIBRARY             mtpdataproviderutility.lib
       
    61 LIBRARY             mtpdatatypes.lib
       
    62 LIBRARY             mtpframework.lib
       
    63 
       
    64 SMPSAFE