messagingappbase/obexmtms/btmtm/btserver/group/btsmtm.mmp
changeset 80 8b14b30db193
parent 0 72b543305e3a
child 23 238255e8b033
equal deleted inserted replaced
79:2981cb3aa489 80:8b14b30db193
       
     1 // Copyright (c) 2001-2009 Nokia Corporation and/or its subsidiary(-ies).
       
     2 // All rights reserved.
       
     3 // This component and the accompanying materials are made available
       
     4 // under the terms of "Eclipse Public License v1.0"
       
     5 // which accompanies this distribution, and is available
       
     6 // at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     7 //
       
     8 // Initial Contributors:
       
     9 // Nokia Corporation - initial contribution.
       
    10 //
       
    11 // Contributors:
       
    12 //
       
    13 // Description:
       
    14 // $Workfile: btsmtm.mmp $
       
    15 // $Author: Stevep $
       
    16 // $Revision: 12 $
       
    17 // $Date: 4/12/01 11:51 $
       
    18 // btsmtm.dll Bluetooth server MTM
       
    19 // btmtm.rsc OBEX MTM registration resource file
       
    20 // 
       
    21 //
       
    22 
       
    23 /**
       
    24  @file
       
    25 */
       
    26 
       
    27 
       
    28 TARGET		btsmtm.dll
       
    29 TARGETTYPE	dll
       
    30 
       
    31 CAPABILITY ReadDeviceData WriteDeviceData ProtServ NetworkControl NetworkServices LocalServices ReaduserData WriteUserData
       
    32 TARGETPATH	/system/libs
       
    33 UID		0x10003C5E 0x10009ED4	// 0x10003C5E = KUidMtmServerComponent
       
    34 VENDORID 0x70000001
       
    35 								// 0x10009ED4 = KBtServerMtmV1DllUid 
       
    36 
       
    37 SOURCEPATH	../source
       
    38 SOURCE		btsmtm.cpp btsmtmdll.cpp  btsendop.cpp  
       
    39 
       
    40 USERINCLUDE	../include ../../../../../../../mw/messagingmw/messagingfw/msgsrvnstore/server/inc
       
    41 USERINCLUDE ../../btclient/Include
       
    42 APP_LAYER_SYSTEMINCLUDE_SYMBIAN
       
    43 
       
    44 SOURCEPATH	.
       
    45 START RESOURCE	btmtm.rss
       
    46 TARGETPATH      resource/messaging/mtm
       
    47 END
       
    48 
       
    49 
       
    50 LIBRARY		euser.lib msgs.lib
       
    51 LIBRARY		obexservermtm.lib	//CObexServerSendOperation, CObexServerMtm
       
    52 LIBRARY		irobex.lib	//CObexClient
       
    53 LIBRARY		obexmtmutil.lib	//CObexHeader
       
    54 LIBRARY		btcmtm.lib		//CBtHeader
       
    55 LIBRARY		bluetooth.lib	//TBTDevAddr etc.
       
    56 LIBRARY		esock.lib		//TSockAddr...
       
    57 
       
    58 #ifdef WINSCW
       
    59 DEFFILE		BTSMTM.DEF   
       
    60 #else
       
    61 DEFFILE		btsmtm.def
       
    62 #endif
       
    63 SMPSAFE