mmfenh/advancedaudiocontroller/wavplaycontrollerplugin/group/MmfAudioController.mmp
changeset 0 71ca22bcf22a
child 43 9894ed580e4a
equal deleted inserted replaced
-1:000000000000 0:71ca22bcf22a
       
     1 /*
       
     2 * Copyright (c) 2003-2006 Nokia Corporation and/or its subsidiary(-ies). 
       
     3 * All rights reserved.
       
     4 * This component and the accompanying materials are made available
       
     5 * under the terms of "Eclipse Public License v1.0"
       
     6 * which accompanies this distribution, and is available
       
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     8 *
       
     9 * Initial Contributors:
       
    10 * Nokia Corporation - initial contribution.
       
    11 *
       
    12 * Contributors:
       
    13 *
       
    14 * Description:  Project definition file for project WAVPlayControllerPlugin
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 #include <platform_paths.hrh>
       
    20 
       
    21 target mmfaudiocontroller.dll
       
    22 CAPABILITY ALL -TCB
       
    23 targettype plugin
       
    24 
       
    25 // ECom Dll recognition UID followed by the unique UID for this dll
       
    26 UID 0x10009D8D 0x101F55BF
       
    27 VENDORID VID_DEFAULT
       
    28 
       
    29 SOURCEPATH		../src
       
    30 SOURCE			MmfAudioController.cpp
       
    31 SOURCE			MmfAudioControllerFactory.cpp 
       
    32 
       
    33 USERINCLUDE	../inc ../src
       
    34 USERINCLUDE 	../../../inc
       
    35 
       
    36 MW_LAYER_SYSTEMINCLUDE
       
    37 SYSTEMINCLUDE   /epoc32/include/ecom
       
    38 SYSTEMINCLUDE	/epoc32/include/mmf/server
       
    39 SYSTEMINCLUDE	/epoc32/include/mmf/common
       
    40 SYSTEMINCLUDE	/epoc32/include/mmf/plugin
       
    41 
       
    42 
       
    43 start resource ../data/101F55BF.rss
       
    44 target MmfAudioController.rsc
       
    45 end
       
    46 
       
    47 LIBRARY euser.lib
       
    48 LIBRARY mmfserverbaseclasses.lib
       
    49 LIBRARY mmfdevsound.lib
       
    50 LIBRARY mmfcontrollerframework.lib
       
    51 LIBRARY mmfstandardcustomcommands.lib
       
    52 LIBRARY	custominterfacebuilder.lib
       
    53 LIBRARY	AudioOutputRouting.lib
       
    54 LIBRARY DrmDcf.lib
       
    55 LIBRARY	ConfigurationComponentsFactory.lib
       
    56 LIBRARY	AudioOutputControlUtility.lib
       
    57 
       
    58 #ifdef EABI
       
    59 LIBRARY ecom.lib
       
    60 #endif