syncmlfw/common/obex/obexserverbinding/bld/nsmlobexserverbinding.mmp
changeset 0 b497e44ab2fc
child 37 58ccf230e26b
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 server binding
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 #include <platform_paths.hrh>
       
    20 
       
    21 
       
    22 #include "defaultcaps.hrh"
       
    23 
       
    24 CAPABILITY 	CAP_GENERAL_DLL
       
    25 VENDORID 	VID_DEFAULT
       
    26 TARGET          nsmlobexserverbinding.dll
       
    27 TARGETTYPE      dll
       
    28 UID		0x101F6DE4 270495204
       
    29 
       
    30 #if defined(ARMCC)
       
    31 DEFFILE		./DEF/eabi
       
    32 #elif defined(WINSCW)
       
    33 DEFFILE		./DEF/bwinscw
       
    34 #elif defined(WINS)
       
    35 DEFFILE		./def/bwins
       
    36 #else
       
    37 DEFFILE		./def/bmarm
       
    38 #endif
       
    39 
       
    40 MW_LAYER_SYSTEMINCLUDE
       
    41 
       
    42 SYSTEMINCLUDE   /epoc32/include/libc 
       
    43 
       
    44 SOURCEPATH      ../src
       
    45 USERINCLUDE     ../inc
       
    46 USERINCLUDE	../../../../common/transport/inc
       
    47 USERINCLUDE	../../../../common/debug/inc
       
    48 USERINCLUDE	../../../../common/inc
       
    49 USERINCLUDE	../../../../common/syncagent/inc
       
    50 USERINCLUDE	../../obexcommserver/inc
       
    51 
       
    52 SOURCE		nsmlobexserverbinding.cpp
       
    53 
       
    54 
       
    55 LIBRARY     euser.lib 
       
    56 LIBRARY		nsmldebug.lib 
       
    57 LIBRARY		nsmlobexcommserver.lib
       
    58 
       
    59 #ifdef ARMCC
       
    60 LIBRARY ecom.lib
       
    61 #endif
       
    62 
       
    63 SMPSAFE