imstatuspaneindicatorplugin/group/imstatuspaneindicatorplugin.mmp
author Pat Downey <patd@symbian.org>
Wed, 01 Sep 2010 12:33:36 +0100
branchRCL_3
changeset 23 9a48e301e94b
parent 0 5e5d6b214f4f
permissions -rw-r--r--
Revert incorrect RCL_3 drop: Revision: 201033 Kit: 201035

/*
* Copyright (c) 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:  plugin to the status pane.
*
*/



#include "../inc/imstatuspaneindicatorpluginuids.h"
#include <data_caging_paths.hrh>


#include <platform_paths.hrh>

// Build target
TARGET          imstatuspaneindicatorplugin.dll
TARGETTYPE      PLUGIN
UID             KECOMRECOGNITIONUID2 KIMSTATUSPANEINDICATORPLUGINUID3
VENDORID        VID_DEFAULT
CAPABILITY CAP_ECOM_PLUGIN
VERSION      10.0

//used to allow binary compression by making use of BYTEPAIR algorithm
PAGED 

// Source files location
SOURCEPATH      ../src
SOURCE          imstatuspaneindicatorproxy.cpp 
SOURCE			imstatuspaneindicator.cpp
SOURCE			imstatuspaneindicatorpluginimplementation.cpp



// Resources
START RESOURCE ../rss/20026767.rss
	TARGET imstatuspaneindicatorplugin.rsc
	TARGETPATH ECOM_RESOURCE_DIR
END

START RESOURCE  ../rss/imstatuspaneindicatorpluginrss.rss
DEPENDS aknfep.rsg
HEADER
TARGETPATH RESOURCE_FILES_DIR
LANGUAGE_IDS
END



// Include paths
USERINCLUDE     ../inc

APP_LAYER_SYSTEMINCLUDE

SYSTEMINCLUDE   /epoc32/include/ecom


// Dependencies to system components
LIBRARY     eikcore.lib
LIBRARY     cone.lib
LIBRARY     euser.lib
LIBRARY     ecom.lib
LIBRARY     avkon.lib
LIBRARY     commonengine.lib    // stringloader
LIBRARY     bafl.lib            // baflutils
LIBRARY     efsrv.lib           // TParsePtrC
LIBRARY     apgrfx.lib 
LIBRARY     apparc.lib 

//phone book
LIBRARY		xSPViewServices.lib
// imcvlauncher
LIBRARY					imcvlauncher.lib
// sp settings
LIBRARY    		serviceprovidersettings.lib
// End of File