diff -r 000000000000 -r c53acadfccc6 harvester/blacklistclient/group/blacklistclient.mmp --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/harvester/blacklistclient/group/blacklistclient.mmp Mon Jan 18 20:34:07 2010 +0200 @@ -0,0 +1,54 @@ +/* +* Copyright (c) 2006-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: MMP file +*/ + +#include +VERSION 10.0 +TARGET blacklistclient.dll +TARGETTYPE dll +UID 0x1000008D 0x2001B2ED + +CAPABILITY CAP_CLIENT_DLL + +MW_LAYER_SYSTEMINCLUDE + +USERINCLUDE ../inc +USERINCLUDE ../../blacklistserver/inc +USERINCLUDE ../../common/inc +USERINCLUDE ../../../inc + +SOURCEPATH ../src +SOURCE blacklistclient.cpp + +SOURCEPATH ../../common/src +SOURCE blacklistitem.cpp + +LIBRARY euser.lib +LIBRARY mdccommon.lib + +#if defined(WINSCW) +deffile ../bwincw/blacklistclientwinscw.def +#else + +#if defined(ARMCC) +deffile ../eabi/blacklistclientarm.def +#endif + +#endif +nostrictdef + +BYTEPAIRCOMPRESSTARGET +PAGED +