os/mm/devsound/sounddevbt/PlatSec/MMPFiles/SoundDevice/MmfDevSoundBtPlugin.mmp
author sl
Tue, 10 Jun 2014 14:32:02 +0200
changeset 1 260cb5ec6c19
permissions -rw-r--r--
Update contrib.
     1 // Copyright (c) 2001-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 "mmf/plugin/mmfdevsound.hrh"
    17 #include "mmf/plugin/mmfbthwdeviceimplementationuids.hrh"
    18 
    19 /**
    20 @file
    21 
    22 @SYMPurpose MMFDevSoundBtPlugin.dll Example Bluetooth DevSound plugin
    23 */
    24 
    25 TARGET		mmfdevsoundbtplugin.dll
    26 CAPABILITY ALL -TCB
    27 TARGETTYPE 	PLUGIN
    28 
    29 UID	0x10009D8D   KMmfUidDevSoundBtPluginDll
    30 VENDORID 0x70000001
    31 
    32 SOURCEPATH		../../src/SoundDevice
    33 
    34 SOURCE		BtSoundDeviceBody.cpp
    35 SOURCE		MmfBtDevSoundCallbackHandler.cpp
    36 SOURCE		BtDevSoundPluginMain.cpp
    37 
    38 SOURCEPATH ../../../src/Plugin
    39 SOURCE		MmfBtFileDependencyUtil.cpp
    40 
    41 SOURCEPATH		../../../src/SoundDevice
    42 
    43 START RESOURCE 	1027373C.rss
    44 TARGET mmfdevsoundbtplugin.rsc
    45 END
    46 
    47 
    48 USERINCLUDE	../../src/Client
    49 USERINCLUDE	../../src/Server/AudioServer
    50 USERINCLUDE	../../src/SoundDevice
    51 USERINCLUDE ../../../src/Plugin
    52 USERINCLUDE ../../../inc 
    53 
    54 OS_LAYER_SYSTEMINCLUDE_SYMBIAN
    55 
    56 LIBRARY		euser.lib 
    57 LIBRARY		mmfbtdevsoundproxy.lib
    58 LIBRARY		mmfserverbaseclasses.lib
    59 LIBRARY		mmfcontrollerframework.lib
    60 LIBRARY		ecom.lib
    61 LIBRARY		mmcommonutils.lib
    62 LIBRARY		efsrv.lib
    63