--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/imstutils/xmppadapter/group/xmppadapter.mmp Wed Sep 01 12:33:36 2010 +0100
@@ -0,0 +1,73 @@
+/*
+* Copyright (c) 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 Meco/XMPP settings adapter.
+*
+*/
+
+
+#include <platform_paths.hrh>
+#include <data_caging_paths.hrh>
+
+TARGET xmppadapter.dll
+TARGETTYPE PLUGIN
+UID 0x10009D8D 0x0A6A4E92
+
+CAPABILITY CAP_ECOM_PLUGIN
+VENDORID VID_DEFAULT
+
+VERSION 10.0
+
+SOURCEPATH ../src
+SOURCE xmppadapter.cpp
+SOURCE xmppadaptergroupproxy.cpp
+SOURCE xmppadapterlogger.cpp
+
+SOURCEPATH ../data
+
+START RESOURCE 0416013D.rss
+TARGET xmppadapter.rsc
+TARGETPATH ECOM_RESOURCE_DIR
+END
+
+START RESOURCE wpgeneralxmppsettingsadapter.rss
+HEADER
+TARGETPATH RESOURCE_FILES_DIR
+LANGUAGE_IDS
+END
+
+
+USERINCLUDE .
+USERINCLUDE ../inc
+USERINCLUDE ../../group
+USERINCLUDE ../../imconnectionprovider/inc
+
+APP_LAYER_SYSTEMINCLUDE
+
+SYSTEMINCLUDE /epoc32/include/ecom
+
+LIBRARY euser.lib
+LIBRARY provisioningengine.lib
+LIBRARY commonengine.lib
+LIBRARY bafl.lib
+LIBRARY efsrv.lib
+LIBRARY cone.lib
+
+LIBRARY flogger.lib
+
+LIBRARY serviceprovidersettings.lib
+LIBRARY jabbersettings.lib
+LIBRARY servicehandler.lib
+LIBRARY vimpstsettings.lib // application settings library
+
+//end of file