videoplayerapp/mpxvideoplayer/tsrc/ut_mpxvideoplayertest/group/mpxvideoplayertest.mmp
changeset 0 96612d01cf9f
child 10 ce5ada96ab30
equal deleted inserted replaced
-1:000000000000 0:96612d01cf9f
       
     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 mpxvideoplayer unit test
       
    15 *
       
    16 */
       
    17 
       
    18 // Version : %version: ou1cpsw#9 %
       
    19 
       
    20 
       
    21 #include <platform_paths.hrh>
       
    22 
       
    23 EPOCALLOWDLLDATA
       
    24 
       
    25 TARGET          mpxvideoplayertest.dll
       
    26 TARGETTYPE      dll
       
    27 UID             0x1000008D 0x101FB3E3
       
    28 
       
    29 CAPABILITY      ALL -TCB
       
    30 
       
    31 DEFFILE         mpxvideoplayertest.def
       
    32 
       
    33 USERINCLUDE     ../inc
       
    34 USERINCLUDE     ../../../inc
       
    35 USERINCLUDE     ../../../../../inc
       
    36 
       
    37 SOURCEPATH      ../src
       
    38 
       
    39 SOURCE          mpxvideoplayertest.cpp
       
    40 SOURCE          mpxvideoplayertestBlocks.cpp
       
    41 SOURCE          mpxvideoplayer_appuienginetester.cpp
       
    42 SOURCE          mpxplaybackutilityimp_stub.cpp
       
    43 SOURCE          mpxviewutilityimp_stub.cpp
       
    44 SOURCE          mpxvideoplayerappui_stub.cpp
       
    45 SOURCE          mpxcollectionutility_stub.cpp
       
    46 SOURCE          mpxcollectionutilityimp_stub.cpp
       
    47 SOURCE          commsdatabase_stub.cpp
       
    48 SOURCE          mpsettingsmodelimp_stub.cpp
       
    49 SOURCE          stifutilities.cpp
       
    50 SOURCE          coneutils_stub.cpp
       
    51 SOURCE          timeoutcontroller.cpp
       
    52 SOURCE          apstubs.cpp
       
    53 
       
    54 SOURCEPATH      ../../../src
       
    55 SOURCE          mpxvideoplayerappuiengine.cpp
       
    56 SOURCE          mpxvideoembeddedpdlhandler.cpp
       
    57 
       
    58 APP_LAYER_SYSTEMINCLUDE
       
    59 
       
    60 OS_LAYER_LIBC_SYSTEMINCLUDE
       
    61 OS_LAYER_STDCPP_SYSTEMINCLUDE
       
    62 OS_LAYER_BOOST_SYSTEMINCLUDE
       
    63 
       
    64 SYSTEMINCLUDE   /epoc32/include/ecom
       
    65 
       
    66 USERINCLUDE     ../../../../../videofeeds/utils/inc
       
    67 
       
    68 LIBRARY         euser.lib
       
    69 LIBRARY         stiftestinterface.lib
       
    70 LIBRARY         stiftestengine.lib
       
    71 LIBRARY         mpxcommon.lib
       
    72 LIBRARY         libstdcpp.lib
       
    73 LIBRARY         libc.lib
       
    74 LIBRARY         libglib.lib
       
    75 LIBRARY         libpthread.lib
       
    76 LIBRARY         efsrv.lib
       
    77 LIBRARY         playbackhelper.lib
       
    78 LIBRARY         flogger.lib
       
    79 LIBRARY         ServiceHandler.lib
       
    80 LIBRARY         ecom.lib
       
    81 LIBRARY         estor.lib
       
    82 LIBRARY         videoplaylistutility.lib
       
    83 LIBRARY         mpxcollectionhelper.lib
       
    84 LIBRARY         mpxcollectionutility.lib
       
    85 LIBRARY	        bafl.lib
       
    86 
       
    87 LANG            SC
       
    88 
       
    89 MACRO           __APPUIENGINESTIF__
       
    90 
       
    91 // End of File