bluetoothcommsprofiles/btpan/group/bnep.mmp
changeset 0 29b1cd4cb562
child 47 a1b8f5cc021e
equal deleted inserted replaced
-1:000000000000 0:29b1cd4cb562
       
     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 // MACRO __INSTRUMENT_FUNCTION_ENTRY_EXIT
       
    15 // 
       
    16 //
       
    17 
       
    18 TARGET			bnep.drv //Recommended unpaged
       
    19 CAPABILITY		CommDD PowerMgmt ReadDeviceData WriteDeviceData TrustedUI ProtServ NetworkControl NetworkServices LocalServices ReadUserData WriteUserData
       
    20 TARGETTYPE		DLL
       
    21 UID				0x1000053F 0x10009b70
       
    22 VENDORID 		0x70000001
       
    23 
       
    24 SOURCEPATH		../bnep                    
       
    25 SOURCE		bneputils.cpp
       
    26 SOURCE		CBnepBridge.cpp 
       
    27 SOURCE		CBnepChannelController.cpp 
       
    28 SOURCE		CBnepLink.cpp                              
       
    29 SOURCE		CBnepLocalDevice.cpp 
       
    30 SOURCE		CBnepPktDrvFactory.cpp 
       
    31 SOURCE		CBTAddrSubscriber.cpp 
       
    32 SOURCE		CMultiAddrFilterTable.cpp
       
    33 SOURCE		CNetTypeFilterTable.cpp
       
    34 SOURCE		CSocketReader.cpp
       
    35 SOURCE		CSocketWriter.cpp               
       
    36 SOURCE		RBnepNotUnderstoodResponseControl.cpp                     
       
    37 SOURCE		RBnepFrame.cpp
       
    38 SOURCE		RBnepFilterMultiAddrResponseControl.cpp 
       
    39 SOURCE		RBnepFilterMultiAddrSetRequestControl.cpp 
       
    40 SOURCE		RBnepFilterNetTypeResponseControl.cpp
       
    41 SOURCE		RBnepFilterNetTypeSetRequestControl.cpp
       
    42 SOURCE		RBnepSetupConnectionRequestControl.cpp
       
    43 SOURCE		RBnepSetupConnectionResponseControl.cpp
       
    44 SOURCE		TBnepBTDevAddr.cpp
       
    45 
       
    46 USERINCLUDE   	../bnep
       
    47 #ifdef SYMBIAN_NON_SEAMLESS_NETWORK_BEARER_MOBILITY
       
    48 USERINCLUDE     ../panproviders/inc
       
    49 USERINCLUDE     ../panmessages/inc
       
    50 #endif
       
    51 
       
    52 USERINCLUDE ../inc
       
    53 
       
    54 OS_LAYER_SYSTEMINCLUDE_SYMBIAN
       
    55 USERINCLUDE   	/epoc32/include/networking	// This is a temporary fix pending the full solution of DEF50710
       
    56 
       
    57 LIBRARY			euser.lib
       
    58 LIBRARY			mbufmgr.lib
       
    59 LIBRARY         commsfw.lib
       
    60 LIBRARY			esock.lib
       
    61 LIBRARY         esocksvr.lib
       
    62 LIBRARY         netmeta.lib
       
    63 LIBRARY			bluetooth.lib
       
    64 LIBRARY			nodemessages.lib
       
    65 #ifdef SYMBIAN_NON_SEAMLESS_NETWORK_BEARER_MOBILITY
       
    66 LIBRARY         panmessages.lib
       
    67 #endif
       
    68 
       
    69 #include <bluetooth/btlogger.mmh>
       
    70 
       
    71 START WINS
       
    72     BASEADDRESS 0x7ff50000
       
    73 END
       
    74 
       
    75 
       
    76 LIBRARY			ethint.lib
       
    77 
       
    78 SMPSAFE