internetradio2.0/irpresetplugin/group/irpresetplugin.mmp
changeset 14 896e9dbc5f19
child 15 065198191975
equal deleted inserted replaced
12:608f67c22514 14:896e9dbc5f19
       
     1 /*
       
     2 * Copyright (c)  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:
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 
       
    20 #include <platform_paths.hrh>
       
    21 
       
    22 
       
    23 TARGET                  irpresetplugin.dll
       
    24 TARGETTYPE              PLUGIN
       
    25 UID                     0x10009D8D 0X2000B4AA
       
    26 
       
    27 CAPABILITY              CAP_ECOM_PLUGIN
       
    28 VENDORID                VID_DEFAULT
       
    29 
       
    30 PAGED
       
    31 
       
    32 SOURCEPATH              ../src
       
    33 SOURCE                  irpresetimpl.cpp
       
    34 SOURCE                  irpresetpluginproxy.cpp
       
    35 
       
    36 // RESOURCE
       
    37 SOURCEPATH              ../data
       
    38 START RESOURCE          irpresetplugin.rss
       
    39 TARGET                  irpresetplugin.rsc
       
    40 END // RESOURCE
       
    41 
       
    42 USERINCLUDE   ../inc
       
    43 USERINCLUDE   ../../inc
       
    44 USERINCLUDE   ../../ircommon/inc
       
    45 USERINCLUDE   ../../../presetserver/clientinc
       
    46 USERINCLUDE   ../../../presetserver/serverinc
       
    47 
       
    48 APP_LAYER_SYSTEMINCLUDE
       
    49 SYSTEMINCLUDE           OS_LAYER_PUBLIC_EXPORT_PATH(ecom)
       
    50 
       
    51 SMPSAFE
       
    52 
       
    53 LIBRARY                 bafl.lib
       
    54 LIBRARY                 estor.lib
       
    55 LIBRARY                 euser.lib
       
    56 LIBRARY                 irdatastructures.lib
       
    57 LIBRARY                 psclient100.lib
       
    58 LIBRARY                 flogger.lib
       
    59 
       
    60 #if defined WINSCW
       
    61 DEFFILE                 ../bwinscw/
       
    62 #else
       
    63 DEFFILE                 ../bmarm/
       
    64 #endif