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