internetradio2.0/group/irsonghistory.mmp
changeset 14 896e9dbc5f19
parent 12 608f67c22514
child 15 065198191975
equal deleted inserted replaced
12:608f67c22514 14:896e9dbc5f19
     1 /*
       
     2 * Copyright (c) 2006-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:  Gives the history data
       
    15 *
       
    16 */
       
    17 
       
    18 #include 		<platform_paths.hrh>
       
    19 
       
    20 TARGET        irsonghistory.dll
       
    21 TARGETTYPE    dll
       
    22 UID           0x1000008d 0x2001A92F
       
    23 
       
    24 PAGED
       
    25 
       
    26 SOURCEPATH    ../songhistorysrc
       
    27 
       
    28 SOURCE 		  irsonghistorydb.cpp	
       
    29 SOURCE		  irsonghistoryengine.cpp
       
    30 SOURCE		  irsonghistoryengpubsub.cpp
       
    31 SOURCE        irsonghistoryinfo.cpp
       
    32 
       
    33 
       
    34 USERINCLUDE    ../include
       
    35 USERINCLUDE    ../songhistoryinc
       
    36 USERINCLUDE    ../streamsourceinc
       
    37 USERINCLUDE    ../uiinc
       
    38 USERINCLUDE    ../settingsinc
       
    39 
       
    40 // Default system include paths for application layer modules.
       
    41 APP_LAYER_SYSTEMINCLUDE
       
    42 
       
    43 LIBRARY             bafl.lib
       
    44 LIBRARY             charconv.lib
       
    45 LIBRARY             efsrv.lib
       
    46 LIBRARY             euser.lib
       
    47 LIBRARY             edbms.lib  
       
    48 LIBRARY             estor.lib
       
    49 LIBRARY             irsettings.lib
       
    50 
       
    51             
       
    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
       
    63