diff -r 000000000000 -r bde4ae8d615e os/mm/devsound/devsoundrefplugin/mmpfiles/platsec/server/MmfAudioServer.mmp --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/os/mm/devsound/devsoundrefplugin/mmpfiles/platsec/server/MmfAudioServer.mmp Fri Jun 15 03:10:57 2012 +0200 @@ -0,0 +1,58 @@ +// Copyright (c) 2004-2009 Nokia Corporation and/or its subsidiary(-ies). +// All rights reserved. +// This component and the accompanying materials are made available +// under the terms of "Eclipse Public License v1.0" +// which accompanies this distribution, and is available +// at the URL "http://www.eclipse.org/legal/epl-v10.html". +// +// Initial Contributors: +// Nokia Corporation - initial contribution. +// +// Contributors: +// +// Description: +// + +#include "../../../src/SoundDevice/MmfBase.hrh" // get the UID + + +TARGET mmfaudioserver.exe +CAPABILITY MultimediaDD ProtServ UserEnvironment DRM +TARGETTYPE exe +UNPAGED + +UID KSharedLibraryUidDefine KUidMmfAudioServerDllUnicodeDefine +VENDORID 0x70000001 + +// Define this macro if devsound instances should each get their own heap +// (you may want to define it in "MmfDevSoundServer.mmp" to turn on +// the __UHEAP_MARK macro) +//MACRO SYMBIAN_USE_SEPARATE_HEAPS + +userinclude ../../../src/server +userinclude ../../src/Server/AudioServer + +#ifdef SYMBIAN_MDF_SHAREDCHUNK_SOUNDDRIVER +userinclude ../../../../../../../../os/mm/mmdevicefw/mdf/src/audio/mdasoundadapter +#endif + +OS_LAYER_SYSTEMINCLUDE_SYMBIAN + + +SOURCEPATH ../../src/Server/AudioServer + + +SOURCE MmfAudioServer.cpp +SOURCE MmfAudioServerStart.cpp +SOURCE MmfAudioServerSession.cpp + + + +library euser.lib +library estor.lib +library mmfdevsoundserver.lib +library mmfaudiopolicyproxy.lib + +start wins +baseaddress 0x4F440000 +end