os/mm/mmlibs/mmfw/MMPFiles/plugin_common/mmfaudiooutput.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 // mmfaudiooutput.dll Audio playback plugin
    15 // MACRO __AUDIO_PROFILING // Audio Profiling TSU_MMF_PFM_01
    16 // 
    17 //
    18 
    19 /**
    20  @file
    21 */
    22 
    23 target mmfaudiooutput.dll
    24 CAPABILITY ALL -TCB
    25 targettype plugin
    26 UNPAGED
    27 
    28 // ECom Dll recognition UID followed by the unique UID for this dll
    29 UID 0x10009D8D 0x101F53B8
    30 VENDORID 0x70000001
    31 
    32 userinclude		../../inc/mmf/server
    33 userinclude		../../inc/mmf/common
    34 
    35 OS_LAYER_SYSTEMINCLUDE_SYMBIAN
    36 
    37 SOURCEPATH	../../src/Plugin/AudioOutput
    38 
    39 source		MmfAudioOutput.cpp
    40 
    41 
    42 start resource 101f53B8.rss
    43 target mmfaudiooutput.rsc
    44 end
    45 
    46 library         	euser.lib 
    47 library			mmfdevsound.lib
    48 library			ecom.lib
    49 library			mmfcontrollerframework.lib
    50 library			mmfserverbaseclasses.lib
    51 
    52 start           wins
    53 baseaddress     0x4F140000
    54 end
    55 
    56 SMPSAFE