btobexprofiles/obexreceiveservices/bip/group/obexservicebip.mmp
branchRCL_3
changeset 56 9386f31cc85b
parent 55 613943a21004
child 61 269724087bed
equal deleted inserted replaced
55:613943a21004 56:9386f31cc85b
     1 /*
       
     2 * Copyright (c) 2002 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:  This is project specification file for the obexserviceopp.
       
    15 *
       
    16 *
       
    17 */
       
    18 
       
    19 #include <platform_paths.hrh>
       
    20 
       
    21 TARGET      obexservicebip.dll
       
    22 CAPABILITY  CAP_GENERAL_DLL
       
    23 TARGETTYPE  PLUGIN
       
    24 UID         0x10009d8d    0x101F8671
       
    25 VENDORID    VID_DEFAULT
       
    26 
       
    27 SOURCEPATH  ../src
       
    28 SOURCE      obexservicebip.cpp
       
    29 SOURCE      BIPController.cpp
       
    30 SOURCE	    BIPCapabilityHandler.cpp
       
    31 SOURCE      BIPXMLWriter.cpp
       
    32 SOURCE	    BIPImageHandler.cpp
       
    33 
       
    34 
       
    35 
       
    36 START RESOURCE  ../data/101F8671.rss
       
    37   TARGET        obexservicebip.rsc
       
    38 END
       
    39 
       
    40 
       
    41 USERINCLUDE ../inc
       
    42 SYSTEMINCLUDE  ../../../inc ../../../../inc
       
    43 MW_LAYER_SYSTEMINCLUDE
       
    44 SYSTEMINCLUDE  /epoc32/include/mw/hb/hbcore
       
    45 SYSTEMINCLUDE  /epoc32/include/mw/hb/hbwidgets
       
    46 SYSTEMINCLUDE  /epoc32/include/platform/mw/btservices
       
    47 
       
    48 LIBRARY         euser.lib           // Base library
       
    49 LIBRARY         irobex.lib          // For Object exchange
       
    50 LIBRARY         efsrv.lib
       
    51 LIBRARY	    	imageconversion.lib
       
    52 LIBRARY         bafl.lib
       
    53 LIBRARY         obexutils.lib 
       
    54 LIBRARY         ecom.lib
       
    55 LIBRARY         aknnotify.lib
       
    56 LIBRARY         avkon.lib
       
    57 LIBRARY         sysutil.lib
       
    58 LIBRARY         platformenv.lib
       
    59 LIBRARY			esock.lib
       
    60 LIBRARY 		bluetooth.lib                       // Bluetooth libraries
       
    61 LIBRARY 		btdevice.lib                        // Bluetooth library
       
    62 LIBRARY			btmanclient.lib
       
    63 
       
    64 //Bteng APIs
       
    65 LIBRARY 		btengdevman.lib				//btengdevman.dll
       
    66 LIBRARY 		btengsettings.lib			//btengsettings.dll
       
    67 LIBRARY 		btengconnman.lib			//btengconnman.dll
       
    68 LIBRARY			HbCore.lib		
       
    69 LIBRARY			HbWidgets.lib
       
    70 
       
    71 DEBUGLIBRARY 	flogger.lib         // For logging
       
    72 
       
    73 // End of File