imstutils/xmppadapter/group/xmppadapter.mmp
author Simon Howkins <simonh@symbian.org>
Mon, 29 Nov 2010 11:18:43 +0000
branchRCL_3
changeset 37 7506649dda4d
parent 0 5e5d6b214f4f
permissions -rw-r--r--
Corrected path to files being exported - not in the same dir as bld.inf

/*
* 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