mpx/tsrc/public/basic/common/basetest/group/basetest.mmp
changeset 62 b276843a15ba
equal deleted inserted replaced
58:c76ea6caa649 62:b276843a15ba
       
     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:  Base Class for Scripted Tests
       
    15 */
       
    16 
       
    17 #include <platform_paths.hrh>
       
    18 
       
    19 TARGET          basetest.dll
       
    20 TARGETTYPE      dll
       
    21 
       
    22 UID             0x1000008D 0x10100090
       
    23 
       
    24 CAPABILITY  ALL -TCB
       
    25 
       
    26 SOURCEPATH      ../src
       
    27 SOURCE          basetest.cpp
       
    28 SOURCE          timeoutcontroller.cpp
       
    29 
       
    30 USERINCLUDE     ../inc
       
    31 USERINCLUDE     ../../inc
       
    32 
       
    33 MW_LAYER_SYSTEMINCLUDE
       
    34 
       
    35 LIBRARY         euser.lib
       
    36 LIBRARY         efsrv.lib
       
    37 LIBRARY         stiftestinterface.lib
       
    38 LIBRARY         testviewframework.lib
       
    39 
       
    40 #if defined(ARMCC)
       
    41 #elif defined(WINSCW)
       
    42 deffile ../bwinscw/ 
       
    43 #endif
       
    44