mpx/tsrc/public/basic/collectiontest/group/collectiontest.mmp
changeset 64 92dbd2a406d9
equal deleted inserted replaced
61:3b098142db83 64:92dbd2a406d9
       
     1 /*
       
     2 * Copyright (c) 2002 - 2007 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:  mmp file for CollectionTest
       
    15 *
       
    16 */
       
    17 
       
    18 #include <platform_paths.hrh>
       
    19 
       
    20 TARGET          collectiontest.dll
       
    21 TARGETTYPE      dll
       
    22 UID             0x1000008D 0x101FB3E7
       
    23 
       
    24 CAPABILITY	ALL -TCB
       
    25 
       
    26 SOURCEPATH      ../src
       
    27 SOURCE          mpxcollectiontest.cpp
       
    28 SOURCE 		    collectiontests.cpp
       
    29 SOURCE          pathoptionmenu.cpp
       
    30 SOURCE          pathoptionisremote.cpp
       
    31 SOURCE		    testutility.cpp
       
    32 
       
    33 USERINCLUDE     ../inc
       
    34 USERINCLUDE     ../../common/testplugins/inc
       
    35 USERINCLUDE	    ../../common/testviewframework/inc
       
    36 
       
    37 MW_LAYER_SYSTEMINCLUDE
       
    38 
       
    39 LIBRARY         euser.lib
       
    40 LIBRARY         efsrv.lib
       
    41 LIBRARY         mpxcollectionutility.lib
       
    42 LIBRARY         mpxcommon.lib
       
    43 LIBRARY         stiftestinterface.lib
       
    44 LIBRARY         testviewframework.lib
       
    45 LIBRARY         bafl.lib
       
    46 LIBRARY         estor.lib
       
    47 LIBRARY         mpxharvesterutility.lib
       
    48 
       
    49 #if defined(ARMCC)
       
    50 #elif defined(WINSCW)
       
    51 deffile ../bwinscw/ 
       
    52 #endif