mtpfws/mtpfw/dataproviders/devdp/devdpextn/group/devdpextn.mmp
changeset 0 d0791faffa3f
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 // @file
       
    15 // @SYMPurpose devdpextn.dll MTP device dp extension data provider plugin.
       
    16 // 
       
    17 //
       
    18 
       
    19 
       
    20 
       
    21 TARGET		  devdpextn.dll
       
    22 TARGETTYPE	  PLUGIN
       
    23 UID			  0x10009D8D 0x20010AD9 
       
    24 VENDORID 	  0x70000001
       
    25 
       
    26 CAPABILITY          CommDD PowerMgmt ReadDeviceData WriteDeviceData TrustedUI ProtServ NetworkControl NetworkServices LocalServices ReadUserData WriteUserData
       
    27 					
       
    28 USERINCLUDE	    ../inc
       
    29 USERINCLUDE	    ../../inc
       
    30 MW_LAYER_SYSTEMINCLUDE_SYMBIAN
       
    31 
       
    32 SOURCEPATH	    ../src
       
    33 
       
    34 
       
    35 SOURCE		   implproxy.cpp cmtpextndevdpplugin.cpp
       
    36 
       
    37 
       
    38 
       
    39 LIBRARY		 euser.lib ecom.lib mtpdatatypes.lib mtpdevdpextnapi.lib //for cmtptypestring
       
    40 
       
    41 
       
    42 SOURCEPATH ../src
       
    43 START RESOURCE devdpextn.rss
       
    44 END
       
    45 
       
    46 SMPSAFE