basebandabstraction/basebandchanneladaptor/group/bld.inf
changeset 0 3553901f7fa8
child 18 17af172ffa5f
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 // Baseband Channel Adaptor interface
       
    15 // 
       
    16 //
       
    17 
       
    18 /**
       
    19  @file
       
    20 */
       
    21 
       
    22 
       
    23 
       
    24 PRJ_PLATFORMS
       
    25 
       
    26 DEFAULT
       
    27 
       
    28 PRJ_EXPORTS
       
    29 
       
    30 ../Inc/Bca.h					SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(networking/bca.h)
       
    31 ../Inc/BcaFactory.h              SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(networking/bcafactory.h)
       
    32 #ifdef SYMBIAN_ZERO_COPY_NETWORKING
       
    33 ../Inc/bca2.h					SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(networking/bca2.h)
       
    34 ../Inc/Bca2Factory.h              SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(networking/bca2factory.h)
       
    35 #endif