htiui/HtiCommPlugins/HtiBtCommPlugin/group/HtiBtCommInterface.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:  HtiBtCommInterface. Client interface to HtiBtCommServer
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 #include <platform_paths.hrh>
       
    20 
       
    21 TARGET          HtiBtCommInterface.dll
       
    22 TARGETTYPE      DLL
       
    23 
       
    24 UID             0x200212D2
       
    25 DEFFILE         HtiBtCommInterface.def
       
    26 
       
    27 VENDORID       0x101FB657
       
    28 
       
    29 CAPABILITY      ALL -TCB
       
    30 
       
    31 SOURCEPATH      ../HtiBtCommServer/src
       
    32 SOURCE          HtiBtCommInterface.cpp
       
    33 
       
    34 USERINCLUDE     ../HtiBtCommServer/inc
       
    35 APP_LAYER_SYSTEMINCLUDE
       
    36 
       
    37 LIBRARY         euser.lib
       
    38 LIBRARY         htibtcommserver.lib
       
    39 LIBRARY         flogger.lib
       
    40 
       
    41 SMPSAFE
       
    42 
       
    43 // End of file