internetradio2.0/group/irmcpplugin.mmp
changeset 0 09774dfdd46b
equal deleted inserted replaced
-1:000000000000 0:09774dfdd46b
       
     1 /*
       
     2 * Copyright (c) 2008-2008 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:  IR Music Content Publisher Plugin is responsible for publishing content and
       
    15 *                actions towards Home screen and Matrix menu.
       
    16 *
       
    17 */
       
    18 
       
    19 #include <platform_paths.hrh>
       
    20 #include <data_caging_paths.hrh>
       
    21 #include "../resources/irmcpplugin.hrh"	
       
    22 
       
    23 TARGET          irmcpplugin100.dll
       
    24 TARGETTYPE      PLUGIN
       
    25 UID             0x10009D8D KIRMCPPluginDllUid
       
    26 
       
    27 CAPABILITY      CAP_ECOM_PLUGIN
       
    28 VENDORID        VID_DEFAULT
       
    29 
       
    30 PAGED
       
    31 
       
    32 LANGUAGE_IDS
       
    33 
       
    34 SOURCEPATH      ../resources
       
    35 START RESOURCE 2001A961.rss
       
    36 TARGET  irmcpplugin100.rsc
       
    37 LANG SC
       
    38 END
       
    39 
       
    40 START RESOURCE  irmcpplugin.rss
       
    41 HEADER
       
    42 TARGET      irmcpplugin.rsc
       
    43 TARGETPATH RESOURCE_FILES_DIR
       
    44 END
       
    45 
       
    46 
       
    47 APP_LAYER_SYSTEMINCLUDE
       
    48 SYSTEMINCLUDE   OS_LAYER_PUBLIC_EXPORT_PATH(ecom)
       
    49 
       
    50 USERINCLUDE     ../mcpplugininc
       
    51 USERINCLUDE     ../resources
       
    52 USERINCLUDE     ../activeidleenginc
       
    53 USERINCLUDE     ../include
       
    54 USERINCLUDE     ../actionhandlerinc
       
    55 USERINCLUDE     ../streamsourceinc
       
    56 
       
    57 
       
    58 SOURCEPATH      ../mcppluginsrc
       
    59 SOURCE          irmcpplugin.cpp
       
    60 
       
    61 LIBRARY         bafl.lib 
       
    62 LIBRARY         cone.lib
       
    63 LIBRARY         commonengine.lib
       
    64 LIBRARY         ecom.lib
       
    65 LIBRARY         efsrv.lib
       
    66 LIBRARY         euser.lib
       
    67 LIBRARY         liwservicehandler.lib
       
    68 LIBRARY         psclient100.lib
       
    69 LIBRARY         iractiveidleengine.lib
       
    70 
       
    71 LIBRARY flogger.lib
       
    72 
       
    73 #if defined( WINSCW )
       
    74 deffile ../bwinscw/ 
       
    75 #else
       
    76 deffile ../bmarm/ 
       
    77 #endif
       
    78 
       
    79 // End of File