mpxplugins/serviceplugins/playbackplugins/localaudio/group/mpxlocalaudioplayback.mmp
changeset 0 ff3acec5bc43
equal deleted inserted replaced
-1:000000000000 0:ff3acec5bc43
       
     1 /*
       
     2 * Copyright (c) 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:  Local audio playback project specification
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 
       
    20 #include <bldvariant.hrh>
       
    21 #include <data_caging_paths.hrh>
       
    22 #include <platform_paths.hrh>
       
    23 
       
    24 TARGET          mpxlocalaudioplayback.dll
       
    25 TARGETTYPE      PLUGIN
       
    26 UID             0x10009D8D 0x101FFC04
       
    27 
       
    28 VENDORID        VID_DEFAULT
       
    29 CAPABILITY      CAP_ECOM_PLUGIN
       
    30 
       
    31 VERSION 15.0
       
    32 
       
    33 //MACRO __S60_WMDRM_CONSUMPTION
       
    34 
       
    35 SOURCEPATH      ../src
       
    36 SOURCE          mpxlocalaudioplayback.cpp
       
    37 SOURCE          mpxlocalaudioplaybackproxy.cpp
       
    38 
       
    39 SOURCEPATH      ../data
       
    40 START RESOURCE  101ffc04.rss
       
    41 TARGET          mpxlocalaudioplayback.rsc
       
    42 END
       
    43 
       
    44 USERINCLUDE     ../inc
       
    45 USERINCLUDE     ../../inc
       
    46 USERINCLUDE     ../../../../inc
       
    47 
       
    48 APP_LAYER_SYSTEMINCLUDE
       
    49 SYSTEMINCLUDE   /epoc32/include/ecom
       
    50 SYSTEMINCLUDE   /epoc32/include/caf
       
    51 
       
    52 LIBRARY         euser.lib
       
    53 LIBRARY         bafl.lib
       
    54 LIBRARY         ecom.lib
       
    55 LIBRARY         efsrv.lib
       
    56 LIBRARY         mediaclientaudio.lib
       
    57 LIBRARY         mmfcontrollerframework.lib 
       
    58 LIBRARY         audioequalizerutility.lib
       
    59 LIBRARY         customcommandutility.lib
       
    60 LIBRARY         apgrfx.lib
       
    61 LIBRARY         apmime.lib 
       
    62 LIBRARY         caf.lib
       
    63 LIBRARY         cafutils.lib
       
    64 LIBRARY         mmcommon.lib
       
    65 LIBRARY         mpxcommon.lib
       
    66 LIBRARY         mpxaudioeffectengine.lib
       
    67 
       
    68 // End of File