messagingappbase/obexmtms/irmtm/irclient/group/ircmtm.MMP
changeset 0 72b543305e3a
child 23 238255e8b033
equal deleted inserted replaced
-1:000000000000 0:72b543305e3a
       
     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: ircmtm.MMP $
       
    15 // $Author: Stevep $
       
    16 // $Revision: 10 $
       
    17 // $Date: 22/03/02 10:38 $
       
    18 // irc.dll IrDA client MTM for OBEX beaming
       
    19 // 
       
    20 //
       
    21 
       
    22 /**
       
    23  @file
       
    24 */
       
    25 
       
    26 
       
    27 TARGET			irc.dll
       
    28 TARGETTYPE		dll
       
    29 
       
    30 CAPABILITY All -TCB
       
    31 TARGETPATH      /system/libs
       
    32 UID		0x10003C5F 0x100053A1 // 0x10003C5F = KUidMtmClientComponent
       
    33 VENDORID 0x70000001
       
    34 
       
    35 SOURCEPATH	../source
       
    36 SOURCE			Ircmtm.cpp IRCMAIN.CPP irHeader.cpp
       
    37 SOURCE		CIRCancelObserver.cpp
       
    38 
       
    39 USERINCLUDE		../include ../../../../../../../mw/messagingmw/messagingfw/msgsrvnstore/server/inc
       
    40 APP_LAYER_SYSTEMINCLUDE_SYMBIAN
       
    41 
       
    42 LIBRARY			euser.lib msgs.lib  // imcm.lib etext.lib  
       
    43 LIBRARY         irda.lib//-- Obex object send
       
    44 LIBRARY			obexclientmtm.lib obexmtmutil.lib
       
    45 
       
    46 #ifdef WINSCW
       
    47 DEFFILE		IRC.DEF 
       
    48 #else
       
    49 DEFFILE		IRc.def
       
    50 #endif
       
    51 
       
    52 SMPSAFE