uiacceltk/hitchcock/backgroundanim/refplugin/group/refplugin.mmp
changeset 0 15bf7259bb7c
child 5 433cbbb6a04b
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/uiacceltk/hitchcock/backgroundanim/refplugin/group/refplugin.mmp	Tue Feb 02 07:56:43 2010 +0200
@@ -0,0 +1,53 @@
+/*
+* 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: 
+*
+*/
+#include <data_caging_paths.hrh>
+#include <platform_paths.hrh>
+
+#ifdef             VSW_IVE3_ENABLED
+TARGET              bga_reference_plugin.dll
+TARGETTYPE          dll
+UID                 0x1000008D 0x200286D4
+                                 
+EPOCALLOWDLLDATA
+
+ALWAYS_BUILD_AS_ARM
+OPTION ARMCC        -O3 -Otime --cpu 6 --fpmode fast
+ARMFPU VFPV2
+
+CAPABILITY          CAP_GENERAL_DLL
+VENDORID	    VID_DEFAULT
+LANG                SC
+
+USERINCLUDE         .
+USERINCLUDE         ../inc
+USERINCLUDE         ../../inc // for plugin interface definition
+#include <platform_paths.hrh>
+MW_LAYER_SYSTEMINCLUDE
+OS_LAYER_LIBC_SYSTEMINCLUDE
+APP_LAYER_SYSTEMINCLUDE
+SYSTEMINCLUDE 					/epoc32/include/platform/GLES2
+
+SOURCEPATH          ../src
+SOURCE              plugin.c
+SOURCE              shader.c
+
+LIBRARY             libc.lib
+LIBRARY             libm.lib
+LIBRARY             libglesv2.lib
+#else
+TARGETTYPE          none
+#endif
\ No newline at end of file