os/mm/mmlibs/mmfw/MMPFiles/client/MediaClientAudioInputStream.mmp
author sl
Tue, 10 Jun 2014 14:32:02 +0200
changeset 1 260cb5ec6c19
permissions -rw-r--r--
Update contrib.
     1 // Copyright (c) 2002-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 // mediaclientaudioinputstream.dll Audio input streaming client-side library
    15 // 
    16 //
    17 
    18 /**
    19  @file
    20 */
    21 
    22 
    23 
    24 #include		"../../inc/Mda/Common/Base.hrh"    // get the UID
    25 
    26 TARGET			mediaclientaudioinputstream.dll
    27 CAPABILITY ALL -TCB
    28 TARGETTYPE		DLL
    29 UID				KSharedLibraryUidDefine KUidMediaServerClientAudioInputStreamDllUnicodeDefine
    30 VENDORID 0x70000001
    31 UNPAGED
    32 
    33 
    34 SOURCEPATH		../../src/Client/Audio
    35 SOURCE			mmfclientaudioinputstream.cpp 
    36 SOURCE			MmfFifo.cpp
    37 SOURCE			mmfclientaudiostreamutils.cpp
    38 
    39 OS_LAYER_SYSTEMINCLUDE_SYMBIAN
    40 
    41 LIBRARY			euser.lib
    42 LIBRARY			mmfdevsound.lib
    43 LIBRARY			mediaclient.lib
    44 
    45 #ifdef EABI
    46 DEFFILE MediaClientAudioInputStream.def
    47 #endif
    48 
    49 #ifdef WINSCW
    50 DEFFILE MEDIACLIENTAUDIOINPUTSTREAM.DEF
    51 #endif
    52 NOSTRICTDEF
    53 
    54 START			WINS
    55 	BASEADDRESS	0x4F2A0000
    56 END
    57 
    58 
    59 
    60                     
    61 
    62 SMPSAFE