htiui/HtiCommPlugins/HtiBtCommPlugin/group/HtiBtSerialComHelper.mmp
changeset 0 d6fe6244b863
equal deleted inserted replaced
-1:000000000000 0:d6fe6244b863
       
     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 APP_LAYER_SYSTEMINCLUDE
       
    41 
       
    42 LIBRARY         apparc.lib
       
    43 LIBRARY         avkon.lib
       
    44 LIBRARY         eikcoctl.lib
       
    45 LIBRARY         eikcore.lib
       
    46 LIBRARY         bafl.lib
       
    47 LIBRARY         bluetooth.lib
       
    48 LIBRARY         btextnotifiers.lib
       
    49 LIBRARY         btmanclient.lib
       
    50 LIBRARY         btdevice.lib
       
    51 LIBRARY         btengsettings.lib
       
    52 LIBRARY         cone.lib
       
    53 LIBRARY         efsrv.lib
       
    54 LIBRARY         esock.lib
       
    55 LIBRARY         euser.lib
       
    56 LIBRARY         flogger.lib
       
    57 LIBRARY         sdpagent.lib
       
    58 LIBRARY         sdpdatabase.lib
       
    59 
       
    60 SMPSAFE
       
    61 
       
    62 // End of file