os/mm/mmlibs/mmfw/tsrc/mmfintegrationtest/ACLNT/mmpfiles/TSI_MMFACLNT.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 TARGET        	tsi_mmfaclnt.dll
    18 CAPABILITY ALL -TCB
    19 TARGETTYPE    	dll
    20 UID           	0x1000008d 0x101F460D
    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 MACRO 			_TYPHOON_TEST_
    27 
    28 SOURCEPATH    ../../ACLNT
    29 SOURCE        TSI_MMFACLNT.cpp
    30 SOURCE        Ts_MMFACLNTsuite.cpp
    31 SOURCE		  TestPlayerUtils.cpp
    32 SOURCE		  TestConverter.cpp
    33 SOURCE		  TestRecorder.cpp
    34 SOURCE		  TestTone.cpp
    35 SOURCE        TestOldCodec.cpp
    36 SOURCE		  testDRM.cpp
    37 SOURCE        WavDecodeUtility.cpp
    38 
    39 SOURCE        OpenFileByHandle7803.cpp
    40 SOURCE        OpenFileByHandle7804.cpp
    41 SOURCE        OpenFileByHandle7805.cpp
    42 SOURCE        OpenFileByHandle7806.cpp
    43 SOURCE        OpenFileByHandle7901.cpp
    44 SOURCE        OpenFileByHandle7902.cpp
    45 SOURCE        OpenFileByHandle7904.cpp
    46 SOURCE        OpenFileByHandle7905.cpp
    47 SOURCE        OpenFileByHandle7906.cpp
    48 SOURCE        OpenFileByHandle7908.cpp
    49 SOURCE        OpenFileByHandle8801.cpp
    50 SOURCE        OpenFileByHandle1211.cpp
    51 SOURCE        OpenFileByHandle_PlayTone.cpp
    52 
    53 SOURCE        TestPlayerUtilsARN.cpp
    54 SOURCE        TestRecorderARN.cpp
    55 SOURCE        TestOutputStreamARN.cpp
    56 SOURCE        TestMultiClientARN.cpp
    57 
    58 SOURCE        TestPlayerFileSource.cpp
    59 SOURCE        TestRecorderFileSource.cpp
    60 SOURCE        TestAudioPlayerDRM.cpp
    61 SOURCE        TestAudioRecorderDRM.cpp
    62 SOURCE        TestOggRecorder.cpp
    63 
    64 SOURCEPATH    ../../../../../../mmtestenv/mmtestagent/src/database
    65 SOURCE		  rightsdatabase.cpp
    66 
    67 SOURCEPATH    ../../ACLNT
    68 SOURCE		  TestCapabilities0012.cpp
    69 SOURCE		  TestCapabilities0014.cpp
    70 
    71 //True Pause
    72 SOURCE        playtruepause.cpp
    73 SOURCE        tonetruepause.cpp
    74 SOURCE        testoutputstreamtruepause.cpp
    75 
    76 USERINCLUDE	../../../../../../mmplugins/mmfwplugins/src/Plugin/Format/MmfWAVFormat
    77 USERINCLUDE	../../../../../../mmlibs/mmfw/inc/mmf/common
    78 USERINCLUDE	../../../../../../mmlibs/mmfw/inc/mmf/server
    79 USERINCLUDE	../../../../../../mmtestenv/mmtestagent/inc
    80 USERINCLUDE	../../../../../../mmlibs/mmfw/src/Client/Audio
    81 USERINCLUDE	../../../../../../mmlibs/mmfw/src/Plugin/Format/FormatUtils
    82 
    83 OS_LAYER_SYSTEMINCLUDE_SYMBIAN
    84 
    85 LIBRARY	      euser.lib testframeworkclient.lib 
    86 LIBRARY       mediaclientaudio.lib  efsrv.lib mediaclientaudioinputstream.lib
    87 LIBRARY	      mmfcontrollerframework.lib mediaclientaudiostream.lib
    88 LIBRARY       hal.lib
    89 LIBRARY		  estor.lib edbms.lib
    90 LIBRARY	ecom.lib
    91 
    92 LIBRARY	mmcommon.lib
    93 
    94 DEFFILE	TSI_MMFACLNT.DEF
    95 
    96 SMPSAFE