videoplayback/videohelix/tsrc/ut_videohelixtest/group/videohelixtest.mmp
changeset 0 96612d01cf9f
child 9 5294c000a26d
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:  Project definition file for project videohelixtest class.
       
    15 *
       
    16 */
       
    17 
       
    18 // Version : %version: 7 %
       
    19 
       
    20 
       
    21 
       
    22 #include <platform_paths.hrh>
       
    23 
       
    24 TARGET          videohelixtest.dll
       
    25 TARGETTYPE      dll
       
    26 UID             0x1000008D 0x101FB3E3
       
    27 
       
    28 OPTION GCC      -save-temps
       
    29 
       
    30 EPOCALLOWDLLDATA
       
    31 
       
    32 CAPABILITY      ALL -TCB
       
    33 
       
    34 DEFFILE         videohelixtest.def
       
    35 
       
    36 APP_LAYER_SYSTEMINCLUDE
       
    37 
       
    38 USERINCLUDE     ../inc
       
    39 USERINCLUDE     ../../../inc
       
    40 USERINCLUDE     ../../../../inc
       
    41 USERINCLUDE     ../../../../../inc
       
    42 
       
    43 SOURCEPATH      ../src
       
    44 SOURCE          videohelixtest.cpp
       
    45 SOURCE          videohelixtestbody.cpp
       
    46 SOURCE          timeoutcontroller.cpp
       
    47 SOURCE          mpxvideoplayerutility_stub.cpp
       
    48 SOURCE          dlmgr_stub.cpp
       
    49 SOURCE          mpxvideoregion.cpp
       
    50 SOURCE          stifutilities.cpp
       
    51 SOURCE          mediarecognizer_stub.cpp
       
    52 SOURCE          mpxvideoaccessoryobserver_stub.cpp
       
    53 SOURCE          mpxvideodrmhelper_stub.cpp
       
    54 
       
    55 SOURCEPATH      ../../../src
       
    56 SOURCE          mpxvideodlmgrif.cpp
       
    57 SOURCE          mpxvideofiledetails.cpp
       
    58 SOURCE          mpxvideohelixplayback.cpp
       
    59 SOURCE          mpxvideoplaybackcontroller.cpp
       
    60 SOURCE          mpxvideoplaybackmode.cpp
       
    61 SOURCE          mpxvideoplaybackstate.cpp
       
    62 SOURCE          mpxvideoseeker.cpp
       
    63 
       
    64 
       
    65 LIBRARY         euser.lib
       
    66 LIBRARY         mpxcommon.lib
       
    67 LIBRARY         stiftestinterface.lib
       
    68 LIBRARY         stiftestengine.lib
       
    69 LIBRARY         efsrv.lib
       
    70 LIBRARY         estor.lib
       
    71 
       
    72 LIBRARY         accclient.lib
       
    73 LIBRARY         accpolicy.lib
       
    74 LIBRARY         acccontrol.lib
       
    75 LIBRARY         accsrvUtil.lib
       
    76 
       
    77 LIBRARY         mmfcontrollerframework.lib
       
    78 LIBRARY         mmfstandardcustomcommands.lib
       
    79 
       
    80 LIBRARY         hal.lib
       
    81 LIBRARY         caf.lib
       
    82 LIBRARY         sysutil.lib
       
    83 LIBRARY         ecom.lib
       
    84 LIBRARY         platformenv.lib
       
    85 LIBRARY         charconv.lib
       
    86 LIBRARY         etel.lib
       
    87 LIBRARY         etelmm.lib
       
    88 LIBRARY         centralrepository.lib
       
    89 LIBRARY         flogger.lib
       
    90 LIBRARY         playbackhelper.lib
       
    91 
       
    92 // End of File