devsound/devsoundrefplugin/mmpfiles/platsec/sounddevice/MmfDevSoundRefPlugin.mmp
changeset 0 40261b775718
equal deleted inserted replaced
-1:000000000000 0:40261b775718
       
     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 "../../../inc/Plugin/mmfdevsound.hrh"
       
    17 
       
    18 /**
       
    19 @file
       
    20 
       
    21 @SYMPurpose MMFDevSoundRefPlugin.dll Reference DevSound plugin
       
    22 */
       
    23 
       
    24 TARGET		mmfdevsoundrefplugin.dll
       
    25 CAPABILITY ALL -TCB
       
    26 TARGETTYPE 	PLUGIN
       
    27 UNPAGED
       
    28 
       
    29 UID	0x10009D8D   KMmfUidDevSoundRefPluginDll
       
    30 VENDORID 0x70000001
       
    31 
       
    32 SOURCEPATH		../../src/SoundDevice
       
    33 
       
    34 SOURCE		SoundDeviceBody.cpp
       
    35 SOURCE		MmfDevSoundCallbackHandler.cpp
       
    36 SOURCE		DevSoundPluginMain.cpp
       
    37 SOURCE		MmfDevSoundCIMuxUtility.cpp
       
    38 
       
    39 SOURCEPATH		../../../src/SoundDevice
       
    40 
       
    41 #ifdef SYMBIAN_MDF_SHAREDCHUNK_SOUNDDRIVER
       
    42 USERINCLUDE	../../../../../../../../os/mm/mmdevicefw/mdf/src/audio/mdasoundadapter
       
    43 #endif
       
    44 
       
    45 START RESOURCE 	101FFA53.rss
       
    46 TARGET mmfdevsoundrefplugin.rsc
       
    47 END
       
    48 
       
    49 START RESOURCE	FixedSequence.rss
       
    50 TARGETPATH	resource/devsound
       
    51 HEADER
       
    52 END
       
    53 
       
    54 USERINCLUDE	../../src/Client
       
    55 USERINCLUDE	../../src/Server/AudioServer
       
    56 USERINCLUDE	../../../src/server
       
    57 USERINCLUDE	../../src/SoundDevice
       
    58 
       
    59 OS_LAYER_SYSTEMINCLUDE_SYMBIAN
       
    60 
       
    61 LIBRARY		euser.lib 
       
    62 LIBRARY		mmfdevsoundproxy.lib
       
    63 LIBRARY		mmfserverbaseclasses.lib
       
    64 LIBRARY		mmfcontrollerframework.lib
       
    65 LIBRARY		ecom.lib
       
    66 LIBRARY		mmcommonutils.lib
       
    67 
       
    68 
       
    69 SMPSAFE