bluetoothcommsprofiles/btpan/group/bld.inf
changeset 33 4e80e1b997a8
parent 0 29b1cd4cb562
child 48 22de2e391156
equal deleted inserted replaced
19:4b81101308c6 33:4e80e1b997a8
       
     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 // panagt.agt Bluetooth PAN profile implementation
       
    15 // 
       
    16 //
       
    17 
       
    18 /**
       
    19  @file
       
    20 */
       
    21 
       
    22 
       
    23 PRJ_PLATFORMS
       
    24 
       
    25 DEFAULT
       
    26 
       
    27 PRJ_EXPORTS
       
    28 
       
    29 ../inc/panprog.h SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(panprog.h)
       
    30 ../inc/panctrl.h SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(panctrl.h)
       
    31 ../inc/panerr.h SYMBIAN_OS_LAYER_PUBLIC_EXPORT_PATH(panerr.h)
       
    32 ../inc/BnepPacketNotifier.h SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(bluetooth/pan/bneppacketnotifier.h)
       
    33 ../inc/panuiinterfaces.h SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(networking/panuiinterfaces.h)
       
    34 ../inc/panroles.h 	SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(networking/panroles.h)
       
    35 ../group/btpan.iby  	/epoc32/rom/include/btpan.iby
       
    36 
       
    37 PRJ_MMPFILES
       
    38 
       
    39 ../group/bnep.mmp
       
    40 ../group/panagt.mmp
       
    41 ../group/panhelper.mmp
       
    42 
       
    43 // PAN NAP IP Hook
       
    44 #include "../pannapiphook/group/bld.inf"
       
    45 
       
    46 #ifdef SYMBIAN_NON_SEAMLESS_NETWORK_BEARER_MOBILITY
       
    47 // PAN providers & custom messages
       
    48 #include "../panproviders/group/bld.inf"
       
    49 #include "../panmessages/group/bld.inf"
       
    50 #endif