mpserviceplugins/localaudio/group/mpxlocalaudioplayback.mmp
changeset 19 4e84c994a771
child 45 612c4815aebe
equal deleted inserted replaced
5:2a40e88564c8 19:4e84c994a771
       
     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 
       
    47 APP_LAYER_SYSTEMINCLUDE
       
    48 SYSTEMINCLUDE   /epoc32/include/ecom
       
    49 SYSTEMINCLUDE   /epoc32/include/caf
       
    50 
       
    51 LIBRARY         euser.lib
       
    52 LIBRARY         bafl.lib
       
    53 LIBRARY         ecom.lib
       
    54 LIBRARY         efsrv.lib
       
    55 LIBRARY         mediaclientaudio.lib
       
    56 LIBRARY         mmfcontrollerframework.lib 
       
    57 LIBRARY         audioequalizerutility.lib
       
    58 LIBRARY         customcommandutility.lib
       
    59 LIBRARY         apgrfx.lib
       
    60 LIBRARY         apmime.lib 
       
    61 LIBRARY         caf.lib
       
    62 LIBRARY         cafutils.lib
       
    63 LIBRARY         mmcommon.lib
       
    64 LIBRARY         mpxcommon.lib
       
    65 LIBRARY         mpxaudioeffectengine.lib
       
    66 
       
    67 // End of File