internetradio2.0/group/iractiveidleengine.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:  ?Description
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 // To get the APP_LAYER_SYSTEMINCLUDE-definition
       
    20 #include 		<platform_paths.hrh>
       
    21 
       
    22 TARGET        iractiveidleengine.dll
       
    23 TARGETTYPE    dll
       
    24 UID 0x1000008d  0x2000B4A7      
       
    25 
       
    26 PAGED
       
    27 
       
    28 //source file
       
    29 SOURCEPATH	../activeidleengsrc
       
    30 
       
    31 SOURCE        iractiveidleeng.cpp
       
    32 SOURCE        iractiveidleengpubsub.cpp
       
    33 
       
    34 USERINCLUDE    ../activeidleenginc
       
    35 USERINCLUDE    ../include
       
    36 USERINCLUDE    ../uiinc
       
    37 USERINCLUDE    ../streamsourceinc
       
    38 
       
    39 APP_LAYER_SYSTEMINCLUDE
       
    40 
       
    41 SOURCEPATH	../resources
       
    42 
       
    43 START RESOURCE	internetradio.rss
       
    44 TARGETPATH resource/apps
       
    45 END
       
    46 
       
    47 LIBRARY                 estor.lib
       
    48 LIBRARY                 euser.lib
       
    49 
       
    50 LIBRARY            flogger.lib
       
    51 
       
    52 //CAPABILITY LocalServices Location NetworkServices PowerMgmt ProtServ ReadDeviceData ReadUserData SurroundingsDD SwEvent TrustedUI UserEnvironment WriteDeviceData WriteUserData
       
    53 CAPABILITY		CAP_GENERAL_DLL
       
    54 
       
    55 #if defined( WINSCW )
       
    56 DEFFILE         ../bwinscw/ 
       
    57 #else
       
    58 DEFFILE         ../bmarm/ 
       
    59 #endif
       
    60