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