general/commsframework.iby
branchRCL_3
changeset 26 b564fb5fd78b
parent 25 9d7ce34704c8
child 27 5ebd530e523b
equal deleted inserted replaced
25:9d7ce34704c8 26:b564fb5fd78b
     1 // Copyright (c) 2008-2009 Nokia Corporation and/or its subsidiary(-ies).
       
     2 // All rights reserved.
       
     3 // This component and the accompanying materials are made available
       
     4 // under the terms of "Eclipse Public License v1.0"
       
     5 // which accompanies this distribution, and is available
       
     6 // at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     7 //
       
     8 // Initial Contributors:
       
     9 // Nokia Corporation - initial contribution.
       
    10 //
       
    11 // Contributors:
       
    12 //
       
    13 // Description:
       
    14 // ROM include description for all networking and comms-infras components.
       
    15 // 
       
    16 //
       
    17 
       
    18 /**
       
    19  @file
       
    20 */
       
    21 
       
    22 
       
    23 #ifndef __NETWORK_IBY__
       
    24 #define __NETWORK_IBY__
       
    25 
       
    26 #define SYMBIAN_NETWORKING_UPS
       
    27 
       
    28 //==========================================================
       
    29 //================ Networking Components ===================
       
    30 //==========================================================
       
    31 
       
    32 //================ Comms-Infras Subsystem ==================
       
    33 #include <commslog.iby>
       
    34 #include <cntmodel.iby>
       
    35 
       
    36 #include <commdb.iby>	
       
    37 #include <commsdat.iby>
       
    38 
       
    39 #include <esock.iby>
       
    40 #include <nifman.iby>
       
    41 #include <commsrootserver.iby>
       
    42 
       
    43 #ifdef SYMBIAN_ZERO_COPY_NETWORKING
       
    44 #include <commsbufs.iby>
       
    45 #else
       
    46 #include <mbufmgr.iby>
       
    47 #endif
       
    48 
       
    49 #include <commsfw.iby>
       
    50 
       
    51 //Elements
       
    52 #include <messageintercept.iby>
       
    53 #include <commsfw.iby>
       
    54 #include <factories.iby>
       
    55 #include <meshmachine.iby>
       
    56 #include <NETMSG.iby>
       
    57 #include <NetInterfaces.iby>
       
    58 #include <NETMessages.iby>
       
    59 #include <NetMeta.iby>
       
    60 #include <NETSubscribe.iby>
       
    61 #include <nodemessages.iby>
       
    62 #include <ResponseMsg.iby>
       
    63 #include <rootserver.iby>
       
    64 #include <serverden.iby>
       
    65 #include <NETStSrv.iby>
       
    66 #include <NETSM.iby>
       
    67 #include <virtualconstructors.iby>
       
    68 
       
    69 #include <simpleselectorbase.iby>
       
    70 #include <coreproviders.iby>
       
    71 #include <coreprovidersecom.iby>
       
    72 #include <mobilitycoreproviders.iby>
       
    73 #ifdef SYMBIAN_NETWORKING_UPS
       
    74 #include <netups.iby>
       
    75 #include <upscoreproviders.iby>
       
    76 #endif
       
    77 #include <agentpr.iby>
       
    78 #include <agentprcore.iby>
       
    79 #include <netcfgext.iby>
       
    80 
       
    81 //================ Networking Subsystem ====================
       
    82 
       
    83 // tcpip6 components
       
    84 #include <tcpip6.iby>
       
    85 #include <dnd.iby>
       
    86 #include <inhook6.iby>
       
    87 #include <insock.iby>
       
    88 
       
    89 //Napt
       
    90 #include <napt.iby>
       
    91 
       
    92 // SSL
       
    93 #include <tls.iby>
       
    94 
       
    95 //Netcon, agents and test dialog server
       
    96 #include <CSD.IBY>
       
    97 #include <psdagt.iby>
       
    98 #include <nullagt.iby>
       
    99 
       
   100 
       
   101 #include <agentdialog.iby>
       
   102 
       
   103 //PPP and compressor modules
       
   104 #include <ppp.iby>
       
   105 #include <PREDCOMP.IBY>
       
   106 
       
   107 
       
   108 #include <rawipnif.iby>
       
   109 
       
   110 //Ethernet and DHCP
       
   111 // Note, DHCP may exist without ethernet, for example in a GPRS system.
       
   112 
       
   113 #ifdef HAS_ETHERNET
       
   114 #include <ether802.iby>
       
   115 #endif // HAS_ETHERNET
       
   116 
       
   117 #include <DHCPServ.iby>
       
   118 #include <ipeventnotifier.iby>
       
   119 
       
   120 //QoS Components
       
   121 #include <umtsif.iby>
       
   122 #include <pfqoslib.iby>
       
   123 #include <qos.iby>
       
   124 #include <guqos.iby>
       
   125 #include <qoslib.iby>
       
   126 
       
   127 #include <qosextnapi.iby>
       
   128 // SYMBIAN_NETWORKING_UMTSR5 
       
   129 
       
   130 
       
   131 #include <qos3gpp.iby>
       
   132 
       
   133 #include <ipproto.iby>
       
   134 #include <iptransport.iby>
       
   135 #include <pdp.iby>
       
   136 #include <QosIPSCPR.iby>
       
   137 
       
   138 #ifdef SYMBIAN_INCLUDE_PUNYCODE
       
   139 #include <punycodeconverter.iby>
       
   140 #endif //SYMBIAN_INCLUDE_PUNYCODE
       
   141 
       
   142 REM --- DNS Proxy 
       
   143 
       
   144 #ifndef SYMBIAN_EXCLUDE_DNS_Proxy 
       
   145 #include <networking_dnsproxy.iby>
       
   146 #endif 
       
   147 
       
   148 REM --- TimzoneLocalization - needed for libc.dll
       
   149 #include <timezonelocalization.iby>
       
   150 
       
   151 #endif // __NETWORK_IBY__