internetradio2.0/group/irdatastructures.mmp
changeset 14 896e9dbc5f19
parent 12 608f67c22514
child 15 065198191975
equal deleted inserted replaced
12:608f67c22514 14:896e9dbc5f19
     1 /*
       
     2 * Copyright (c) 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:
       
    15 *
       
    16 */
       
    17 
       
    18 #include 		<platform_paths.hrh>
       
    19 
       
    20 TARGET        irdatastructures.dll
       
    21 TARGETTYPE    dll
       
    22 UID            0x1000008d 0x2000B49A
       
    23 
       
    24 PAGED
       
    25 
       
    26 SOURCEPATH    ../datastructuressrc
       
    27 
       
    28 SOURCE		irbrowsecatagoryitems.cpp
       
    29 SOURCE		irchannelserverurl.cpp
       
    30 SOURCE		irisdspreset.cpp
       
    31 SOURCE		irbrowsechannelitems.cpp
       
    32 SOURCE		iradvertisement.cpp
       
    33 SOURCE		irotaupdate.cpp
       
    34 SOURCE		irlastplayedsongs.cpp
       
    35 
       
    36 USERINCLUDE    ../datastructuresinc
       
    37 USERINCLUDE    ../include
       
    38 
       
    39 // Default system include paths for application layer modules.
       
    40 APP_LAYER_SYSTEMINCLUDE
       
    41 
       
    42 LIBRARY             bafl.lib
       
    43 LIBRARY             estor.lib
       
    44 LIBRARY             euser.lib
       
    45 
       
    46 LIBRARY        flogger.lib
       
    47 
       
    48 //CAPABILITY NetworkServices ProtServ ReadDeviceData ReadUserData SwEvent UserEnvironment WriteDeviceData WriteUserData TrustedUI
       
    49 CAPABILITY				CAP_GENERAL_DLL
       
    50 
       
    51 #if defined( WINSCW )
       
    52 DEFFILE         ../bwinscw/ 
       
    53 #else
       
    54 DEFFILE         ../bmarm/ 
       
    55 #endif
       
    56