general/commsframework.iby
changeset 40 34fc115b8742
child 65 41cc8e7ff496
equal deleted inserted replaced
34:6646e488a904 40:34fc115b8742
       
     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 
       
    35 #include <commdb.iby>	
       
    36 #include <commsdat.iby>
       
    37 
       
    38 #include <esock.iby>
       
    39 #include <nifman.iby>
       
    40 #include <commsrootserver.iby>
       
    41 
       
    42 #ifdef SYMBIAN_ZERO_COPY_NETWORKING
       
    43 #include <commsbufs.iby>
       
    44 #else
       
    45 #include <mbufmgr.iby>
       
    46 #endif
       
    47 
       
    48 #include <commsfw.iby>
       
    49 
       
    50 //Elements
       
    51 #include <messageintercept.iby>
       
    52 #include <commsfw.iby>
       
    53 #include <factories.iby>
       
    54 #include <meshmachine.iby>
       
    55 #include <NETMSG.iby>
       
    56 #include <NetInterfaces.iby>
       
    57 #include <NETMessages.iby>
       
    58 #include <NetMeta.iby>
       
    59 #include <NETSubscribe.iby>
       
    60 #include <nodemessages.iby>
       
    61 #include <ResponseMsg.iby>
       
    62 #include <rootserver.iby>
       
    63 #include <serverden.iby>
       
    64 #include <NETStSrv.iby>
       
    65 #include <NETSM.iby>
       
    66 #include <virtualconstructors.iby>
       
    67 
       
    68 #include <simpleselectorbase.iby>
       
    69 #include <coreproviders.iby>
       
    70 #include <coreprovidersecom.iby>
       
    71 #include <mobilitycoreproviders.iby>
       
    72 #ifdef SYMBIAN_NETWORKING_UPS
       
    73 #include <netups.iby>
       
    74 #include <upscoreproviders.iby>
       
    75 #endif
       
    76 #include <agentpr.iby>
       
    77 #include <agentprcore.iby>
       
    78 #include <netcfgext.iby>
       
    79 
       
    80 //================ Networking Subsystem ====================
       
    81 
       
    82 // tcpip6 components
       
    83 #include <tcpip6.iby>
       
    84 #include <dnd.iby>
       
    85 #include <inhook6.iby>
       
    86 #include <insock.iby>
       
    87 
       
    88 //Napt
       
    89 #include <napt.iby>
       
    90 
       
    91 // SSL
       
    92 #include <tls.iby>
       
    93 
       
    94 //Netcon, agents and test dialog server
       
    95 #include <CSD.IBY>
       
    96 #include <psdagt.iby>
       
    97 #include <nullagt.iby>
       
    98 
       
    99 
       
   100 #include <agentdialog.iby>
       
   101 
       
   102 //PPP and compressor modules
       
   103 #include <ppp.iby>
       
   104 #include <PREDCOMP.IBY>
       
   105 
       
   106 
       
   107 #include <rawipnif.iby>
       
   108 
       
   109 //Ethernet and DHCP
       
   110 // Note, DHCP may exist without ethernet, for example in a GPRS system.
       
   111 
       
   112 #ifdef HAS_ETHERNET
       
   113 #include <ether802.iby>
       
   114 #endif // HAS_ETHERNET
       
   115 
       
   116 #include <DHCPServ.iby>
       
   117 #include <ipeventnotifier.iby>
       
   118 
       
   119 //QoS Components
       
   120 #include <umtsif.iby>
       
   121 #include <pfqoslib.iby>
       
   122 #include <qos.iby>
       
   123 #include <guqos.iby>
       
   124 #include <qoslib.iby>
       
   125 
       
   126 #include <qosextnapi.iby>
       
   127 // SYMBIAN_NETWORKING_UMTSR5 
       
   128 
       
   129 
       
   130 #include <qos3gpp.iby>
       
   131 
       
   132 #include <ipproto.iby>
       
   133 #include <iptransport.iby>
       
   134 #include <pdp.iby>
       
   135 #include <QosIPSCPR.iby>
       
   136 
       
   137 #ifdef SYMBIAN_INCLUDE_PUNYCODE
       
   138 #include <punycodeconverter.iby>
       
   139 #endif //SYMBIAN_INCLUDE_PUNYCODE
       
   140 
       
   141 REM --- DNS Proxy 
       
   142 
       
   143 #ifndef SYMBIAN_EXCLUDE_DNS_Proxy 
       
   144 #include <networking_dnsproxy.iby>
       
   145 #endif 
       
   146 
       
   147 REM --- TimzoneLocalization - needed for libc.dll
       
   148 #include <timezonelocalization.iby>
       
   149 
       
   150 #endif // __NETWORK_IBY__