telephonyprotocols/rawipnif/group/RawIpNif.iby
author Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
Wed, 14 Apr 2010 17:11:46 +0300
branchRCL_3
changeset 8 3f227a47ad75
parent 7 fe8b59ab9fa0
child 9 2492a6e4aed7
permissions -rw-r--r--
Revision: 201015 Kit: 201015

// Copyright (c) 2004-2010 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:
// RawIp.iby
// 
//

#ifndef __RAWIP_IBY__
#define __RAWIP_IBY__

#include <packetlogger.iby>

// The default BCA is C32, but may be replaced by another BCA if desired
#include <c32bca.iby>

#ifdef _DEBUG

#ifdef _ZERO_COPY_NETWORKING
ECOM_PLUGIN_UDEB(rawip2.dll,10286AF7.rss)
#else
ECOM_PLUGIN_UDEB(rawip.dll,10281C4E.rss)
#endif //_ZERO_COPY_NETWORKING

#else

#ifdef _ZERO_COPY_NETWORKING
ECOM_PLUGIN(rawip2.dll,10286AF7.rss)
#else
ECOM_PLUGIN(rawip.dll,10281C4E.rss)
#endif //_ZERO_COPY_NETWORKING

#endif // _DEBUG

#ifdef _ZERO_COPY_NETWORKING
// patch data for CBcaController::BaseConstructL API
patchdata rawip2.dll@KMaxSendQueueLen 0x5
patchdata rawip2.dll@KMaxTxIPPacketSize 0x57a
patchdata rawip2.dll@KMaxRxIPPacketSize 0x7d2
#else
// patch data for CBcaController::BaseConstructL API
patchdata rawip.dll@KMaxSendQueueLen 0x5
patchdata rawip.dll@KMaxTxIPPacketSize 0x57a
patchdata rawip.dll@KMaxRxIPPacketSize 0x57a
#endif //_ZERO_COPY_NETWORKING

#endif // __RAWIP_IBY__