internetradio2.0/irsessionlog/group/irsessionlog.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 sessionlog
       
    15 *
       
    16 */
       
    17 
       
    18 #include 		<platform_paths.hrh>
       
    19 
       
    20 TARGET        irsessionlog.dll
       
    21 TARGETTYPE    dll
       
    22 UID           0x1000008d 0x2000B4A6
       
    23 
       
    24 SOURCEPATH    ../src
       
    25 //CAPABILITY NetworkServices ProtServ ReadDeviceData ReadUserData SwEvent UserEnvironment WriteDeviceData WriteUserData TrustedUI
       
    26 CAPABILITY				CAP_GENERAL_DLL
       
    27 
       
    28 PAGED
       
    29 
       
    30 
       
    31 SOURCE        irsessionlogger.cpp
       
    32 SOURCE        irsessionloggerutility.cpp
       
    33 SOURCE	      irsessiondb.cpp
       
    34 SOURCE        irnmslogdb.cpp
       
    35 SOURCE        irnmslogger.cpp
       
    36 SOURCE        irphoneinfo.cpp
       
    37 
       
    38 USERINCLUDE   ../inc
       
    39 USERINCLUDE   ../../inc
       
    40 USERINCLUDE   ../../irsettings/inc
       
    41 
       
    42 // Default system include paths for application layer modules.
       
    43 APP_LAYER_SYSTEMINCLUDE
       
    44 
       
    45 SMPSAFE
       
    46 
       
    47 LIBRARY             bafl.lib
       
    48 LIBRARY             charconv.lib 
       
    49 LIBRARY             cone.lib 
       
    50 LIBRARY             edbms.lib 
       
    51 LIBRARY             efsrv.lib
       
    52 LIBRARY             estor.lib 
       
    53 LIBRARY             euser.lib
       
    54 LIBRARY             ezlib.lib 
       
    55 LIBRARY             irsettings.lib
       
    56 LIBRARY             sysutil.lib
       
    57 LIBRARY             etel3rdparty.lib
       
    58 LIBRARY             imut.lib
       
    59 LIBRARY             flogger.lib
       
    60 
       
    61 #if defined( WINSCW )
       
    62 DEFFILE         ../bwinscw/ 
       
    63 #else
       
    64 DEFFILE         ../bmarm/ 
       
    65 #endif
       
    66 
       
    67 
       
    68 
       
    69