mmappfw_plat/videoplaylist_utility_api/tsrc/videoplaylistutilitytest/group/videoplaylistutilitytest.mmp
changeset 0 a2952bb97e68
child 9 bee149131e4b
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:  mmp file for the videoplaylistutility module STIF testing
       
    15 *
       
    16 */
       
    17 
       
    18 // Version : %version: 2 %
       
    19 
       
    20 
       
    21 #include <platform_paths.hrh>
       
    22 
       
    23 EPOCALLOWDLLDATA
       
    24 
       
    25 TARGET          videoplaylistutilitytest.dll
       
    26 TARGETTYPE      dll
       
    27 UID             0x1000008D 0x101FB3E3
       
    28 
       
    29 CAPABILITY      ALL -TCB
       
    30 
       
    31 USERINCLUDE     ../inc
       
    32 
       
    33 SOURCEPATH      ../src
       
    34 
       
    35 SOURCE          videoplaylistutilitytest.cpp
       
    36 SOURCE          videoplaylistutilitytestBlocks.cpp
       
    37 SOURCE          videoplaylistutilitytester.cpp
       
    38 
       
    39 
       
    40 APP_LAYER_SYSTEMINCLUDE
       
    41 SYSTEMINCLUDE   /epoc32/include/ecom
       
    42 
       
    43 LIBRARY         euser.lib
       
    44 LIBRARY         stiftestinterface.lib
       
    45 LIBRARY         stiftestengine.lib
       
    46 LIBRARY         mpxcommon.lib
       
    47 LIBRARY         libstdcpp.lib
       
    48 LIBRARY         libc.lib
       
    49 LIBRARY         libglib.lib
       
    50 LIBRARY         libpthread.lib
       
    51 LIBRARY         efsrv.lib
       
    52 LIBRARY         flogger.lib
       
    53 LIBRARY         ServiceHandler.lib
       
    54 LIBRARY         ecom.lib
       
    55 LIBRARY         estor.lib
       
    56 LIBRARY         videoplaylistutility.lib
       
    57 
       
    58 LANG            SC
       
    59 
       
    60 // End of File