mmlibs/mmfw/tsrc/mmfintegrationtest/vclntavi/mmpfiles/tsi_mmf_vclntavi.mmp
changeset 0 b8ed18f6c07b
child 4 9d4397b300d1
equal deleted inserted replaced
-1:000000000000 0:b8ed18f6c07b
       
     1 // Copyright (c) 2005-2009 Nokia Corporation and/or its subsidiary(-ies).
       
     2 // All rights reserved.
       
     3 // This component and the accompanying materials are made available
       
     4 // under the terms of "Eclipse Public License v1.0"
       
     5 // which accompanies this distribution, and is available
       
     6 // at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     7 //
       
     8 // Initial Contributors:
       
     9 // Nokia Corporation - initial contribution.
       
    10 //
       
    11 // Contributors:
       
    12 //
       
    13 // Description:
       
    14 //
       
    15 
       
    16 TARGET            tsi_mmf_vclntavi.dll
       
    17 CAPABILITY ALL -TCB
       
    18 TARGETTYPE        dll
       
    19 
       
    20 UID               0x1000008d 0x102737A2
       
    21 VENDORID 0x70000001
       
    22 
       
    23 // Define this macro to look for test files on C: drive. (Z: will be used otherwise)
       
    24 // This macro only affects the target build
       
    25 MACRO            TEST_FILES_ON_C_DRIVE
       
    26 
       
    27 SOURCEPATH    ../src
       
    28 SOURCE        tsi_mmf_vclntavi_suite.cpp
       
    29 SOURCE        tsi_mmf_vclntavi_stepbase.cpp
       
    30 SOURCE        testvideoplayer.cpp
       
    31 SOURCE        testvideorecorder.cpp
       
    32 SOURCE        testvideoplayer_apr.cpp
       
    33 SOURCE        testvideoplayer_secdisp.cpp
       
    34 SOURCE        testvideorecorder_par_audio.cpp
       
    35 #ifdef SYMBIAN_BUILD_GCE 
       
    36 SOURCE        testvideoplayer2.cpp
       
    37 SOURCE		  teststepvclnt2crp.cpp
       
    38 #endif
       
    39 #ifdef SYMBIAN_MULTIMEDIA_SUBTITLE_SUPPORT
       
    40 SOURCE        testvideoplayer_subtitles.cpp
       
    41 #endif //SYMBIAN_MULTIMEDIA_SUBTITLE_SUPPORT
       
    42 
       
    43 USERINCLUDE   ../inc
       
    44 
       
    45 OS_LAYER_SYSTEMINCLUDE_SYMBIAN
       
    46 
       
    47 LIBRARY        euser.lib
       
    48 LIBRARY        mmcommon.lib
       
    49 LIBRARY        ecam.lib
       
    50 LIBRARY        testframeworkclient.lib
       
    51 LIBRARY        mmfcontrollerframework.lib
       
    52 LIBRARY        mmfstandardcustomcommands.lib
       
    53 LIBRARY        mediaclientvideo.lib
       
    54 LIBRARY        mediaclientaudio.lib
       
    55 LIBRARY        efsrv.lib
       
    56 LIBRARY        ws32.lib
       
    57 LIBRARY        bafl.lib
       
    58 LIBRARY        estor.lib edbms.lib fbscli.lib gdi.lib 
       
    59 
       
    60 #ifdef SYMBIAN_BUILD_GCE
       
    61 LIBRARY        gceavailable.lib
       
    62 LIBRARY		   mediaclientvideodisplay.lib
       
    63 LIBRARY		   surfacemanager.lib	
       
    64 #endif
       
    65 
       
    66 #ifdef EKA2 // really new ecom with proper FinalClose()
       
    67 LIBRARY        ecom.lib
       
    68 #endif
       
    69 
       
    70 #ifdef EABI
       
    71 NOEXPORTLIBRARY
       
    72 #endif
       
    73 
       
    74 
       
    75 SMPSAFE