uigraphics/AknIcon/SvgtFbsRasterizer/group/SvgtFbsRasterizer.mmp
changeset 0 05e9090e2422
child 54 08459e712984
equal deleted inserted replaced
-1:000000000000 0:05e9090e2422
       
     1 /*
       
     2 * Copyright (c) 2002 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:  This mmp file generates makefile for Rasterizer
       
    15 *
       
    16 */
       
    17 
       
    18 #include<platform_paths.hrh>
       
    19 
       
    20 TARGET fbsrasterizer.dll
       
    21 TARGETTYPE DLL
       
    22 CAPABILITY All -Tcb
       
    23 UID 0x1000008D 0x10285EAE
       
    24 VENDORID 0x70000001
       
    25 LINKAS fbsrasterizer.dll
       
    26 NOEXPORTLIBRARY
       
    27 
       
    28 //MACRO   _EGL_SUPPORT_ENABLED_
       
    29 //#define _EGL_SUPPORT_ENABLED_
       
    30 
       
    31 SYSTEMINCLUDE /epoc32/include /epoc32/include/platform/mw  /epoc32/include/graphics
       
    32 SYSTEMINCLUDE /epoc32/include/platform/vg
       
    33 
       
    34 USERINCLUDE     ../inc ../data
       
    35 USERINCLUDE     /epoc32/include/mw
       
    36 
       
    37 MW_LAYER_SYSTEMINCLUDE
       
    38 
       
    39 SOURCEPATH ../src
       
    40 SOURCE SvgtFbsRasterizer.cpp
       
    41 SOURCE svgtregisteredbitmap.cpp 
       
    42 SOURCE svgtgraphicsinterface.cpp
       
    43 
       
    44 #ifdef _EGL_SUPPORT_ENABLED_
       
    45 SOURCE eglgraphicsinterface.cpp
       
    46 #else
       
    47 SOURCE vgigraphicsinterface.cpp
       
    48 #endif
       
    49 
       
    50 #ifdef _EGL_SUPPORT_ENABLED_
       
    51 SYSTEMINCLUDE /epoc32/include/egl
       
    52 #endif
       
    53 
       
    54 
       
    55 LIBRARY euser.lib
       
    56 LIBRARY fbscli.lib
       
    57 LIBRARY gdi.lib
       
    58 LIBRARY aknicon.lib
       
    59 LIBRARY bitgdi.lib
       
    60 
       
    61 #ifdef _EGL_SUPPORT_ENABLED_
       
    62 LIBRARY  libEGL.lib
       
    63 LIBRARY  libopenvg.lib
       
    64 LIBRARY  libopenvgu.lib
       
    65 LIBRARY  NVGDecoder.lib  
       
    66 #else
       
    67 LIBRARY  libvgi.lib
       
    68 LIBRARY  libopenvg_SW.lib
       
    69 LIBRARY  libopenvgu_SW.lib
       
    70 LIBRARY  NVGDecoder_SW.lib  
       
    71 #endif
       
    72 
       
    73 //deffile  fbsrasterizer.def
       
    74 #if defined (WINS)
       
    75 DEFFILE ../bwins/fbsrasterizer.def
       
    76 #elif defined (GCC32)
       
    77 DEFFILE ../bmarm/fbsrasterizer.def
       
    78 #else 
       
    79 DEFFILE ../eabi/fbsrasterizer.def
       
    80 #endif