1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000
1.2 +++ b/os/mm/mmlibs/mmfw/MMPFiles/client/MediaClientAudio.mmp Fri Jun 15 03:10:57 2012 +0200
1.3 @@ -0,0 +1,76 @@
1.4 +// Copyright (c) 2002-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 +// mediaclientaudio.dll Media Server audio compatibility library
1.18 +// MACRO __AUDIO_PROFILING // Audio Profiling TSU_MMF_PFM_01
1.19 +//
1.20 +//
1.21 +
1.22 +/**
1.23 + @file
1.24 +*/
1.25 +
1.26 +#include "../../inc/Mda/Common/Base.hrh" // get the UID
1.27 +
1.28 +target mediaclientaudio.dll
1.29 +CAPABILITY ALL -TCB
1.30 +targettype DLL
1.31 +UID KSharedLibraryUidDefine KUidMediaServerClientAudioDllUnicodeDefine
1.32 +VENDORID 0x70000001
1.33 +UNPAGED
1.34 +
1.35 +OS_LAYER_SYSTEMINCLUDE_SYMBIAN
1.36 +
1.37 +USERINCLUDE ../../src/Client/Utility
1.38 +
1.39 +SOURCEPATH ../../src/Client/Audio
1.40 +source mmfclientaudiocliputility.cpp
1.41 +source mmfclientaudioplayer.cpp
1.42 +source mmfclientaudiorecorder.cpp
1.43 +source mmfclientaudioconverter.cpp
1.44 +source mmfclienttoneplayer.cpp
1.45 +
1.46 +library mediaclientutility.lib
1.47 +library mmfcontrollerframework.lib
1.48 +library mmfstandardcustomcommands.lib
1.49 +library euser.lib
1.50 +LIBRARY mmfdevsound.lib
1.51 +LIBRARY efsrv.lib
1.52 +LIBRARY mediaclient.lib
1.53 +
1.54 +#ifdef EABI
1.55 +LIBRARY ecom.lib
1.56 +#endif
1.57 +
1.58 +LIBRARY mmcommon.lib
1.59 +LIBRARY caf.lib
1.60 +
1.61 +#ifdef EABI
1.62 +DEFFILE MediaClientAudio.def
1.63 +#endif
1.64 +
1.65 +#ifdef WINSCW
1.66 +DEFFILE MEDIACLIENTAUDIO.DEF
1.67 +#endif
1.68 +
1.69 +nostrictdef
1.70 +
1.71 +start wins
1.72 + baseaddress 0x4F2A0000
1.73 +end
1.74 +
1.75 +
1.76 +
1.77 +
1.78 +
1.79 +SMPSAFE