internetradio2.0/group/irnetworkcontroller.mmp
changeset 0 09774dfdd46b
child 3 ee64f059b8e1
equal deleted inserted replaced
-1:000000000000 0:09774dfdd46b
       
     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    ../networkcontrollersrc
       
    27 
       
    28 SOURCE        	irnetworkcontroller.cpp
       
    29 SOURCE		    irnetworkobserver.cpp
       
    30 SOURCE		    irdatatransfertracker.cpp
       
    31 SOURCE          irfilteredapreader.cpp
       
    32 
       
    33 USERINCLUDE     ../networkcontrollerinc
       
    34 USERINCLUDE     ../include
       
    35 USERINCLUDE     ../settingsinc
       
    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 LIBRARY             apengine.lib
       
    45 LIBRARY             bafl.lib
       
    46 LIBRARY             centralrepository.lib
       
    47 LIBRARY             commdb.lib
       
    48 LIBRARY             commsdat.lib
       
    49 LIBRARY             connmon.lib
       
    50 LIBRARY             esock.lib
       
    51 LIBRARY             euser.lib
       
    52 LIBRARY             featdiscovery.lib
       
    53 LIBRARY             irsettings.lib
       
    54 LIBRARY             http.lib
       
    55 LIBRARY 	        inetprotutil.lib
       
    56 LIBRARY 	        cmmanager.lib
       
    57 
       
    58 
       
    59 //test linker error
       
    60 LIBRARY cenrepnotifhandler.lib
       
    61 LIBRARY	commonengine.lib
       
    62 LIBRARY etel.lib
       
    63 LIBRARY etel3rdparty.lib
       
    64 LIBRARY etelmm.lib
       
    65 LIBRARY estor.lib
       
    66 LIBRARY efsrv.lib
       
    67 LIBRARY xmlframework.lib
       
    68 
       
    69 LIBRARY impapprotocolcontroller.lib
       
    70 LIBRARY imut.lib
       
    71 LIBRARY netmsg.lib
       
    72 LIBRARY netmeta.lib
       
    73 LIBRARY nifman.lib
       
    74 LIBRARY pops.lib
       
    75 LIBRARY responsemsg.lib
       
    76 LIBRARY smts.lib
       
    77 
       
    78 
       
    79 //test end
       
    80 
       
    81 
       
    82 LIBRARY        flogger.lib
       
    83 
       
    84 //CAPABILITY NetworkServices ProtServ ReadDeviceData ReadUserData SwEvent UserEnvironment WriteDeviceData WriteUserData TrustedUI
       
    85 CAPABILITY				CAP_GENERAL_DLL
       
    86 
       
    87 #if defined( WINSCW )
       
    88 DEFFILE         ../bwinscw/ 
       
    89 #else
       
    90 DEFFILE         ../bmarm/ 
       
    91 #endif
       
    92 
       
    93