mmfenh/advancedaudiocontroller/audiotonecontrollerplugin/group/mmfaudiotonecontroller.mmp
changeset 0 71ca22bcf22a
child 19 095bea5f582e
equal deleted inserted replaced
-1:000000000000 0:71ca22bcf22a
       
     1 // Copyright (c) 2003-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 // MmfAudioToneController.dll Reference tone controller   
       
    15 // 
       
    16 //
       
    17 
       
    18 /**
       
    19  @file
       
    20 */
       
    21 
       
    22 target mmfaudiotonecontroller.dll
       
    23 CAPABILITY ALL -TCB
       
    24 targettype plugin
       
    25 UNPAGED
       
    26 
       
    27 // ECom Dll recognition UID followed by the unique UID for this dll
       
    28 UID 0x10009D8D 0x101F7D95
       
    29 VENDORID 0x70000001
       
    30 
       
    31 SOURCEPATH		../src
       
    32 SOURCE			mmfaudiotonecontroller.cpp
       
    33 SOURCE			mmfaudiotonecontrollerfactory.cpp 
       
    34 
       
    35 
       
    36 MW_LAYER_SYSTEMINCLUDE_SYMBIAN // marked as OS in system_definition.xml but has dependancies on mw headers
       
    37 
       
    38 #ifdef __OMAP__
       
    39 
       
    40 // Delete the HwDevice once we have OMAP Server implementation
       
    41 // Interfacing with HwDevice implementation begins
       
    42 USERINCLUDE		/GenericGatewayComponent/raw/RawHwDevice
       
    43 USERINCLUDE		/GenericGatewayComponent/raw/RawGwc
       
    44 USERINCLUDE		/GenericGatewayComponent/Gwc
       
    45 USERINCLUDE		/GenericGatewayComponent/BridgeAbstractionLayer
       
    46 // Interfacing with HwDevice implementation ends
       
    47 #endif //__OMAP__
       
    48 
       
    49 
       
    50 start resource 101f7d95.rss
       
    51 target mmfaudiotonecontroller.rsc
       
    52 end
       
    53 
       
    54 LIBRARY euser.lib
       
    55 LIBRARY mmfserverbaseclasses.lib
       
    56 LIBRARY mmfdevsound.lib
       
    57 LIBRARY mmfcontrollerframework.lib
       
    58 LIBRARY mmfstandardcustomcommands.lib
       
    59 #ifdef EABI
       
    60 LIBRARY ecom.lib
       
    61 #endif
       
    62 
       
    63 SMPSAFE