os/mm/mmlibs/mmfw/MMPFiles/plugin_common/mmfaudioinput.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 // mmfaudioinput.dll Audio record plugin
    15 // 
    16 //
    17 
    18 /**
    19  @file
    20 */
    21 
    22 
    23 target mmfaudioinput.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 0x101F53BA
    30 VENDORID 0x70000001
    31 
    32 
    33 userinclude		../../inc/mmf/server
    34 userinclude		../../inc/mmf/common
    35 
    36 OS_LAYER_SYSTEMINCLUDE_SYMBIAN
    37 
    38 SOURCEPATH	../../src/Plugin/AudioInput
    39 
    40 source		MmfAudioInput.cpp
    41 
    42 
    43 start resource 101f53BA.rss
    44 target mmfaudioinput.rsc
    45 end
    46 
    47 
    48 library         euser.lib 
    49 library			mmfdevsound.lib 
    50 library			ecom.lib
    51 library			mmfserverbaseclasses.lib
    52 library			mmfcontrollerframework.lib
    53 
    54 
    55 start           wins
    56 baseaddress     0x4F140000
    57 end
    58 
    59 SMPSAFE