1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000
1.2 +++ b/os/mm/mmdevicefw/mdfunittest/codecapi/audio/mmpfiles/tsu_mdf_audiocodecs.mmp Fri Jun 15 03:10:57 2012 +0200
1.3 @@ -0,0 +1,50 @@
1.4 +// Copyright (c) 2005-2009 Nokia Corporation and/or its subsidiary(-ies).
1.5 +// All rights reserved.
1.6 +// This component and the accompanying materials are made available
1.7 +// under the terms of "Eclipse Public License v1.0"
1.8 +// which accompanies this distribution, and is available
1.9 +// at the URL "http://www.eclipse.org/legal/epl-v10.html".
1.10 +//
1.11 +// Initial Contributors:
1.12 +// Nokia Corporation - initial contribution.
1.13 +//
1.14 +// Contributors:
1.15 +//
1.16 +// Description:
1.17 +//
1.18 +
1.19 +#include "../src/uids.hrh"
1.20 +
1.21 +TARGET tsu_mdf_audiocodecs.dll
1.22 +CAPABILITY ALL -TCB
1.23 +TARGETTYPE dll
1.24 +UID KSharedLibraryUidDefine KUidTsuMdfAudioCodecsDll
1.25 +VENDORID 0x70000001
1.26 +
1.27 +SOURCEPATH ../src
1.28 +SOURCE tsu_mdf_audiocodecs_suite.cpp
1.29 +SOURCE tsu_mdf_audiocodecs_step.cpp
1.30 +SOURCE tsu_mdf_audiocodecs_load.cpp
1.31 +SOURCE tsu_mdf_audiocodecs_play.cpp
1.32 +SOURCE tsu_mdf_audiocodecs_record.cpp
1.33 +SOURCE tsu_mdf_audiocodecs_resolver.cpp
1.34 +
1.35 +OS_LAYER_SYSTEMINCLUDE_SYMBIAN
1.36 +OS_LAYER_ESTLIB_SYSTEMINCLUDE
1.37 +
1.38 +LIBRARY estlib.lib
1.39 +LIBRARY euser.lib
1.40 +LIBRARY efsrv.lib
1.41 +LIBRARY testframeworkclient.lib
1.42 +LIBRARY mmfdevsound.lib
1.43 +LIBRARY ecom.lib
1.44 +LIBRARY omxilcoreclient.lib
1.45 +LIBRARY mmfserverbaseclasses.lib
1.46 +LIBRARY puresolverutils.lib
1.47 +
1.48 +NOSTRICTDEF
1.49 +#ifdef EABI
1.50 +NOEXPORTLIBRARY
1.51 +#endif
1.52 +
1.53 +SMPSAFE