localconnectivityservice/obexreceiveservices/bip/group/obexservicebip.mmp
branchRCL_3
changeset 39 4096754ee773
parent 38 3dcb815346df
child 40 52a167391590
equal deleted inserted replaced
38:3dcb815346df 39:4096754ee773
     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 
       
    45 LIBRARY         euser.lib           // Base library
       
    46 LIBRARY         irobex.lib          // For Object exchange
       
    47 LIBRARY         efsrv.lib
       
    48 LIBRARY	    	imageconversion.lib
       
    49 LIBRARY         bafl.lib
       
    50 LIBRARY         obexutils.lib 
       
    51 LIBRARY         ecom.lib
       
    52 LIBRARY         aknnotify.lib
       
    53 LIBRARY         avkon.lib
       
    54 LIBRARY         sysutil.lib
       
    55 LIBRARY         platformenv.lib
       
    56 LIBRARY			esock.lib
       
    57 LIBRARY 		bluetooth.lib                       // Bluetooth libraries
       
    58 LIBRARY 		btdevice.lib                        // Bluetooth library
       
    59 LIBRARY			btmanclient.lib
       
    60 
       
    61 //Bteng APIs
       
    62 LIBRARY 		btengdevman.lib				//btengdevman.dll
       
    63 LIBRARY 		btengsettings.lib			//btengsettings.dll
       
    64 LIBRARY 		btengconnman.lib			//btengconnman.dll
       
    65 
       
    66 
       
    67 DEBUGLIBRARY 	flogger.lib         // For logging
       
    68 
       
    69 // End of File