diff -r 000000000000 -r 040fcad49f44 scrsaver/scrsaverplugins/BmpAnimScrPlugin/group/BmpAnimScrPlugin.mmp --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/scrsaver/scrsaverplugins/BmpAnimScrPlugin/group/BmpAnimScrPlugin.mmp Thu Dec 17 08:46:04 2009 +0200 @@ -0,0 +1,82 @@ +/* +* Copyright (c) 2003, 2004 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 +* +*/ + + + + +// Animator configuration (logging flags) +#include "BmpAnimConfig.hrh" + +#include + +TARGET BmpAnimScrPlugin.dll +TARGETTYPE PLUGIN + +CAPABILITY CAP_ECOM_PLUGIN +VENDORID VID_DEFAULT +//2nd UID is the ECOM plugin UID, 3rd is screensaver plugin dll's uid +UID 0x10009D8D 0x101F86FF + +#ifdef LOGGING_ENABLED +MACRO USE_LOGGER +MACRO USE_RDEBUG +#endif + +SOURCEPATH ../src + +SOURCE BmpAnimScrPluginDll.cpp +SOURCE CBmpAnimScrPlugin.cpp +SOURCE CBmpAnimModel.cpp +SOURCE CBmpAnimItem.cpp +SOURCE CBmpAnimSettings.cpp +SOURCE CBmpAnimIniData.cpp + +LANG SC + +USERINCLUDE ../inc + +// This is a SYSTEMINCLUDE macro containing the middleware +// layer specific include directories +MW_LAYER_SYSTEMINCLUDE + +SYSTEMINCLUDE ../../../../inc +SYSTEMINCLUDE /epoc32/include/ecom + +LIBRARY ecom.lib +LIBRARY euser.lib +LIBRARY fbscli.lib +LIBRARY eikcore.lib +LIBRARY cone.lib +LIBRARY egul.lib +LIBRARY efsrv.lib +LIBRARY avkon.lib +LIBRARY aknicon.lib +// LIBRARY bitgdi.lib + +#ifdef LOGGING_ENABLED +LIBRARY flogger.lib +#endif + +// The deffile name has to be changed to be able to build +// ecom and non-ecom plugin versions +DEFFILE bmpanimscrplugin_ecom.def + +START RESOURCE 101F86FF.rss +TARGET BmpAnimScrPlugin.rsc +END + +// End of File