mmappfw_plat/playback_helper_api/tsrc/playbackhelpertest/group/playbackhelpertest.mmp
changeset 0 a2952bb97e68
equal deleted inserted replaced
-1:000000000000 0:a2952bb97e68
       
     1 /*
       
     2 * Copyright (c) 2009 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:  Playback Helper Build file
       
    15 *
       
    16 */
       
    17 
       
    18 // Version : %version: 4 %
       
    19 
       
    20 
       
    21 #include <platform_paths.hrh>
       
    22 
       
    23 EPOCALLOWDLLDATA
       
    24 
       
    25 TARGET          playbackhelpertest.dll
       
    26 TARGETTYPE      dll
       
    27 UID             0x1000008D 0x101FB3E3
       
    28 
       
    29 CAPABILITY      ALL -TCB
       
    30 
       
    31 DEFFILE         playbackhelpertest.def
       
    32 
       
    33 SOURCEPATH      ../src
       
    34 
       
    35 SOURCE          playbackhelpertest.cpp
       
    36 SOURCE          playbackhelpertestblocks.cpp
       
    37 
       
    38 USERINCLUDE     ../inc
       
    39 
       
    40 MW_LAYER_SYSTEMINCLUDE
       
    41 
       
    42 LIBRARY         euser.lib
       
    43 LIBRARY         stiftestinterface.lib
       
    44 LIBRARY         stiftestengine.lib 
       
    45 LIBRARY         efsrv.lib
       
    46 LIBRARY         playbackhelper.lib
       
    47 LIBRARY         bafl.lib
       
    48 LIBRARY         ecom.lib
       
    49 LIBRARY         eikcore.lib
       
    50 LIBRARY         cone.lib
       
    51 
       
    52 // End of File