diff -r 6646e488a904 -r 34fc115b8742 general/commsframework.iby --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/general/commsframework.iby Fri Jun 11 14:52:21 2010 +0300 @@ -0,0 +1,150 @@ +// Copyright (c) 2008-2009 Nokia Corporation and/or its subsidiary(-ies). +// All rights reserved. +// This component and the accompanying materials are made available +// under the terms of "Eclipse Public License v1.0" +// which accompanies this distribution, and is available +// at the URL "http://www.eclipse.org/legal/epl-v10.html". +// +// Initial Contributors: +// Nokia Corporation - initial contribution. +// +// Contributors: +// +// Description: +// ROM include description for all networking and comms-infras components. +// +// + +/** + @file +*/ + + +#ifndef __NETWORK_IBY__ +#define __NETWORK_IBY__ + +#define SYMBIAN_NETWORKING_UPS + +//========================================================== +//================ Networking Components =================== +//========================================================== + +//================ Comms-Infras Subsystem ================== +#include + +#include +#include + +#include +#include +#include + +#ifdef SYMBIAN_ZERO_COPY_NETWORKING +#include +#else +#include +#endif + +#include + +//Elements +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include + +#include +#include +#include +#include +#ifdef SYMBIAN_NETWORKING_UPS +#include +#include +#endif +#include +#include +#include + +//================ Networking Subsystem ==================== + +// tcpip6 components +#include +#include +#include +#include + +//Napt +#include + +// SSL +#include + +//Netcon, agents and test dialog server +#include +#include +#include + + +#include + +//PPP and compressor modules +#include +#include + + +#include + +//Ethernet and DHCP +// Note, DHCP may exist without ethernet, for example in a GPRS system. + +#ifdef HAS_ETHERNET +#include +#endif // HAS_ETHERNET + +#include +#include + +//QoS Components +#include +#include +#include +#include +#include + +#include +// SYMBIAN_NETWORKING_UMTSR5 + + +#include + +#include +#include +#include +#include + +#ifdef SYMBIAN_INCLUDE_PUNYCODE +#include +#endif //SYMBIAN_INCLUDE_PUNYCODE + +REM --- DNS Proxy + +#ifndef SYMBIAN_EXCLUDE_DNS_Proxy +#include +#endif + +REM --- TimzoneLocalization - needed for libc.dll +#include + +#endif // __NETWORK_IBY__