dbgagents/trkagent/engine/trkengine_nokia_tshell.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 
       
    19 
       
    20 macro 		__OEM_TRK__
       
    21 macro 		__TEXT_SHELL__
       
    22 macro 		__NOKIA_TEXT_SHELL__
       
    23 macro  		__ENABLE_XTI__
       
    24 
       
    25 TARGET		TrkEngine.dll
       
    26 TARGETTYPE	dll
       
    27 UID		0x00000000 0x200159D9
       
    28 
       
    29 VENDORID VID_DEFAULT
       
    30 CAPABILITY ALL -TCB -DRM
       
    31 
       
    32 SOURCEPATH	.
       
    33 
       
    34 SOURCE		TrkEngine.cpp TrkDispatchLayer.cpp TrkFramingLayer.cpp
       
    35 SOURCE		TrkDccCommPort.cpp DateTimeConverter.cpp
       
    36 SOURCE 		TrkEngineModel.cpp TrkXtiCommPort.cpp
       
    37 
       
    38 #if defined(EKA2)
       
    39 SOURCEPATH	../tcbclient
       
    40 SOURCE		TrkTcbCliSession.cpp TrkTcbClientUtils.cpp TrkTcbClientDefs.cpp
       
    41 #endif
       
    42 
       
    43 LIBRARY	efsrv.lib euser.lib
       
    44 
       
    45 
       
    46 SYSTEMINCLUDE	/epoc32/include
       
    47 USERINCLUDE	. 
       
    48 
       
    49 #if defined(EKA2)
       
    50 USERINCLUDE	../dccdriver
       
    51 USERINCLUDE	../eka2driver
       
    52 USERINCLUDE	../tcbclient
       
    53 USERINCLUDE	../tcbserver
       
    54 USERINCLUDE	../xtidriver
       
    55 #else
       
    56 USERINCLUDE	../driver
       
    57 #endif
       
    58 
       
    59 
       
    60 #if defined(WINS)
       
    61     deffile ./trkengU_win.def
       
    62 #elif defined(EABI)
       
    63     deffile ../eabi/trkengine_nokia_tshell.def
       
    64 #elif defined(ARM)
       
    65     deffile ../bmarm/trkengine.def
       
    66 #endif
       
    67 nostrictdef
       
    68