omxilcomp/omxilaudioemulator/pcmcapturer/mmpfiles/omxilmicsource.mmp
changeset 0 58be5850fb6c
equal deleted inserted replaced
-1:000000000000 0:58be5850fb6c
       
     1 // Copyright (c) 2008-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 @file					
       
    19 @SYMPurpose
       
    20 */
       
    21 
       
    22 #include				"../src/omxilmicsource.hrh"
       
    23 
       
    24 TARGET					omxilmicsource.dll
       
    25 CAPABILITY				ALL -TCB
       
    26 TARGETTYPE				plugin
       
    27 UID						0x10009D8D KUidSymbianOmxILMicSourceDll
       
    28 VENDORID				0x70000001
       
    29 
       
    30 OS_LAYER_SYSTEMINCLUDE_SYMBIAN
       
    31 
       
    32 USERINCLUDE				../src
       
    33 
       
    34 SOURCEPATH				../src
       
    35 SOURCE					omxilmicsource.cpp
       
    36 SOURCE					omxilmicsourceapb0port.cpp
       
    37 SOURCE					omxilmicsourceprocessingfunction.cpp
       
    38 
       
    39 RESOURCE	 			omxilmicsource.rss
       
    40 
       
    41 LIBRARY					euser.lib
       
    42 LIBRARY					ecom.lib
       
    43 LIBRARY					omxilcomponentcommon.lib
       
    44 STATICLIBRARY			omxilcomponentif.lib
       
    45 
       
    46 // Uncomment to activate debug tracing in this module
       
    47 //MACRO					_OMXIL_MICSOURCE_DEBUG_TRACING_ON
       
    48 
       
    49 // In-context callback manager is now default
       
    50 // MACRO			_OMXIL_MICSOURCE_INCONTEXT_CALLBACKMANAGER_ON
       
    51 
       
    52 // Uncomment to activate dynamical device settings
       
    53 //MACRO					SYMBIAN_MICSOURCE_DYNAMIC_SETTINGS