bluetoothcommsprofiles/btpan/group/panagt.mmp
changeset 0 29b1cd4cb562
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 // panagt.agt Bluetooth PAN profile implementation
       
    15 // 
       
    16 //
       
    17 
       
    18 /**
       
    19  @file
       
    20 */
       
    21 
       
    22 TARGET			panagt.agt //Recommended unpaged
       
    23 TARGETTYPE      DLL
       
    24 UID             0x10003d39 0x00000000
       
    25 VENDORID		0x70000001     
       
    26 
       
    27 SOURCEPATH      ../panagt
       
    28 SOURCE          panagt.cpp
       
    29 SOURCE          panagtremdev.cpp
       
    30 SOURCE          panagtincoming.cpp 
       
    31 SOURCE			panagtstates.cpp
       
    32 SOURCE          panagtutils.cpp
       
    33 SOURCE          panagtremdevstates.cpp
       
    34 SOURCE			panagtremdevselector.cpp
       
    35 SOURCE			panlocalsdphelper.cpp
       
    36 SOURCE			napuplinkauthorisationhelper.cpp
       
    37 SOURCE 			pancoexistenceconnectioncontroller.cpp
       
    38 
       
    39 
       
    40 USERINCLUDE     ../panagt
       
    41 USERINCLUDE		../inc
       
    42 USERINCLUDE		../../../bluetoothmgmt/btcommon/inc
       
    43 #ifdef SYMBIAN_NON_SEAMLESS_NETWORK_BEARER_MOBILITY
       
    44 USERINCLUDE		../panproviders/inc
       
    45 USERINCLUDE		../panmessages/inc
       
    46 #endif
       
    47 
       
    48 OS_LAYER_SYSTEMINCLUDE_SYMBIAN
       
    49 
       
    50 LIBRARY         euser.lib
       
    51 LIBRARY         commsfw.lib
       
    52 LIBRARY         esock.lib
       
    53 LIBRARY         esocksvr.lib
       
    54 LIBRARY         netmeta.lib
       
    55 LIBRARY         nifman.lib
       
    56 LIBRARY			bluetooth.lib
       
    57 LIBRARY         btextnotifiers.lib
       
    58 LIBRARY         btdevice.lib
       
    59 LIBRARY			panhelper.lib
       
    60 LIBRARY         sdpagent.lib
       
    61 LIBRARY         sdpdatabase.lib 	
       
    62 LIBRARY			nodemessages.lib
       
    63 #ifdef SYMBIAN_NON_SEAMLESS_NETWORK_BEARER_MOBILITY
       
    64 LIBRARY         panmessages.lib
       
    65 #endif
       
    66 
       
    67 NOEXPORTLIBRARY
       
    68 
       
    69 #ifdef WINS
       
    70 DEFFILE         /epoc32/release/wins/agent.def
       
    71 #elif defined(EABI)
       
    72 DEFFILE         /epoc32/include/def/eabi/agent.def
       
    73 #else
       
    74 DEFFILE         /epoc32/release/marm/agent.def
       
    75 #endif
       
    76 
       
    77 #include <bluetooth/btlogger.mmh>
       
    78 
       
    79 START WINS
       
    80 BASEADDRESS             0x47900000
       
    81 END
       
    82 
       
    83 // as c32exe
       
    84 CAPABILITY CommDD PowerMgmt ReadDeviceData WriteDeviceData TrustedUI ProtServ NetworkControl NetworkServices LocalServices ReadUserData WriteUserData
       
    85 
       
    86 SMPSAFE