localconnectivityservice/obexreceiveservices/opp/group/obexserviceopp.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: 
       
    15 *    This is project specification file for the mtmuiserverbluetooth.
       
    16 *     
       
    17 *
       
    18 */
       
    19 
       
    20 #include <platform_paths.hrh>
       
    21 
       
    22 
       
    23 TARGET        obexserviceopp.dll
       
    24 CAPABILITY    CAP_GENERAL_DLL
       
    25 TARGETTYPE    PLUGIN
       
    26 UID           0x10009d8d 0x101F8636
       
    27 VENDORID      VID_DEFAULT
       
    28 
       
    29 SOURCEPATH    ../src
       
    30 SOURCE        obexserviceopp.cpp
       
    31 SOURCE        oppcontroller.cpp 
       
    32 
       
    33 START RESOURCE  ../data/101F8636.rss
       
    34   TARGET        obexserviceopp.rsc
       
    35 END
       
    36 
       
    37 
       
    38 USERINCLUDE   ../inc
       
    39 SYSTEMINCLUDE  ../../../inc ../../../../inc  /epoc32/include/ecom
       
    40 MW_LAYER_SYSTEMINCLUDE
       
    41 
       
    42 LIBRARY         obexutils.lib 
       
    43 LIBRARY         euser.lib
       
    44 LIBRARY         efsrv.lib
       
    45 LIBRARY 		servicehandler.lib 
       
    46 LIBRARY			avkon.lib
       
    47 LIBRARY         irobex.lib          // For Object exchange
       
    48 LIBRARY	    	imageconversion.lib
       
    49 LIBRARY         bafl.lib
       
    50 LIBRARY         ecom.lib
       
    51 LIBRARY         sysutil.lib
       
    52 LIBRARY			esock.lib
       
    53 LIBRARY			charconv.lib aknnotify.lib eiksrv.lib
       
    54 LIBRARY         platformenv.lib
       
    55 LIBRARY 		bluetooth.lib                       // Bluetooth libraries
       
    56 LIBRARY 		btdevice.lib                        // Bluetooth library
       
    57 LIBRARY			btmanclient.lib
       
    58 
       
    59 //Bteng APIs
       
    60 LIBRARY 		btengdevman.lib				//btengdevman.dll
       
    61 LIBRARY 		btengsettings.lib			//btengsettings.dll
       
    62 LIBRARY 		btengconnman.lib			//btengconnman.dll
       
    63 
       
    64 DEBUGLIBRARY	flogger.lib