mtpfws/mtpfw/dataproviders/dataproviderapi/group/mtpdataproviderapi.mmp
changeset 0 d0791faffa3f
child 47 63cf70d3ecd8
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 // mtpdataproviderapi.dll MTP data provider API.
       
    15 // 
       
    16 //
       
    17 
       
    18 /**
       
    19  @file
       
    20 */
       
    21 
       
    22 TARGET              mtpdataproviderapi.dll
       
    23 TARGETTYPE          DLL
       
    24 UID         	    0x1000008D 0x102827A3
       
    25 VENDORID 			0x70000001
       
    26 
       
    27 CAPABILITY          All -Tcb
       
    28 
       
    29 MW_LAYER_SYSTEMINCLUDE_SYMBIAN
       
    30 
       
    31 SOURCEPATH          ../src 
       
    32 SOURCE              cmtpdataproviderplugin.cpp
       
    33 SOURCE              cmtpmetadata.cpp
       
    34 SOURCE              cmtpobjectmetadata.cpp
       
    35 SOURCE              cmtpstoragemetadata.cpp
       
    36 SOURCE              mmtpdataprovider.cpp
       
    37 SOURCE              mtpobjectmgrquerytypes.cpp
       
    38 SOURCE              mtpstoragemgrquerytypes.cpp
       
    39 
       
    40 LIBRARY             bafl.lib
       
    41 LIBRARY             ecom.lib 
       
    42 LIBRARY             edbms.lib 
       
    43 LIBRARY             euser.lib
       
    44 
       
    45 SMPSAFE