realtimenetprots/rtp/cfrtp/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 CFRTP implementation
       
    15 // 
       
    16 //
       
    17 
       
    18 /**
       
    19  @file
       
    20 */
       
    21 #ifdef SYMBIAN_NON_SEAMLESS_NETWORK_BEARER_MOBILITY
       
    22 #include "../data/bld.inf"
       
    23 #endif
       
    24 
       
    25 PRJ_EXPORTS
       
    26 ../inc/rtp_uid.h SYMBIAN_MW_LAYER_PLATFORM_EXPORT_PATH(rtp_uid.h)
       
    27 ../inc/rtp_proto_id.h		SYMBIAN_MW_LAYER_PLATFORM_EXPORT_PATH(rtp_proto_id.h)
       
    28 #ifdef SYMBIAN_NON_SEAMLESS_NETWORK_BEARER_MOBILITY
       
    29 ../inc/rtp_subconparams.h	SYMBIAN_MW_LAYER_PLATFORM_EXPORT_PATH(rtp_subconparams.h)
       
    30 ./cfrtp.iby          /epoc32/rom/include/cfrtp.iby
       
    31 
       
    32 PRJ_MMPFILES
       
    33 cfrtp.mmp
       
    34 
       
    35 PRJ_TESTMMPFILES
       
    36 #include "../test/bld.inf"
       
    37 #endif