mpx/tsrc/public/basic/collectionhelpertest/group/collectionhelpertest.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:  Scripted Tests for MPXCollectionHelper
       
    15 *
       
    16 */
       
    17 
       
    18 #include <platform_paths.hrh>
       
    19 
       
    20 TARGET          collectionhelpertest.dll
       
    21 TARGETTYPE      dll
       
    22 UID             0x1000008D 0x101FB3E3
       
    23 
       
    24 CAPABILITY      ALL -TCB
       
    25 
       
    26 SOURCEPATH      ../src
       
    27 SOURCE          collectionhelpertest.cpp
       
    28 SOURCE          collectionhelpertestblocks.cpp
       
    29 
       
    30 USERINCLUDE     ../inc
       
    31 USERINCLUDE     ../../common/inc
       
    32 
       
    33 MW_LAYER_SYSTEMINCLUDE
       
    34 
       
    35 LIBRARY         euser.lib
       
    36 LIBRARY         stiftestinterface.lib
       
    37 LIBRARY         stiftestengine.lib
       
    38 LIBRARY         efsrv.lib
       
    39 LIBRARY         mpxcollectionutility.lib
       
    40 LIBRARY         mpxcommon.lib
       
    41 LIBRARY			mpxcollectionhelper.lib
       
    42 LIBRARY         bafl.lib
       
    43 LIBRARY         estor.lib
       
    44 LIBRARY         basetest.lib
       
    45 
       
    46 #if defined(ARMCC)
       
    47 #elif defined(WINSCW)
       
    48 deffile ../bwinscw/ 
       
    49 #endif
       
    50