internetradio2.0/group/isdsclient.mmp
changeset 14 896e9dbc5f19
parent 12 608f67c22514
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        ../isdsclientsrc
       
    27 SOURCE        irisdsclient.cpp
       
    28 SOURCE		  irlanguagemapper.cpp
       
    29 
       
    30 USERINCLUDE       ../isdsclientinc
       
    31 USERINCLUDE       ../include
       
    32 USERINCLUDE       ../datastructuresinc
       
    33 USERINCLUDE       ../dataproviderinc
       
    34 USERINCLUDE       ../networkcontrollerinc
       
    35 USERINCLUDE       ../cachemgmtinc
       
    36 USERINCLUDE       ../xmlparserinc
       
    37 USERINCLUDE       ../sessionloginc
       
    38 USERINCLUDE       ../settingsinc
       
    39 
       
    40 // Default system include paths for application layer modules.
       
    41 APP_LAYER_SYSTEMINCLUDE
       
    42 SYSTEMINCLUDE   OS_LAYER_PUBLIC_EXPORT_PATH(xml)
       
    43 
       
    44 LIBRARY             charconv.lib
       
    45 LIBRARY             euser.lib
       
    46 LIBRARY             inetprotutil.lib
       
    47 LIBRARY             ircachemgmt.lib
       
    48 LIBRARY             irdataprovider.lib
       
    49 LIBRARY             irsessionlog.lib
       
    50 LIBRARY             irsettings.lib
       
    51 LIBRARY             irxmlparser.lib
       
    52 
       
    53 LIBRARY        flogger.lib
       
    54 
       
    55 #if defined(WINSCW)
       
    56 DEFFILE         ../bwinscw/ 
       
    57 #else
       
    58 DEFFILE         ../bmarm/ 
       
    59 #endif
       
    60 
       
    61 //CAPABILITY NetworkServices ProtServ ReadDeviceData ReadUserData SwEvent UserEnvironment WriteDeviceData WriteUserData TrustedUI
       
    62 CAPABILITY		CAP_GENERAL_DLL