diff -r 9d7ce34704c8 -r b564fb5fd78b general/commsframework.iby --- a/general/commsframework.iby Tue Aug 31 16:25:36 2010 +0300 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,151 +0,0 @@ -// 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 -#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__