syncmlfw/common/http/bld/nsmlhttp.mmp
changeset 0 b497e44ab2fc
child 9 57a65a3a658c
equal deleted inserted replaced
-1:000000000000 0:b497e44ab2fc
       
     1 /*
       
     2 * Copyright (c) 2002-2005 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 HTTP client
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 
       
    20 #include "defaultcaps.hrh"
       
    21 #include <platform_paths.hrh>
       
    22 
       
    23 
       
    24 CAPABILITY 	CAP_GENERAL_DLL
       
    25 VENDORID 	VID_DEFAULT
       
    26 TARGET          nsmlhttp.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 SOURCEPATH      ../src
       
    41 
       
    42 SOURCE          nsmldialiap.cpp nsmlhttpclient.cpp nsmlhttp.cpp
       
    43 SOURCE          NSmlXptShutdownTimer.cpp
       
    44 SOURCE		nsmlnetworkstatusengine.cpp
       
    45 
       
    46 
       
    47 MW_LAYER_SYSTEMINCLUDE
       
    48 SYSTEMINCLUDE			/epoc32/include/libc /epoc32/include/ecom	/epoc32/include/http
       
    49 #ifdef SYMBIAN_ENABLE_SPLIT_HEADERS
       
    50 SYSTEMINCLUDE			/epoc32/include/mw/http
       
    51 #endif
       
    52 
       
    53 USERINCLUDE     ../inc ../../inc ../../transport/inc ../../wbxml/inc ../../wbxml/inc/syncml ../../syncagent/inc ../../debug/inc 
       
    54 
       
    55 USERINCLUDE ../../xml/inc ../../xml/inc/syncml ../../xml/inc/devinf ../../wbxml/inc/devinf
       
    56 
       
    57 USERINCLUDE  ../../../../inc  // internal header include path
       
    58 
       
    59 LIBRARY         euser.lib 
       
    60 LIBRARY			commdb.lib 
       
    61 LIBRARY 		nsmldebug.lib
       
    62 LIBRARY			http.lib 
       
    63 LIBRARY			inetprotutil.lib 
       
    64 LIBRARY			bafl.lib 
       
    65 LIBRARY			nsmlxml.lib 
       
    66 LIBRARY			esock.lib
       
    67 LIBRARY			ecom.lib
       
    68 LIBRARY		    centralrepository.lib
       
    69 LIBRARY			nsmlagentcommon.lib
       
    70 LIBRARY			featmgr.lib
       
    71 LIBRARY			cmmanager.lib
       
    72 LIBRARY			ezlib.lib
       
    73 LIBRARY			connmon.lib
       
    74 LIBRARY         	connmonext.lib
       
    75 
       
    76 SMPSAFE