bluetooth/btcomm/src/btcomm.mmp
changeset 0 29b1cd4cb562
equal deleted inserted replaced
-1:000000000000 0:29b1cd4cb562
       
     1 // Copyright (c) 1997-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 // btcomm.csy C32 based virtual serial port support (for legacy applications)
       
    15 // 
       
    16 //
       
    17 
       
    18 /**
       
    19  @file
       
    20 */
       
    21 
       
    22 
       
    23 #include "../../../bluetoothmgmt/btcommon/config.cfg"
       
    24 
       
    25 TARGET        btcomm.csy //Recommended unpaged
       
    26 CAPABILITY CommDD PowerMgmt ReadDeviceData WriteDeviceData TrustedUI ProtServ NetworkControl NetworkServices LocalServices ReadUserData WriteUserData
       
    27 TARGETTYPE    DLL
       
    28 //UID           0x10005053 0x1000024e
       
    29 UID           0x10005054 0x101F3C81
       
    30 VENDORID 0x70000001
       
    31 
       
    32 SOURCEPATH    .
       
    33 SOURCE        btcomm.cpp
       
    34 SOURCE 	      locker.cpp
       
    35 SOURCE 	      PORTPROXY.CPP
       
    36 SOURCE	      portstate.cpp
       
    37 SOURCE	      states.cpp
       
    38 SOURCE 	      reader.cpp
       
    39 SOURCE 	      writer.cpp btcommutil.cpp
       
    40 SOURCE 	      sdpclientcsy.cpp BTSimTimer.cpp
       
    41 SOURCE 	      sockservconnector.cpp
       
    42 
       
    43 USERINCLUDE   . 
       
    44 USERINCLUDE   ../../../bluetoothmgmt/btcommon/inc 
       
    45 USERINCLUDE ../../../bluetoothmgmt/bluetoothclientlib/inc
       
    46 OS_LAYER_SYSTEMINCLUDE_SYMBIAN
       
    47 LIBRARY       euser.lib c32.lib esock.lib  bluetooth.lib 
       
    48 LIBRARY	      sdpdatabase.lib btmanclient.lib
       
    49 
       
    50 #include <bluetooth/btlogger.mmh>
       
    51 DEFFILE	      btcomm.def
       
    52 
       
    53 START WINS
       
    54     BASEADDRESS 0x41b00000
       
    55 END
       
    56 
       
    57 SMPSAFE