os/mm/devsound/devsoundrefplugin/mmpfiles/platsec/server/MmfAudioServer.mmp
author sl
Tue, 10 Jun 2014 14:32:02 +0200
changeset 1 260cb5ec6c19
permissions -rw-r--r--
Update contrib.
     1 // Copyright (c) 2004-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/SoundDevice/MmfBase.hrh"   // get the UID
    17 
    18 
    19 TARGET        mmfaudioserver.exe
    20 CAPABILITY MultimediaDD ProtServ UserEnvironment DRM
    21 TARGETTYPE    exe
    22 UNPAGED
    23 
    24 UID      KSharedLibraryUidDefine KUidMmfAudioServerDllUnicodeDefine
    25 VENDORID 0x70000001
    26 
    27 // Define this macro if devsound instances should each get their own heap
    28 // (you may want to define it in "MmfDevSoundServer.mmp" to turn on
    29 // the __UHEAP_MARK macro)
    30 //MACRO			SYMBIAN_USE_SEPARATE_HEAPS
    31 
    32 userinclude	../../../src/server
    33 userinclude	../../src/Server/AudioServer
    34 
    35 #ifdef SYMBIAN_MDF_SHAREDCHUNK_SOUNDDRIVER
    36 userinclude	../../../../../../../../os/mm/mmdevicefw/mdf/src/audio/mdasoundadapter
    37 #endif
    38 
    39 OS_LAYER_SYSTEMINCLUDE_SYMBIAN
    40 
    41 
    42 SOURCEPATH	../../src/Server/AudioServer
    43 
    44 
    45 SOURCE		MmfAudioServer.cpp
    46 SOURCE		MmfAudioServerStart.cpp
    47 SOURCE		MmfAudioServerSession.cpp
    48 
    49 
    50 
    51 library         euser.lib
    52 library		estor.lib 
    53 library		mmfdevsoundserver.lib
    54 library		mmfaudiopolicyproxy.lib
    55 
    56 start           wins
    57 baseaddress     0x4F440000
    58 end