dbgagents/trkagent/engine/TrkEngine_tv.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 		__OEM_TRK__
       
    19 
       
    20 TARGET		TrkEngine.dll
       
    21 TARGETTYPE	dll
       
    22 UID		0x00000000 0x200159D9
       
    23 
       
    24 VENDORID 0x101FB657
       
    25 CAPABILITY ALL -TCB -DRM
       
    26 
       
    27 SOURCEPATH	.
       
    28 
       
    29 SOURCE		TrkEngine.cpp TrkDispatchLayer.cpp TrkFramingLayer.cpp TrkEngineModel.cpp
       
    30 SOURCE		TrkSerialCommPort.cpp TrkDccCommPort.cpp DateTimeConverter.cpp TrkUsbPortListener.cpp
       
    31 SOURCE		TrkBtSocketCommPort.cpp TrkDbgTrcCommPort.cpp
       
    32 SOURCE		TrkSwInstall.cpp TrkSwInstUIHandler.cpp
       
    33 
       
    34 SOURCEPATH	..\tcbclient
       
    35 SOURCE		TrkTcbCliSession.cpp TrkTcbClientUtils.cpp TrkTcbClientDefs.cpp
       
    36 
       
    37 LIBRARY		efsrv.lib euser.lib c32.lib usbman.lib sishelper.lib
       
    38 LIBRARY		esock.lib bluetooth.lib btextnotifiers.lib btmanclient.lib sdpagent.lib sdpdatabase.lib 
       
    39 LIBRARY 	usbostcomm.lib
       
    40 LIBRARY		sysutil.lib 
       
    41 LIBRARY		etel3rdparty.lib 
       
    42 
       
    43 SYSTEMINCLUDE	\epoc32\include
       
    44 
       
    45 
       
    46 USERINCLUDE	. 
       
    47 USERINCLUDE	..\dccdriver
       
    48 USERINCLUDE	..\eka2driver
       
    49 USERINCLUDE	..\tcbclient
       
    50 USERINCLUDE	..\tcbserver
       
    51 
       
    52 
       
    53 
       
    54 #if defined(WINS)
       
    55     deffile .\trkengU_win.def
       
    56 #elif defined(EABI)
       
    57     deffile ..\eabi\trkengine_tv.def
       
    58 #endif
       
    59 nostrictdef
       
    60