internetradio2.0/irnetworkcontroller/group/irnetworkcontroller.mmp
changeset 14 896e9dbc5f19
child 15 065198191975
equal deleted inserted replaced
12:608f67c22514 14:896e9dbc5f19
       
     1 /*
       
     2 * Copyright (c) 2006 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        irnetworkcontroller.dll
       
    21 TARGETTYPE    dll
       
    22 UID           0x1000008d 0x2000B4A2
       
    23 
       
    24 PAGED
       
    25 
       
    26 SOURCEPATH    ../src
       
    27 
       
    28 SOURCE        	irnetworkcontroller.cpp
       
    29 SOURCE		    irnetworkobserver.cpp
       
    30 SOURCE		    irdatatransfertracker.cpp
       
    31 SOURCE          irfilteredapreader.cpp
       
    32 
       
    33 USERINCLUDE     ../inc
       
    34 USERINCLUDE     ../../inc
       
    35 USERINCLUDE     ../../irsettings/inc
       
    36 
       
    37 
       
    38 // Default system include paths for application layer modules.
       
    39 APP_LAYER_SYSTEMINCLUDE
       
    40 // TODO will be removed after the changes of /epoc32/include
       
    41 SYSTEMINCLUDE   OS_LAYER_PUBLIC_EXPORT_PATH(http)
       
    42 SYSTEMINCLUDE   MW_LAYER_PUBLIC_EXPORT_PATH(http)
       
    43 
       
    44 SMPSAFE
       
    45 
       
    46 LIBRARY             bafl.lib
       
    47 LIBRARY             centralrepository.lib
       
    48 LIBRARY             commdb.lib
       
    49 LIBRARY             commsdat.lib
       
    50 LIBRARY             connmon.lib
       
    51 LIBRARY             esock.lib
       
    52 LIBRARY             euser.lib
       
    53 LIBRARY             featdiscovery.lib
       
    54 LIBRARY             irsettings.lib
       
    55 LIBRARY             http.lib
       
    56 LIBRARY 	        inetprotutil.lib
       
    57 LIBRARY 	        cmmanager.lib
       
    58 LIBRARY             extendedconnpref.lib
       
    59 LIBRARY             netmeta.lib
       
    60 LIBRARY             flogger.lib
       
    61 
       
    62 //CAPABILITY NetworkServices ProtServ ReadDeviceData ReadUserData SwEvent UserEnvironment WriteDeviceData WriteUserData TrustedUI
       
    63 CAPABILITY				CAP_GENERAL_DLL
       
    64 
       
    65 #if defined( WINSCW )
       
    66 DEFFILE         ../bwinscw/ 
       
    67 #else
       
    68 DEFFILE         ../bmarm/ 
       
    69 #endif
       
    70 
       
    71