syncmlfw/common/obex/obexdsplugin/bld/nsmlobexdsplugin.mmp
changeset 0 b497e44ab2fc
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 data syncronization
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 #include <defaultcaps.hrh>
       
    20 #include <data_caging_paths.hrh>
       
    21 #include <platform_paths.hrh>
       
    22 
       
    23 
       
    24 TARGET      	nsmlobexdsplugin.dll
       
    25 TARGETTYPE	PLUGIN
       
    26 // ECom Dll recognition UID followed by the unique UID for this dll
       
    27 UID 		0x10009D8D 0x101F9684
       
    28 CAPABILITY	CAP_ECOM_PLUGIN
       
    29 VENDORID 	VID_DEFAULT
       
    30 
       
    31 //MACRO __MDO_ENABLED
       
    32 
       
    33 #if defined(ARMCC)
       
    34 DEFFILE		./DEF/eabi
       
    35 #elif defined(WINSCW)
       
    36 DEFFILE		./DEF/bwinscw
       
    37 #elif defined(WINS)
       
    38 DEFFILE		./def/bwins
       
    39 #else
       
    40 DEFFILE		./def/bmarm
       
    41 #endif
       
    42 
       
    43 SOURCEPATH     	../src
       
    44 
       
    45 SOURCE      	NSmlObexDSplugin.cpp
       
    46 SOURCE      	Proxy.cpp
       
    47 SOURCE          DisListener.cpp
       
    48 SOURCE          PluginServiceTimer.cpp
       
    49 
       
    50 START RESOURCE 101f9684.rss
       
    51 TARGET		nsmlobexdsplugin.rsc
       
    52 END
       
    53 
       
    54 MW_LAYER_SYSTEMINCLUDE
       
    55 SYSTEMINCLUDE   /epoc32/include/libc /epoc32/include/ecom
       
    56 
       
    57 
       
    58 USERINCLUDE     ../inc 
       
    59 USERINCLUDE	../../../inc 
       
    60 USERINCLUDE	../../../alerthandler/inc 
       
    61 USERINCLUDE	../../../transport/inc 
       
    62 USERINCLUDE	../../../obex/obexcommserver/inc 
       
    63 USERINCLUDE	../../../wbxml/inc 
       
    64 USERINCLUDE	../../../wbxml/inc/syncml 
       
    65 USERINCLUDE	../../../syncagent/inc 
       
    66 USERINCLUDE	../../../debug/inc 
       
    67 USERINCLUDE	../../../xml/inc 
       
    68 USERINCLUDE	../../../xml/inc/syncml 
       
    69 USERINCLUDE	../../../xml/inc/devinf 
       
    70 USERINCLUDE	../../../wbxml/inc/devinf
       
    71 
       
    72 
       
    73 LIBRARY     euser.lib
       
    74 LIBRARY 	nsmldebug.lib
       
    75 LIBRARY     irobex.lib 
       
    76 LIBRARY		nsmlobexcommserver.lib
       
    77 LIBRARY		ecom.lib			
       
    78 LIBRARY		nsmlxml.lib
       
    79 LIBRARY		bluetooth.lib
       
    80 LIBRARY		esock.lib
       
    81 
       
    82 
       
    83 SMPSAFE