hti/HtiCommPlugins/HtiBtCommPlugin/group/HtiBtCommEcomPlugin.mmp
branchRCL_3
changeset 59 8ad140f3dd41
parent 0 a03f92240627
equal deleted inserted replaced
49:7fdc9a71d314 59:8ad140f3dd41
       
     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:  ECOM Plugin project to support communication over serial port
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 #include <platform_paths.hrh>
       
    20 
       
    21 TARGET          HtiBtCommEcomPlugin.dll
       
    22 TARGETTYPE      PLUGIN
       
    23 
       
    24 // ECom Dll recognition UID followed by the unique UID for this dll
       
    25 UID             0x10009D8D 0x200212CB
       
    26 
       
    27 VENDORID        0x101FB657
       
    28 
       
    29 CAPABILITY      ALL -TCB
       
    30 
       
    31 SOURCEPATH      ../HtiBtCommEcomPlugin/src
       
    32 SOURCE          proxy.cpp
       
    33 SOURCE          HtiBtCommEcomPlugin.cpp
       
    34 
       
    35 USERINCLUDE     ../HtiBtCommEcomPlugin/inc ../BtEngine/inc ../HtiBtCommServer/inc
       
    36 OS_LAYER_SYSTEMINCLUDE
       
    37 
       
    38 START RESOURCE  ../data/200212CB.rss
       
    39 TARGET          HtiBtCommEcomPlugin.rsc
       
    40 END
       
    41 
       
    42 LIBRARY         euser.lib
       
    43 LIBRARY         ecom.lib
       
    44 LIBRARY         c32.lib
       
    45 LIBRARY         hticfg.lib
       
    46 LIBRARY         htibtcomminterface.lib
       
    47 LIBRARY         flogger.lib
       
    48 
       
    49 SMPSAFE
       
    50 
       
    51 // End of file