diff -r 000000000000 -r 15bf7259bb7c uiaccelerator_plat/alf_visual_api/tsrc/group/alfbatchextplugin.mmp --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/uiaccelerator_plat/alf_visual_api/tsrc/group/alfbatchextplugin.mmp Tue Feb 02 07:56:43 2010 +0200 @@ -0,0 +1,55 @@ +/* +* Copyright (c) 2007 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: +* +*/ + + +#include +#include + +TARGET alfbatchextplugin.dll +TARGETTYPE PLUGIN +UID 0x10009d8d 0x0DDDDDDD + +CAPABILITY CAP_ECOM_PLUGIN +VENDORID VID_DEFAULT + +USERINCLUDE ../inc +USERINCLUDE . + +#ifdef RD_ALF_IN_PLATFORM +#include +MW_LAYER_SYSTEMINCLUDE +#else +SYSTEMINCLUDE /epoc32/include +#endif + +SYSTEMINCLUDE /epoc32/include/ecom + +SOURCEPATH ../data +START RESOURCE alfbatchextplugin.rss +END + +SOURCEPATH ../src +SOURCE alfbatchextplugin.cpp + +LIBRARY ECOM.LIB +LIBRARY euser.lib +LIBRARY alfappservercore.lib +LIBRARY apparc.lib +LIBRARY avkon.lib +LIBRARY eikcore.lib +LIBRARY cone.lib +