messagingappbase/obexmtms/obexmtm/obexserver/group/obexServerMtm.mmp
changeset 0 72b543305e3a
child 23 238255e8b033
equal deleted inserted replaced
-1:000000000000 0:72b543305e3a
       
     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:
       
    15 *
       
    16 */
       
    17 
       
    18 /**
       
    19 @file
       
    20 
       
    21 @SYMPurpose obexservermtm.dll Base classes for bluetooth and IR server MTMs
       
    22 */
       
    23 
       
    24 TARGET			obexservermtm.dll
       
    25 TARGETTYPE		dll
       
    26 
       
    27 CAPABILITY ReadDeviceData WriteDeviceData ProtServ NetworkControl NetworkServices LocalServices ReaduserData WriteUserData
       
    28 UID				0x1000008d 0x10009ED1 //KObexServerMtmV1DllUid 
       
    29 VENDORID 0x70000001
       
    30 
       
    31 SOURCEPATH		../source
       
    32 SOURCE			obexServerMtm.cpp obexServerMtmDll.cpp 
       
    33 source			obexSendOp_common.cpp
       
    34 source			obexSendOp_debug.cpp
       
    35 source			obexSendOp_normal.cpp
       
    36 
       
    37 USERINCLUDE		../include 
       
    38 APP_LAYER_SYSTEMINCLUDE_SYMBIAN
       
    39 
       
    40 LIBRARY			euser.lib  msgs.lib
       
    41 LIBRARY			efsrv.lib
       
    42 LIBRARY			obexmtmutil.lib
       
    43 LIBRARY			irobex.lib  // For Obex object send
       
    44 LIBRARY			apmime.lib apgrfx.lib // For mime recognition in ObexSendOperation
       
    45   
       
    46 #ifdef WINSCW
       
    47 DEFFILE		v2_obexservermtm.DEF
       
    48 #else
       
    49 DEFFILE		v2_obexservermtm.def
       
    50 #endif
       
    51 
       
    52 
       
    53 
       
    54 
       
    55 SMPSAFE