mmappcomponents/mmmtpdataprovider/tsrc/mtpdataprovidertestmodule/group/mmmtpdataprovidertester.mmp
changeset 0 a2952bb97e68
equal deleted inserted replaced
-1:000000000000 0:a2952bb97e68
       
     1 /*
       
     2 * Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
       
     3 * All rights reserved.
       
     4 * This component and the accompanying materials are made available
       
     5 * under the terms of "Eclipse Public License v1.0"
       
     6 * which accompanies this distribution, and is available
       
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     8 *
       
     9 * Initial Contributors:
       
    10 * Nokia Corporation - initial contribution.
       
    11 *
       
    12 * Contributors:
       
    13 *
       
    14 * Description:  Project definition file
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 #include <data_caging_paths.hrh>
       
    20 #include <platform_paths.hrh>
       
    21 
       
    22 TARGET          mmmtpdataprovidertester.dll
       
    23 TARGETTYPE      dll
       
    24 UID             0x1000008D 0x102827AD
       
    25 
       
    26 CAPABILITY      ALL -TCB
       
    27 
       
    28 VENDORID        0x70000001
       
    29 
       
    30 SOURCEPATH      ../src
       
    31 SOURCE          cmmmtpdataprovidertestmodule.cpp
       
    32 SOURCE          cmmmtpdataprovidertestmoduleblocks.cpp
       
    33 SOURCE          ctestconnectionchannel.cpp
       
    34 SOURCE          ctestobjectmanager.cpp 
       
    35 SOURCE          cteststoragemgr.cpp
       
    36 SOURCE          ctestobserver.cpp
       
    37 SOURCE          cmmmtpdataprovidertester.cpp
       
    38 SOURCE          cmediamtpdataprovidertester.cpp
       
    39 SOURCE          cabstractmediamtpdataprovidertester.cpp
       
    40 
       
    41 USERINCLUDE     ../inc
       
    42 
       
    43 // Data provider configuration resource file. 
       
    44 // The target filename corresponds to the implementation UID.
       
    45 SOURCEPATH      ../data
       
    46 START RESOURCE  mmmtpdataprovidertester.rss  
       
    47 TARGETPATH      /resource
       
    48 TARGET          mmmtpdataprovidertester.rsc
       
    49 END
       
    50 
       
    51 MW_LAYER_SYSTEMINCLUDE
       
    52 
       
    53 LIBRARY         euser.lib        
       
    54 LIBRARY         efsrv.lib
       
    55 LIBRARY         bafl.lib
       
    56 LIBRARY         ecom.lib
       
    57 LIBRARY         mdeclient.lib 
       
    58 LIBRARY         mtpdatatypes.lib
       
    59 LIBRARY         mtpdataproviderapi.lib
       
    60 LIBRARY         stiftestinterface.lib
       
    61 LIBRARY         stiftestengine.lib 
       
    62 LIBRARY         mpxharvesterutility.lib
       
    63 
       
    64 NOEXPORTLIBRARY
       
    65 EPOCALLOWDLLDATA