internetradio2.0/irrfsplugin/group/irrfsplugin.mmp
changeset 14 896e9dbc5f19
child 15 065198191975
equal deleted inserted replaced
12:608f67c22514 14:896e9dbc5f19
       
     1 /*
       
     2 * Copyright (c) 2007-2007 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 Internet Radio RFS plugin
       
    15 *
       
    16 */
       
    17 
       
    18 #include 		<platform_paths.hrh>
       
    19 
       
    20 TARGET                  irrfsplugin.dll
       
    21 TARGETTYPE              PLUGIN
       
    22 UID                     0x10009D8D 0x2000B4AC
       
    23 
       
    24 CAPABILITY              CAP_ECOM_PLUGIN
       
    25 VENDORID                VID_DEFAULT
       
    26 
       
    27 PAGED
       
    28 
       
    29 SOURCEPATH              ../src
       
    30 SOURCE                  irrfsplugin.cpp
       
    31 SOURCE                  irrfspluginproxy.cpp
       
    32 
       
    33 SOURCEPATH              ../../resources
       
    34 START RESOURCE          2000b4ac.rss
       
    35 TARGET                  irrfsplugin.rsc
       
    36 END // RESOURCE
       
    37 
       
    38 USERINCLUDE             ../inc
       
    39 
       
    40 // Default system include paths for application layer modules.
       
    41 APP_LAYER_SYSTEMINCLUDE
       
    42 SYSTEMINCLUDE   OS_LAYER_PUBLIC_EXPORT_PATH(ecom)
       
    43 
       
    44 SMPSAFE
       
    45 
       
    46 LIBRARY                 ecom.lib
       
    47 LIBRARY                 efsrv.lib
       
    48 LIBRARY                 euser.lib
       
    49