hti/HtiCommPlugins/HtiBtCommPlugin/group/HtiBtSerialComHelper.mmp
branchRCL_3
changeset 19 07b41fa8d1dd
parent 18 3406c99bc375
child 20 ca8a1b6995f6
equal deleted inserted replaced
18:3406c99bc375 19:07b41fa8d1dd
     1 /*
       
     2 * Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
       
     3 * All rights reserved.
       
     4 * This component and the accompanying materials are made available
       
     5 * under the terms of "Eclipse Public License v1.0"
       
     6 * which accompanies this distribution, and is available
       
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     8 *
       
     9 * Initial Contributors:
       
    10 * Nokia Corporation - initial contribution.
       
    11 *
       
    12 * Contributors:
       
    13 *
       
    14 * Description:  HtiBtSerialComHelper project definition.
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 #include <platform_paths.hrh>
       
    20 
       
    21 TARGET          HtiBtSerialComHelper.dll
       
    22 TARGETTYPE      DLL
       
    23 
       
    24 UID             0x1000008d 0x200212D3
       
    25 
       
    26 VENDORID        0x101FB657
       
    27 
       
    28 CAPABILITY      ALL -TCB
       
    29 
       
    30 SOURCEPATH      ../BtEngine/src
       
    31 SOURCE          timeouttimer.cpp
       
    32 SOURCE          socketsreader.cpp
       
    33 SOURCE          socketswriter.cpp
       
    34 SOURCE          BtSerialClient.cpp
       
    35 SOURCE          messageservicesearcher.cpp
       
    36 SOURCE          btservicesearcher.cpp
       
    37 SOURCE          sdpattributeparser.cpp
       
    38 
       
    39 USERINCLUDE     ../BtEngine/inc
       
    40 OS_LAYER_SYSTEMINCLUDE
       
    41 
       
    42 LIBRARY         bafl.lib
       
    43 LIBRARY         bluetooth.lib
       
    44 LIBRARY         btdevice.lib
       
    45 LIBRARY         btextnotifiers.lib
       
    46 LIBRARY         btmanclient.lib
       
    47 LIBRARY         btpowercontrol.lib
       
    48 LIBRARY         c32.lib
       
    49 LIBRARY         efsrv.lib
       
    50 LIBRARY         esock.lib
       
    51 LIBRARY         euser.lib
       
    52 LIBRARY         flogger.lib
       
    53 LIBRARY         sdpagent.lib
       
    54 LIBRARY         sdpdatabase.lib
       
    55 
       
    56 SMPSAFE
       
    57 
       
    58 // End of file