videoplayback/videoplaybackviews/tsrc/ut_userinputhandlertest/group/userinputhandlertest.mmp
changeset 0 96612d01cf9f
equal deleted inserted replaced
-1:000000000000 0:96612d01cf9f
       
     1 /*
       
     2 * Copyright (c) 2008 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 Video Playback User Input Test.
       
    15 *
       
    16 */
       
    17 
       
    18 // Version : %version: ou1cpsw#4 %
       
    19 
       
    20 
       
    21 
       
    22 #include <platform_paths.hrh>
       
    23 
       
    24 EPOCALLOWDLLDATA
       
    25 
       
    26 TARGET          ui_userinputhandlertest.dll
       
    27 TARGETTYPE      dll
       
    28 UID             0x1000008D 0x101FB3E3
       
    29 
       
    30 CAPABILITY      ALL -TCB
       
    31 
       
    32 DEFFILE         ui_userinputhandlertest.def
       
    33 
       
    34 USERINCLUDE     ../inc
       
    35 USERINCLUDE     ../../../inc
       
    36 USERINCLUDE     ../../../../inc
       
    37 USERINCLUDE     ../../../../../inc
       
    38 
       
    39 SOURCEPATH      ../src
       
    40 
       
    41 SOURCE          userinputhandlertest.cpp
       
    42 SOURCE          userinputhandlertestBlocks.cpp
       
    43 SOURCE          videoplaybackcontrol_stub.cpp
       
    44 SOURCE          videoplaybackcontainer_stub.cpp
       
    45 SOURCE          hal_stub.cpp
       
    46 
       
    47 SOURCEPATH      ../../../src
       
    48 SOURCE		mpxvideoplaybackuserinputhandler.cpp
       
    49 
       
    50 APP_LAYER_SYSTEMINCLUDE
       
    51 
       
    52 SYSTEMINCLUDE   /epoc32/include/ecom
       
    53 
       
    54 LIBRARY         ws32.lib
       
    55 LIBRARY         euser.lib
       
    56 LIBRARY         cone.lib
       
    57 LIBRARY         stiftestinterface.lib
       
    58 LIBRARY         stiftestengine.lib
       
    59 LIBRARY         avkon.lib
       
    60 LIBRARY         eikcoctl.lib
       
    61 LIBRARY         eikctl.lib
       
    62 LIBRARY         apgrfx.lib
       
    63 LIBRARY         aknskins.lib 
       
    64 LIBRARY         bafl.lib
       
    65 LIBRARY         aknskinsrv.lib
       
    66 LIBRARY         eikcore.lib
       
    67 LIBRARY         RemConInterfaceBase.lib
       
    68 LIBRARY         RemConCoreApi.lib
       
    69 LIBRARY         efsrv.lib
       
    70 LIBRARY         Flogger.lib
       
    71 LIBRARY         charconv.lib
       
    72 LIBRARY         mpxcommon.lib
       
    73 LIBRARY         libstdcpp.lib
       
    74 LIBRARY         libc.lib
       
    75 LIBRARY         libglib.lib
       
    76 LIBRARY         libpthread.lib
       
    77 LIBRARY         ServiceHandler.lib
       
    78 LIBRARY         ecom.lib
       
    79 LIBRARY         estor.lib
       
    80 LIBRARY         centralrepository.lib // for backlight timeout value
       
    81 
       
    82 LANG            SC
       
    83 
       
    84 MACRO       	__USERINPUTHANDLERSTIF__
       
    85 // End of File