imstutils/imconversationview/imcmslauncherplugin/group/imcmslauncherplugin.mmp
author Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
Tue, 02 Feb 2010 10:12:18 +0200
changeset 0 5e5d6b214f4f
permissions -rw-r--r--
Revision: 201003 Kit: 201005

/*
* 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:  This plugin is loaded by the Communication Launcher
*
*/

// To get the MW_LAYER_SYSTEMINCLUDE-definition
#include <platform_paths.hrh>
#include <data_caging_paths.hrh>
#include "imcmslauncherplugin.hrh"

TARGET                  imcmslauncherplugin.dll
TARGETTYPE              plugin

// Note: TAKE NEW UIDS
UID                     0x10009D8D 0x200255D1

VERSION      						10.0

CAPABILITY              CAP_ECOM_PLUGIN
VENDORID                VID_DEFAULT

// ECOM RESOURCE
START RESOURCE  				imcmslauncherplugin.rss
TARGET          				imcmslauncherplugin
TARGETPATH      				ECOM_RESOURCE_DIR
END


SOURCEPATH      				../src
SOURCE          				imcmslauncherplugin.cpp


USERINCLUDE     				.
USERINCLUDE     				../inc

APP_LAYER_SYSTEMINCLUDE
SYSTEMINCLUDE   				/epoc32/include/ecom

LIBRARY         				euser.lib   // Base
LIBRARY         				ecom.lib
LIBRARY         				bafl.lib
LIBRARY         				charconv.lib

LIBRARY         				cone.lib
LIBRARY         				eikcore.lib
LIBRARY         				apgrfx.lib

DEBUGLIBRARY    				flogger.lib // Sending trace data to log file
DEBUGLIBRARY    				efsrv.lib   // file server
LIBRARY         				apparc.lib

// imcvlauncher
LIBRARY									imcvlauncher.lib
LIBRARY     						serviceprovidersettings.lib

// End of file