syncmlfw/common/obex/obexclient/bld/nsmlobexclient.mmp
changeset 0 b497e44ab2fc
child 25 b183ec05bd8c
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 client
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 
       
    20 #include <platform_paths.hrh>
       
    21 
       
    22 #include "defaultcaps.hrh"
       
    23 
       
    24 
       
    25 CAPABILITY 	CAP_GENERAL_DLL
       
    26 VENDORID 	VID_DEFAULT
       
    27 TARGET          nsmlobexclient.dll
       
    28 TARGETTYPE      dll
       
    29 UID		0x101F6DE4 270495204
       
    30 
       
    31 #if defined(ARMCC)
       
    32 DEFFILE		./DEF/eabi
       
    33 #elif defined(WINSCW)
       
    34 DEFFILE		./DEF/bwinscw
       
    35 #elif defined(WINS)
       
    36 DEFFILE		./def/bwins
       
    37 #else
       
    38 DEFFILE		./def/bmarm
       
    39 #endif
       
    40 
       
    41 SOURCEPATH      ../src
       
    42 
       
    43 SOURCE          NSmlObexClient.cpp NSmlObexServiceSearcher.cpp NSmlSdpAttributeParser.cpp NSmlBTServiceSearcher.cpp
       
    44 SOURCE			Obexsearcherbase.cpp
       
    45 SOURCE			Btobexsearcher.cpp
       
    46 SOURCE			Irdaobexsearcher.cpp
       
    47 SOURCE			Obexsearcherfactory.cpp
       
    48 SOURCE			Btconninfo.cpp
       
    49 
       
    50 MW_LAYER_SYSTEMINCLUDE
       
    51 
       
    52 SYSTEMINCLUDE   /epoc32/include/libc /epoc32/include/ecom ../inc ../../../transport/inc
       
    53 
       
    54 USERINCLUDE     ../inc ../../../inc ../../../transport/inc ../../../wbxml/inc ../../../wbxml/inc/syncml ../../../syncagent/inc  ../../../xml/inc
       
    55 USERINCLUDE     ../../../debug/inc
       
    56 USERINCLUDE	../../../xml/inc/syncml 
       
    57 USERINCLUDE	../../../xml/inc/devinf 
       
    58 USERINCLUDE	../../../wbxml/inc/devinf
       
    59 
       
    60 LIBRARY         euser.lib
       
    61 
       
    62 LIBRARY     	irobex.lib esock.lib bluetooth.lib 
       
    63 LIBRARY		irda.lib 
       
    64 LIBRARY         btextnotifiers.lib
       
    65 LIBRARY         sdpagent.lib
       
    66 LIBRARY         sdpdatabase.lib
       
    67 LIBRARY 	btdevice.lib
       
    68 LIBRARY         btengsettings.lib
       
    69 LIBRARY     nsmldebug.lib nsmlxml.lib nsmlwbxml.lib
       
    70 #ifdef ARMCC
       
    71 LIBRARY ecom.lib
       
    72 #endif
       
    73 
       
    74 SMPSAFE