internetradio2.0/irisdsclient/group/isdsclient.mmp
changeset 14 896e9dbc5f19
child 15 065198191975
equal deleted inserted replaced
12:608f67c22514 14:896e9dbc5f19
       
     1 /*
       
     2 * Copyright (c) 2009 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        isdsclientinterface.dll
       
    21 TARGETTYPE    dll
       
    22 UID           0x1000008d 0x2000B49E
       
    23 
       
    24 PAGED
       
    25 
       
    26 SOURCEPATH        ../src
       
    27 SOURCE            irisdsclient.cpp
       
    28 SOURCE		        irlanguagemapper.cpp
       
    29 
       
    30 USERINCLUDE       ../inc
       
    31 USERINCLUDE       ../../inc
       
    32 USERINCLUDE       ../../ircommon/inc
       
    33 USERINCLUDE       ../../irdataprovider/inc
       
    34 USERINCLUDE       ../../irnetworkcontroller/inc
       
    35 USERINCLUDE       ../../ircachemgmt/inc
       
    36 USERINCLUDE       ../../irxmlparser/inc
       
    37 USERINCLUDE       ../../irsessionlog/inc
       
    38 USERINCLUDE       ../../irsettings/inc
       
    39 
       
    40 // Default system include paths for application layer modules.
       
    41 APP_LAYER_SYSTEMINCLUDE
       
    42 SYSTEMINCLUDE   OS_LAYER_PUBLIC_EXPORT_PATH(xml)
       
    43 
       
    44 SMPSAFE
       
    45 
       
    46 LIBRARY             charconv.lib
       
    47 LIBRARY             euser.lib
       
    48 LIBRARY             inetprotutil.lib
       
    49 LIBRARY             ircachemgmt.lib
       
    50 LIBRARY             irdataprovider.lib
       
    51 LIBRARY             irsessionlog.lib
       
    52 LIBRARY             irsettings.lib
       
    53 LIBRARY             irxmlparser.lib
       
    54 
       
    55 LIBRARY        flogger.lib
       
    56 
       
    57 #if defined(WINSCW)
       
    58 DEFFILE         ../bwinscw/ 
       
    59 #else
       
    60 DEFFILE         ../bmarm/ 
       
    61 #endif
       
    62 
       
    63 //CAPABILITY NetworkServices ProtServ ReadDeviceData ReadUserData SwEvent UserEnvironment WriteDeviceData WriteUserData TrustedUI
       
    64 CAPABILITY		CAP_GENERAL_DLL