coreapplicationuis/advancedtspcontroller/group/RemConTspController.mmp
author Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
Tue, 31 Aug 2010 15:24:25 +0300
branchRCL_3
changeset 19 924385140d98
parent 15 312d2b433792
child 20 c2c61fdca848
permissions -rw-r--r--
Revision: 201033 Kit: 201035

/*
* Copyright (c) 2002-2006 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:  Project definition file for RemConTspController.
*
*/


#include <remcon/remconservercaps.mmh> // RemCon has defined capabilities
#include <platform_paths.hrh>

TARGET          advancedtspcontroller.dll
TARGETTYPE      PLUGIN
UID             0x10009d8d 0x10282CD5

VENDORID        VID_DEFAULT 

SOURCEPATH      ../src
SOURCE          remcontspcontrollermain.cpp
SOURCE          remcontspcontroller.cpp
SOURCE          remconidlelistener.cpp
SOURCE          remconeventtable.cpp 
SOURCE          tsptriggerevents.cpp

START RESOURCE  ../data/10282CD5.rss
target          advancedtspcontroller.rsc
END

USERINCLUDE     ../inc

MW_LAYER_SYSTEMINCLUDE
SYSTEMINCLUDE   /epoc32/include/mmf/common

LIBRARY         euser.lib 
LIBRARY         c32.lib 
LIBRARY         cone.lib
LIBRARY         apparc.lib
LIBRARY         remcontargetselectorplugin.lib
LIBRARY         remcontypes.lib
LIBRARY         cfclient.lib
LIBRARY         cfservices.lib
LIBRARY         ws32.lib
LIBRARY         apgrfx.lib
LIBRARY         tspclientmapper.lib

MACRO           API_TRACE_FLAG
MACRO           COMPONENT_TRACE_FLAG

// End of file