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