devsound/devsoundrefplugin/tsrc/swcdwrap/mmpfiles/TSU_MMF_SWCDWRAP.mmp
changeset 0 79dd3e2336a0
equal deleted inserted replaced
-1:000000000000 0:79dd3e2336a0
       
     1 // Copyright (c) 2010 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        	tsu_mmf_swcdwrap.dll
       
    19 CAPABILITY ALL -TCB
       
    20 TARGETTYPE    	dll
       
    21 UID           	0x1000008d 0x101fD032
       
    22 VENDORID 0x70000001
       
    23 
       
    24 SOURCEPATH	../
       
    25 SOURCE		TSU_MMF_SWCDWRAP_Suite.cpp
       
    26 SOURCE		TSU_MMF_SWCDWRAP_Step.cpp
       
    27 SOURCE		TSU_MMF_SWCDWRAP_StepStartDecode.cpp
       
    28 SOURCE		TSU_MMF_SWCDWRAP_StepStartEncode.cpp
       
    29 SOURCE		TSU_MMF_SWCDWRAP_StepStartConvert.cpp
       
    30 SOURCE		TSU_MMF_SWCDWRAP_HwDevObserver.cpp
       
    31 SOURCE		TSU_MMF_SWCDWRAP_PlayHwDevObserver.cpp
       
    32 SOURCE		TSU_MMF_SWCDWRAP_RecordHwDevObserver.cpp
       
    33 SOURCE		TSU_MMF_SWCDWRAP_ConvertHwDevObserver.cpp
       
    34 SOURCE		TSU_MMF_SWCDWRAP_AsyncTimer.cpp
       
    35 
       
    36 
       
    37 USERINCLUDE	../
       
    38 USERINCLUDE	../TSU_SWCDWRAP_TestDevice
       
    39 USERINCLUDE   	../../../../../mmdevicefw/mdf/src/audio/mdasoundadapter
       
    40 
       
    41 OS_LAYER_SYSTEMINCLUDE_SYMBIAN
       
    42 
       
    43 LIBRARY		euser.lib  
       
    44 LIBRARY		efsrv.lib
       
    45 LIBRARY		testframeworkclient.lib 
       
    46 LIBRARY		ecom.lib
       
    47 #ifdef SYMBIAN_MDF_SHAREDCHUNK_SOUNDDRIVER
       
    48 LIBRARY		mdasoundadapter.lib
       
    49 #endif
       
    50 
       
    51 #ifdef EABI
       
    52 NOEXPORTLIBRARY
       
    53 #endif
       
    54 
       
    55 SMPSAFE