devsound/sounddevbt/PlatSec/MMPFiles/Server/MmfBtDevSoundServer.mmp
changeset 0 40261b775718
equal deleted inserted replaced
-1:000000000000 0:40261b775718
       
     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		"../../../inc/common/mmfBtBase.hrh"   // get the UID
       
    17 #include		"../../../../inc/mmf/common/mmfbase.hrh"  // get the UID, KSharedLibraryUidDefine
       
    18 
       
    19 TARGET        mmfbtdevsoundserver.dll
       
    20 CAPABILITY MultimediaDD ProtServ UserEnvironment
       
    21 TARGETTYPE    dll
       
    22 
       
    23 UID      KSharedLibraryUidDefine KUidMmfBtDevSoundServerDllUnicodeDefine
       
    24 VENDORID 0x70000001
       
    25 
       
    26 USERINCLUDE		../../src/Server/AudioServer
       
    27 USERINCLUDE		../../../src/server
       
    28 USERINCLUDE		../../../src/SoundDevice
       
    29 USERINCLUDE		../../../src/RoutingSoundDevice
       
    30 
       
    31 OS_LAYER_SYSTEMINCLUDE_SYMBIAN
       
    32 
       
    33 SOURCEPATH	../../src/Server/AudioServer
       
    34 SOURCE		MmfBtDevSoundServer.cpp
       
    35 SOURCE		MmfBtDevSoundServerStart.cpp
       
    36 SOURCE		MmfBtDevSoundSession.cpp
       
    37 SOURCE		MmfBtDevSoundSessionBody.cpp
       
    38 
       
    39 SOURCEPATH	../../../src/SoundDevice
       
    40 SOURCE		BtToneGenerator.cpp
       
    41 SOURCE		MmfBtDevSoundEventHandler.cpp
       
    42 SOURCE		BtDevSoundUtility.cpp
       
    43 
       
    44 
       
    45 LIBRARY		euser.lib 
       
    46 LIBRARY		mmfserverbaseclasses.lib
       
    47 LIBRARY		mmfcontrollerframework.lib
       
    48 LIBRARY		mmfbtaudiopolicyproxy.lib
       
    49 LIBRARY		bafl.lib
       
    50 LIBRARY		efsrv.lib
       
    51 LIBRARY		ecom.lib
       
    52 LIBRARY		estor.lib 
       
    53 LIBRARY		centralrepository.lib
       
    54 LIBRARY		bluetooth.lib
       
    55 
       
    56 deffile		MmfBtDevSoundServer.def
       
    57 nostrictdef
       
    58 
       
    59 start           wins
       
    60 baseaddress     0x4F440000
       
    61 end