telephonyprotocols/rawipnif/group/RawIpNif.iby
changeset 0 3553901f7fa8
child 15 fc69e1e37771
child 23 6b1d113cdff3
equal deleted inserted replaced
-1:000000000000 0:3553901f7fa8
       
     1 // Copyright (c) 2004-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 // RawIp.iby
       
    15 // 
       
    16 //
       
    17 
       
    18 #ifndef __RAWIP_IBY__
       
    19 #define __RAWIP_IBY__
       
    20 
       
    21 #include <packetlogger.iby>
       
    22 
       
    23 // The default BCA is C32, but may be replaced by another BCA if desired
       
    24 #include <c32bca.iby>
       
    25 
       
    26 #ifdef _DEBUG
       
    27 
       
    28 #ifdef _ZERO_COPY_NETWORKING
       
    29 ECOM_PLUGIN_UDEB(rawip2.dll,10286AF7.rss)
       
    30 #else
       
    31 ECOM_PLUGIN_UDEB(rawip.dll,10281C4E.rss)
       
    32 #endif //_ZERO_COPY_NETWORKING
       
    33 
       
    34 #else
       
    35 
       
    36 #ifdef _ZERO_COPY_NETWORKING
       
    37 ECOM_PLUGIN(rawip2.dll,10286AF7.rss)
       
    38 #else
       
    39 ECOM_PLUGIN(rawip.dll,10281C4E.rss)
       
    40 #endif //_ZERO_COPY_NETWORKING
       
    41 
       
    42 #endif // _DEBUG
       
    43 
       
    44 #endif // __RAWIP_IBY__