realtimenetprots/rtp/shimrtp/group/bld.inf
changeset 0 307788aac0a8
child 19 b5e99d8877c7
equal deleted inserted replaced
-1:000000000000 0:307788aac0a8
       
     1 // Copyright (c) 2005-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 // build the SHIM RTP implementation
       
    15 // 
       
    16 //
       
    17 
       
    18 /**
       
    19  @file
       
    20 */
       
    21 
       
    22 PRJ_EXPORTS
       
    23 
       
    24 ./shimrtp.iby  /epoc32/rom/include/shimrtp.iby
       
    25 ../inc/rtp.h		SYMBIAN_MW_LAYER_PUBLIC_EXPORT_PATH(rtp.h)
       
    26 #ifdef SYMBIAN_ENABLE_SPLIT_HEADERS
       
    27 ../inc/rtpsession_internal.h	SYMBIAN_MW_LAYER_PLATFORM_EXPORT_PATH(rtpsession_internal.h)
       
    28 #endif
       
    29 ../inc/rtpprepostprocessingcallback.h SYMBIAN_MW_LAYER_PLATFORM_EXPORT_PATH(rtpprepostprocessingcallback.h)
       
    30 
       
    31 ../inc/rtcp.h SYMBIAN_MW_LAYER_PUBLIC_EXPORT_PATH(rtcp.h)
       
    32 ../inc/rtp.inl SYMBIAN_MW_LAYER_PLATFORM_EXPORT_PATH(rtp.inl)
       
    33 
       
    34 PRJ_MMPFILES
       
    35 
       
    36 rtp.mmp
       
    37 rtpremoved.mmp
       
    38 
       
    39 PRJ_TESTMMPFILES
       
    40 #include "../test/bld.inf"
       
    41