uiacceltk/hitchcock/backgroundanim/refplugin/group/refplugin.mmp
changeset 0 15bf7259bb7c
child 7 433cbbb6a04b
equal deleted inserted replaced
-1:000000000000 0:15bf7259bb7c
       
     1 /*
       
     2 * Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
       
     3 * All rights reserved.
       
     4 * This component and the accompanying materials are made available
       
     5 * under the terms of "Eclipse Public License v1.0"
       
     6 * which accompanies this distribution, and is available
       
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     8 *
       
     9 * Initial Contributors:
       
    10 * Nokia Corporation - initial contribution.
       
    11 *
       
    12 * Contributors:
       
    13 *
       
    14 * Description: 
       
    15 *
       
    16 */
       
    17 #include <data_caging_paths.hrh>
       
    18 #include <platform_paths.hrh>
       
    19 
       
    20 #ifdef             VSW_IVE3_ENABLED
       
    21 TARGET              bga_reference_plugin.dll
       
    22 TARGETTYPE          dll
       
    23 UID                 0x1000008D 0x200286D4
       
    24                                  
       
    25 EPOCALLOWDLLDATA
       
    26 
       
    27 ALWAYS_BUILD_AS_ARM
       
    28 OPTION ARMCC        -O3 -Otime --cpu 6 --fpmode fast
       
    29 ARMFPU VFPV2
       
    30 
       
    31 CAPABILITY          CAP_GENERAL_DLL
       
    32 VENDORID	    VID_DEFAULT
       
    33 LANG                SC
       
    34 
       
    35 USERINCLUDE         .
       
    36 USERINCLUDE         ../inc
       
    37 USERINCLUDE         ../../inc // for plugin interface definition
       
    38 #include <platform_paths.hrh>
       
    39 MW_LAYER_SYSTEMINCLUDE
       
    40 OS_LAYER_LIBC_SYSTEMINCLUDE
       
    41 APP_LAYER_SYSTEMINCLUDE
       
    42 SYSTEMINCLUDE 					/epoc32/include/platform/GLES2
       
    43 
       
    44 SOURCEPATH          ../src
       
    45 SOURCE              plugin.c
       
    46 SOURCE              shader.c
       
    47 
       
    48 LIBRARY             libc.lib
       
    49 LIBRARY             libm.lib
       
    50 LIBRARY             libglesv2.lib
       
    51 #else
       
    52 TARGETTYPE          none
       
    53 #endif