textinput/peninputfingerhwr/group/peninputfingerhwr.mmp
author Pat Downey <patd@symbian.org>
Wed, 01 Sep 2010 12:23:33 +0100
branchRCL_3
changeset 21 ecbabf52600f
parent 0 eb1f2e154e89
permissions -rw-r--r--
Revert incorrect RCL_3 drop: Revision: 201033 Kit: 201035

/*
* Copyright (c) 2005-2008 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 project peninputfingerhwr
*  Version     : %version:  2 %
*
*/


#include <data_caging_paths.hrh>
#include <platform_paths.hrh>

TARGET          peninputfingerhwr.dll
TARGETTYPE      plugin
UID             0x10009D8D 0x2001CB83

CAPABILITY      CAP_ECOM_PLUGIN
VENDORID        VID_DEFAULT

SOURCEPATH      ../src

// Plugin Framework
SOURCE    peninputfingerhwrmain.cpp
SOURCE    peninputfingerhwrproxy.cpp
SOURCE    peninputfingerhwrlayout.cpp
SOURCE    peninputfingerhwrstatemanager.cpp
SOURCE    peninputfingerhwrdatastore.cpp
SOURCE    peninputfingerhwrtriggerstr.cpp
SOURCE    peninputfingerhwrengine.cpp
SOURCE    peninputfingerhwrlafmanager.cpp
SOURCE    peninputfingerhwrwnd.cpp
SOURCE    peninputmultipagevkb.cpp 
SOURCE    peninputfingerhwrrangeselector.cpp 
SOURCE    hbufcarray.cpp
 
USERINCLUDE     ../inc

// This is a SYSTEMINCLUDE macro containing the middleware
// layer specific include directories
MW_LAYER_SYSTEMINCLUDE

SYSTEMINCLUDE   /epoc32/include/ecom
SYSTEMINCLUDE   ../../../inc

SOURCEPATH      ../data

START RESOURCE	2001CB83.rss
#ifdef SYMBIAN_SECURE_ECOM
TARGET			peninputfingerhwr.rsc
#endif
END

START RESOURCE	peninputfingerhwrcn.rss
HEADER
TARGETPATH		RESOURCE_FILES_DIR
END

LIBRARY euser.lib 
LIBRARY ecom.lib 
LIBRARY gdi.lib 
LIBRARY fbscli.lib
LIBRARY ws32.lib
LIBRARY cone.lib
LIBRARY efsrv.lib
LIBRARY bafl.lib
LIBRARY estor.lib 
LIBRARY bitgdi.lib

LIBRARY aknlayout.lib
LIBRARY aknlayout2.lib
LIBRARY aknlayout2scalable.lib
LIBRARY aknicon.lib 
LIBRARY aknskins.lib
LIBRARY avkon.lib

LIBRARY centralrepository.lib 
LIBRARY cenrepnotifhandler.lib

LIBRARY peninputlayoutinterface.lib 
LIBRARY peninputlayoutcontrol.lib
LIBRARY peninputpluginutils.lib
LIBRARY peninputcommonctrls.lib
LIBRARY peninputcommonlayout.lib
LIBRARY ptiengine.lib




// End Of File