mmhais/refacladapt/mmpfiles/audiostream.mmp
changeset 0 40261b775718
equal deleted inserted replaced
-1:000000000000 0:40261b775718
       
     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 
       
    17 
       
    18 #include		<mmf/common/mmfbase.hrh>
       
    19 
       
    20 TARGET			audiostream.dll
       
    21 
       
    22 TARGETTYPE		PLUGIN
       
    23 UID			0x10009d8d 0x10283456
       
    24 
       
    25 VENDORID		0x70000001
       
    26 CAPABILITY		All -TCB -AllFiles -DiskAdmin -NetworkControl -SwEvent -TrustedUI
       
    27 
       
    28 SOURCEPATH		../src/audiostream
       
    29 SOURCE			audiostream.cpp
       
    30 
       
    31 
       
    32 USERINCLUDE		../src/shared
       
    33 USERINCLUDE		../src/audiosink
       
    34 USERINCLUDE		../src/audiocodec
       
    35 USERINCLUDE		../src/audiosource
       
    36 USERINCLUDE		../src/audiogaincontrol
       
    37 USERINCLUDE		../../../mmresourcemgmt/mmresctrl/inc
       
    38 
       
    39 // AS PART OF TEMPORARY 
       
    40 // REMOVE WHEN MMRC MESSAGE SYSTEM IS AVAILABLE
       
    41 USERINCLUDE		../../a3facl/src/shared		// MLogicalChain
       
    42 USERINCLUDE		../../a3facl/src/audiostream	
       
    43 USERINCLUDE		../../a3facl/src/audiocontext	
       
    44 
       
    45 OS_LAYER_SYSTEMINCLUDE_SYMBIAN
       
    46 
       
    47 
       
    48 SOURCEPATH		../src/audiostream
       
    49 START RESOURCE		audiostream.rss
       
    50 TARGET			audiostream.rsc
       
    51 END
       
    52 
       
    53 LIBRARY			euser.lib
       
    54 LIBRARY			a3f_trace_heap.lib
       
    55 LIBRARY			ecom.lib
       
    56 LIBRARY			audiocodec.lib
       
    57 LIBRARY			buffersource.lib
       
    58 LIBRARY			buffersink.lib
       
    59 LIBRARY			audiogaincontrol.lib
       
    60 LIBRARY			audiodevicesink.lib
       
    61 LIBRARY			audiodevicesource.lib
       
    62 LIBRARY			a3ffourcclookup.lib
       
    63 LIBRARY			audiocomponentframework.lib
       
    64 
       
    65 SMPSAFE