os/mm/mmdevicefw/mdfunittest/codecapi/audio/mmpfiles/tsu_mdf_audiocodecs.mmp
author sl
Tue, 10 Jun 2014 14:32:02 +0200
changeset 1 260cb5ec6c19
permissions -rw-r--r--
Update contrib.
     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 #include 		"../src/uids.hrh"
    17 
    18 TARGET			tsu_mdf_audiocodecs.dll
    19 CAPABILITY 		ALL -TCB
    20 TARGETTYPE		dll
    21 UID 			KSharedLibraryUidDefine KUidTsuMdfAudioCodecsDll
    22 VENDORID 		0x70000001
    23 
    24 SOURCEPATH		../src
    25 SOURCE			tsu_mdf_audiocodecs_suite.cpp
    26 SOURCE			tsu_mdf_audiocodecs_step.cpp
    27 SOURCE			tsu_mdf_audiocodecs_load.cpp
    28 SOURCE			tsu_mdf_audiocodecs_play.cpp
    29 SOURCE			tsu_mdf_audiocodecs_record.cpp
    30 SOURCE			tsu_mdf_audiocodecs_resolver.cpp
    31 
    32 OS_LAYER_SYSTEMINCLUDE_SYMBIAN
    33 OS_LAYER_ESTLIB_SYSTEMINCLUDE
    34 
    35 LIBRARY 	estlib.lib
    36 LIBRARY		euser.lib
    37 LIBRARY		efsrv.lib
    38 LIBRARY		testframeworkclient.lib
    39 LIBRARY		mmfdevsound.lib
    40 LIBRARY		ecom.lib
    41 LIBRARY		omxilcoreclient.lib
    42 LIBRARY 	mmfserverbaseclasses.lib	
    43 LIBRARY 	puresolverutils.lib
    44 
    45 NOSTRICTDEF
    46 #ifdef EABI
    47 NOEXPORTLIBRARY
    48 #endif
    49 
    50 SMPSAFE