os/mm/mmlibs/mmfw/tsrc/mmfintegrationtest/vclnt/mmpfiles/TSI_MMFVCLNT.mmp
author sl
Tue, 10 Jun 2014 14:32:02 +0200
changeset 1 260cb5ec6c19
permissions -rw-r--r--
Update contrib.
     1 // Copyright (c) 2002-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 // using relative paths for sourcepath and user includes
    15 // 
    16 //
    17 
    18 TARGET        	tsi_mmfvclnt.dll
    19 CAPABILITY ALL -TCB
    20 TARGETTYPE    	dll
    21 UID           	0x1000008d 0x101F460E
    22 VENDORID 0x70000001
    23 
    24 SOURCEPATH    ../src
    25 SOURCE        TSI_MMFVCLNT.cpp
    26 SOURCE        TS_MMFVCLNTsuite.cpp
    27 SOURCE		  TestPlayer.cpp
    28 SOURCE		  TestRecord.cpp
    29 SOURCE		  DRMTestVidPlayer.cpp
    30 SOURCE		  OpenFileByHandle0034.cpp
    31 SOURCE		  OpenFileByHandle0036.cpp
    32 SOURCE		  OpenFileByHandle0522.cpp
    33 SOURCE		  OpenFileByHandle0523.cpp
    34 SOURCE		  OpenFileByHandle0524.cpp
    35 SOURCE		  OpenFileByHandle1011.cpp
    36 SOURCE		  OpenFileByHandle_PlayText.cpp
    37 SOURCE		  OpenFileByHandle1511.cpp
    38 SOURCE		  OpenFileByHandle1512.cpp
    39 SOURCE		  OpenFileByHandle1513.cpp
    40 
    41 SOURCEPATH    ../../../../../../mmtestenv/mmtestagent/src/database
    42 SOURCE		  rightsdatabase.cpp
    43 
    44 OS_LAYER_SYSTEMINCLUDE_SYMBIAN
    45 
    46 USERINCLUDE	../../../../../../mmtestenv/mmtestagent/inc
    47 USERINCLUDE	  ../inc
    48 
    49 
    50 LIBRARY		euser.lib  testframeworkclient.lib 
    51 LIBRARY		efsrv.lib  mediaclientvideo.lib
    52 LIBRARY		mmfcontrollerframework.lib
    53 LIBRARY		ws32.lib
    54 LIBRARY		bafl.lib
    55 LIBRARY		estor.lib edbms.lib fbscli.lib 
    56 LIBRARY		mmcommon.lib
    57 LIBRARY		ecom.lib
    58 
    59 #ifdef EABI
    60 NOEXPORTLIBRARY
    61 #endif
    62 
    63 SMPSAFE