fep/aknfep/peninputplugins/peninputimeplugingeneric/group/peninputimeplugingeneric.mmp
author Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
Wed, 31 Mar 2010 22:08:20 +0300
branchRCL_3
changeset 10 6defe5d1bd39
parent 0 eb1f2e154e89
permissions -rw-r--r--
Revision: 201011 Kit: 201013

/*
* Copyright (c) 2002-2005 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 peninputimeplugingeneric
*
*/












#include <bldvariant.hrh>
#include <platform_paths.hrh>

TARGET      peninputimeplugingeneric.dll
TARGETTYPE  plugin
UID         0x10009D8D 0x1028235F

CAPABILITY  CAP_ECOM_PLUGIN
VENDORID    VID_DEFAULT

SOURCEPATH  ../src

SOURCE      peninputimeplugingenericproxy.cpp
SOURCE      peninputimeplugingeneric.cpp
SOURCE      pluginfepmanagerbase.cpp
SOURCE      pluginfepmanagerhwr.cpp
SOURCE      pluginfepmanagervkb.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      ../srcdata

START RESOURCE 1028235F.rss
#ifdef SYMBIAN_SECURE_ECOM 
TARGET peninputimeplugingeneric.rsc                                                              
#endif
END


LIBRARY euser.lib 
LIBRARY ECom.lib
LIBRARY centralrepository.lib 
LIBRARY eikcoctl.lib 
LIBRARY cone.lib 
LIBRARY efsrv.lib
LIBRARY estor.lib 
LIBRARY FeatMgr.lib                // feature manager
LIBRARY avkon.lib 
LIBRARY eikcore.lib 

#ifdef RD_SCALABLE_UI_V2
LIBRARY         peninputclient.lib
#else
LIBRARY         peninputserverstub.lib
#endif

// End Of File