internetradio2.0/group/presetplugin.mmp
changeset 14 896e9dbc5f19
parent 12 608f67c22514
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 #include 		<platform_paths.hrh>
       
    19 
       
    20 TARGET        presetplugin.dll
       
    21 TARGETTYPE    PLUGIN
       
    22 UID           0x10009D8D 0X2000B4AA
       
    23 
       
    24 PAGED
       
    25 
       
    26 SOURCEPATH    ../presetpluginsrc
       
    27 
       
    28 
       
    29 SOURCE		irpresetimpl.cpp
       
    30 SOURCE		irpresetpluginproxy.cpp
       
    31 
       
    32 
       
    33 USERINCLUDE   ../presetplugininc
       
    34 USERINCLUDE   ../include
       
    35 USERINCLUDE   ../datastructuresinc
       
    36 USERINCLUDE   ../../presetserver/clientinc
       
    37 USERINCLUDE   ../../presetserver/serverinc
       
    38 
       
    39 // Default system include paths for application layer modules.
       
    40 APP_LAYER_SYSTEMINCLUDE
       
    41 SYSTEMINCLUDE   OS_LAYER_PUBLIC_EXPORT_PATH(ecom)
       
    42 
       
    43 // RESOURCE
       
    44 SOURCEPATH              ../resources
       
    45 START RESOURCE          2000b4aa.rss
       
    46 TARGET                  presetplugin.rsc
       
    47 END // RESOURCE
       
    48 
       
    49 LIBRARY                 bafl.lib
       
    50 LIBRARY                 estor.lib
       
    51 LIBRARY                 euser.lib
       
    52 LIBRARY                 irdatastructures.lib
       
    53 LIBRARY                 psclient100.lib
       
    54 
       
    55 LIBRARY            flogger.lib
       
    56 
       
    57 //CAPABILITY NetworkServices ProtServ ReadDeviceData ReadUserData SwEvent UserEnvironment WriteDeviceData WriteUserData TrustedUI
       
    58 CAPABILITY              CAP_ECOM_PLUGIN
       
    59