diff -r 77cb48a03620 -r d9861ae9169c simpledatamodeladapter/group/presenceplugin.mmp --- a/simpledatamodeladapter/group/presenceplugin.mmp Thu Jul 01 14:09:06 2010 +0100 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,82 +0,0 @@ -/* -* Copyright (c) 2006-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: Project definition file for SIP/Simple Protocol Plugin -* -*/ - - -// To get the APP_LAYER_SYSTEMINCLUDE-definition -#include -#include "presenceplugin_resource.hrh" - -TARGET presenceplugin.dll -TARGETTYPE plugin - -UID PRESENCEPLUGIN_DLL_UID_ECOM_PLUGIN PRESENCEPLUGIN_DLL_UID_PRESENCE_PROTOCOL -VENDORID VID_DEFAULT -CAPABILITY CAP_ECOM_PLUGIN - -// RESOURCE -START RESOURCE 10275464.rss -TARGET presenceplugin -TARGETPATH resource/plugins -END - -SOURCEPATH ../src -SOURCE presenceplugin.cpp -SOURCE presencepluginconnection.cpp -SOURCE presencepluginsession.cpp -SOURCE presencepluginwinfo.cpp -SOURCE presencepluginwatcher.cpp -SOURCE presencepluginauthorization.cpp -SOURCE presencepluginpublisher.cpp -SOURCE presencepluginentitywatcher.cpp -SOURCE presenceplugindata.cpp -SOURCE presencepluginxdmutils.cpp -SOURCE presencepluginxdmpresrules.cpp -SOURCE presenceplugingroup.cpp -SOURCE presencepluginwatcherinfo.cpp -SOURCE presencepluginvirtualgroup.cpp -SOURCE presenceconnectioninfo.cpp -SOURCE presencepluginutility.cpp - -USERINCLUDE . -USERINCLUDE ../inc -USERINCLUDE ../simpleimplugin/inc - -// Default system include paths for middleware layer modules. -APP_LAYER_SYSTEMINCLUDE -SYSTEMINCLUDE /epoc32/include/ecom - -LIBRARY euser.lib // Base -LIBRARY ecom.lib -LIBRARY simpleengine.lib -LIBRARY estor.lib -LIBRARY bafl.lib -LIBRARY charconv.lib - -LIBRARY xdmengine.lib -LIBRARY xdmsettingsapi.lib -LIBRARY presencesettingsapi.lib - -//presence cache -LIBRARY presencecacheclient2.lib -LIBRARY presencecacheutils.lib - -// access to service table -LIBRARY serviceprovidersettings.lib - -// access to uiservicetabsettings -LIBRARY vimpstsettings.lib -// End of file