dbgagents/trkagent/engine/isv_trkengine_uiq.mmp
author ravikurupati
Mon, 22 Mar 2010 11:28:32 +0530
changeset 2 23ed33aed077
parent 0 c6b0df440bee
permissions -rw-r--r--
Updated the readme to reflect the current support.

/*
* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
* All rights reserved.
* This component and the accompanying materials are made available
* under the terms of "Eclipse Public License v1.0"
* which accompanies this distribution, and is available
* at the URL "http://www.eclipse.org/legal/epl-v10.html".
*
* Initial Contributors:
* Nokia Corporation - initial contribution.
*
* Contributors:
*
* Description: 
*
*/


TARGET		TrkEngine.dll
TARGETTYPE	dll
UID		0x00000000 0x200159D9

VENDORID 0x101FB657
CAPABILITY ALL -TCB -DRM

macro __UIQ_BUILD__

SOURCEPATH	.

SOURCE		TrkEngine.cpp TrkDispatchLayer.cpp TrkFramingLayer.cpp
SOURCE		TrkSerialCommPort.cpp TrkBtSocketCommPort.cpp DateTimeConverter.cpp
SOURCE 		TrkEngineModel.cpp TrkUsbPortListener.cpp
SOURCE		TrkSwInstall.cpp TrkSwInstUIHandler.cpp

LIBRARY		efsrv.lib euser.lib c32.lib sishelper.lib btdevice.lib 
LIBRARY     bluetooth.lib qbtsharedui.lib btextnotifiers.lib esock.lib
LIBRARY     usbman.lib usbostcomm.lib

SYSTEMINCLUDE	\epoc32\include
SYSTEMINCLUDE	\epoc32\include\kernel
USERINCLUDE	. 

#if defined(EKA2)
USERINCLUDE	..\eka2driver
#else
USERINCLUDE	..\driver
#endif


#if defined(WINS)
    deffile .\trkengU_win.def
#elif defined(EABI)
    deffile ..\eabi\isv_trkengine.def
#endif
nostrictdef