dbgagents/trkagent/engine/Isv_TrkEngine_s60.mmp
changeset 0 c6b0df440bee
equal deleted inserted replaced
-1:000000000000 0:c6b0df440bee
       
     1 /*
       
     2 * Copyright (c) 2009 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: 
       
    15 *
       
    16 */
       
    17 
       
    18 macro	__S60__
       
    19 
       
    20 #if(!defined __SERIES60_30__ && !defined __SERIES60_31__)
       
    21   #include <platform_paths.hrh>
       
    22 #endif
       
    23 
       
    24 TARGET		TrkEngine.dll
       
    25 TARGETTYPE	dll
       
    26 UID		0x00000000 0x200159D9
       
    27 
       
    28 VENDORID VID_DEFAULT
       
    29 CAPABILITY ALL -TCB -DRM
       
    30 
       
    31 SOURCEPATH	.
       
    32 
       
    33 SOURCE		TrkEngine.cpp TrkDispatchLayer.cpp TrkFramingLayer.cpp
       
    34 SOURCE		TrkSerialCommPort.cpp TrkBtSocketCommPort.cpp DateTimeConverter.cpp
       
    35 SOURCE 		TrkEngineModel.cpp TrkUsbPortListener.cpp TrkDbgTrcCommPort.cpp
       
    36 SOURCE		TrkSwInstall.cpp TrkSwInstUIHandler.cpp
       
    37 
       
    38 
       
    39 LIBRARY	efsrv.lib euser.lib c32.lib sishelper.lib
       
    40 LIBRARY eikcoctl.lib
       
    41 LIBRARY	esock.lib
       
    42 LIBRARY bluetooth.lib
       
    43 LIBRARY btextnotifiers.lib
       
    44 LIBRARY btmanclient.lib
       
    45 LIBRARY sdpagent.lib
       
    46 LIBRARY sdpdatabase.lib 
       
    47 LIBRARY	charconv.lib
       
    48 LIBRARY	flogger.lib
       
    49 LIBRARY SWInstCli.lib
       
    50 LIBRARY usbman.lib
       
    51 LIBRARY usbostcomm.lib
       
    52 LIBRARY sysutil.lib 
       
    53 LIBRARY	etel3rdparty.lib 
       
    54 
       
    55 
       
    56 #if defined (__SERIES60_30__) || defined(__SERIES60_31__)
       
    57   	SYSTEMINCLUDE	\epoc32\include
       
    58   	USERINCLUDE	..\eka2driver
       
    59 	
       
    60 	#if defined(WINS)
       
    61     deffile .\trkengU_win.def
       
    62 	#elif defined(EABI)
       
    63 	    deffile ..\eabi\isv_trkengine.def
       
    64 	#endif
       
    65 
       
    66 #else
       
    67     MW_LAYER_SYSTEMINCLUDE
       
    68 	USERINCLUDE	../eka2driver
       
    69 	#if defined(WINS)
       
    70     deffile ./trkengU_win.def
       
    71 	#elif defined(EABI)
       
    72 	    deffile ../eabi/isv_trkengine.def
       
    73 	#endif
       
    74 #endif
       
    75 nostrictdef
       
    76