mpx/tsrc/public/basic/common/testviewframework/group/testviewframework.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:  mmp file for TestViewFramework
       
    15 *
       
    16 */
       
    17 
       
    18 #include <platform_paths.hrh>
       
    19 
       
    20 TARGET          testviewframework.dll
       
    21 TARGETTYPE      dll
       
    22 UID             0x1000008D  0x101FFCD4
       
    23 VENDORID        VID_DEFAULT
       
    24 
       
    25 CAPABILITY      CAP_GENERAL_DLL
       
    26 
       
    27 SOURCEPATH      ../src
       
    28 SOURCE          consolemain.cpp
       
    29 SOURCE          consolereader.cpp
       
    30 SOURCE          scrollertimer.cpp
       
    31 SOURCE          testbaseview.cpp
       
    32 SOURCE          testutility.cpp
       
    33 SOURCE          testplaybackview.cpp
       
    34 SOURCE          testmenuview.cpp
       
    35 
       
    36 USERINCLUDE     ../inc
       
    37 
       
    38 APP_LAYER_SYSTEMINCLUDE
       
    39 
       
    40 
       
    41 LIBRARY         euser.lib
       
    42 LIBRARY         bafl.lib 
       
    43 LIBRARY         stiftestinterface.lib
       
    44 
       
    45 LANG            SC
       
    46 
       
    47 #if defined(ARMCC)
       
    48 #elif defined(WINSCW)
       
    49 deffile ../bwinscw/ 
       
    50 #endif