realtimenetprots/rtp/group/rtp.iby
changeset 0 307788aac0a8
equal deleted inserted replaced
-1:000000000000 0:307788aac0a8
       
     1 // Copyright (c) 2007-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 // Name     : rtp.iby
       
    15 // Part of  : rtp build
       
    16 // IBY file for Rtp component
       
    17 // 
       
    18 //
       
    19 
       
    20 #ifndef __RTP_IBY__
       
    21 #define __RTP_IBY__
       
    22 
       
    23 #include <shimrtp.iby>
       
    24 
       
    25 #ifdef SYMBIAN_EXCLUDE_RTP_RTCP
       
    26 REM Feature RTP not included in this rom
       
    27 #else
       
    28 
       
    29 #ifdef SYMBIAN_NON_SEAMLESS_NETWORK_BEARER_MOBILITY
       
    30 #include <cfrtp.iby>
       
    31 #endif //SYMBIAN_NON_SEAMLESS_NETWORK_BEARER_MOBILITY
       
    32 
       
    33 #endif //SYMBIAN_EXCLUDE_RTP_RTCP
       
    34 
       
    35 #endif //__RTP_IBY__