diff -r 63be7eb3fc78 -r f28ada11abbf wlanutilities/wlanindicatorplugin/group/wlanindicatorplugin.mmp --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/wlanutilities/wlanindicatorplugin/group/wlanindicatorplugin.mmp Wed Sep 01 12:20:32 2010 +0100 @@ -0,0 +1,62 @@ +/* +* 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 project wlanindicatorplugin +* +*/ + + +#include +#include + +// Build target +TARGET wlanindicatorplugin.dll +TARGETTYPE PLUGIN +UID 0x10009D8D 0x2001247E +CAPABILITY CAP_ECOM_PLUGIN +VENDORID VID_DEFAULT + +// Source files location +SOURCEPATH ../src +SOURCE dllmain.cpp +SOURCE wlanindicatorpluginimplementation.cpp + +// Resources +START RESOURCE ../data/2001247E.rss +TARGET wlanindicatorplugin.rsc +TARGETPATH ECOM_RESOURCE_DIR +END + +START RESOURCE ../data/wlanindicator.rss +HEADER +TARGETPATH RESOURCE_FILES_DIR +LANGUAGE_IDS +END + +USERINCLUDE ../inc + +MW_LAYER_SYSTEMINCLUDE +SYSTEMINCLUDE /epoc32/include/ecom + +LIBRARY ecom.lib +LIBRARY avkon.lib +LIBRARY euser.lib +LIBRARY eikcore.lib +LIBRARY apgrfx.lib +LIBRARY cone.lib +LIBRARY commonengine.lib +LIBRARY charconv.lib +LIBRARY connmon.lib +LIBRARY cmmanager.lib +LIBRARY bafl.lib +