syncmlfw/common/obex/obexdmplugin/bld/nsmlobexdmplugin.mmp
changeset 0 b497e44ab2fc
child 27 5cc2995847ea
equal deleted inserted replaced
-1:000000000000 0:b497e44ab2fc
       
     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:  SyncML Obex plugin for Device Management
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 #include <defaultcaps.hrh>
       
    20 #include <platform_paths.hrh>
       
    21 
       
    22 TARGET      	nsmlobexdmplugin.dll
       
    23 TARGETTYPE	PLUGIN
       
    24 CAPABILITY	CAP_ECOM_PLUGIN
       
    25 VENDORID 	VID_DEFAULT
       
    26 // ECom Dll recognition UID followed by the unique UID for this dll
       
    27 UID 		0x10009D8D 0x101F968C
       
    28 
       
    29 #if defined(ARMCC)
       
    30 DEFFILE		./DEF/eabi
       
    31 #elif defined(WINSCW)
       
    32 DEFFILE		./DEF/bwinscw
       
    33 #elif defined(WINS)
       
    34 DEFFILE		./def/bwins
       
    35 #else
       
    36 DEFFILE		./def/bmarm
       
    37 #endif
       
    38 
       
    39 SOURCEPATH     	../src
       
    40 
       
    41 SOURCE      	NSmlObexDMplugin.cpp
       
    42 SOURCE      	NSmlProxy.cpp
       
    43 SOURCE          NSmlObexPacketWaiter.cpp
       
    44 SOURCE          NSmlDisListener.cpp
       
    45 SOURCE          NSmlPluginServiceTimer.cpp
       
    46 
       
    47 START RESOURCE 101f968c.rss
       
    48 TARGET		nsmlobexdmplugin.rsc
       
    49 END
       
    50 
       
    51 
       
    52 
       
    53 MW_LAYER_SYSTEMINCLUDE
       
    54 SYSTEMINCLUDE   /epoc32/include/libc /epoc32/include/ecom
       
    55 
       
    56 USERINCLUDE     ../inc 
       
    57 USERINCLUDE	../../../inc 
       
    58 USERINCLUDE	../../../transport/inc 
       
    59 USERINCLUDE	../../../obex/obexcommserver/inc 
       
    60 USERINCLUDE	../../../wbxml/inc 
       
    61 USERINCLUDE	../../../wbxml/inc/syncml 
       
    62 USERINCLUDE	../../../syncagent/inc 
       
    63 USERINCLUDE	../../../debug/inc 
       
    64 USERINCLUDE	../../../xml/inc 
       
    65 USERINCLUDE	../../../xml/inc/syncml 
       
    66 USERINCLUDE	../../../xml/inc/devinf 
       
    67 USERINCLUDE	../../../wbxml/inc/devinf
       
    68 USERINCLUDE	../../../sosserver_privateapi/inc
       
    69 USERINCLUDE ../../../alerthandler/inc
       
    70 USERINCLUDE ../../../sosserver/inc
       
    71 
       
    72 
       
    73 
       
    74 LIBRARY     euser.lib
       
    75 LIBRARY 	nsmldebug.lib
       
    76 LIBRARY     irobex.lib 
       
    77 LIBRARY		nsmlobexcommserver.lib
       
    78 LIBRARY		ecom.lib			
       
    79 LIBRARY		nsmlxml.lib
       
    80 LIBRARY		nsmlprivateapi.lib
       
    81 
       
    82 
       
    83 
       
    84 
       
    85 SMPSAFE