uiacceltk/hitchcock/coretoolkit/rendervg10/group/huirendervg10.mmp
changeset 0 15bf7259bb7c
child 24 f93c875b566e
equal deleted inserted replaced
-1:000000000000 0:15bf7259bb7c
       
     1 /*
       
     2 * Copyright (c) 2006-2008 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:   Project definition file for project Hitchcock Core
       
    15 *                Do not try to build this directly, this is included
       
    16 *                as a part of huitk.mmp and huitk_publicsdk.mmp.
       
    17 *
       
    18 */
       
    19 
       
    20 
       
    21 
       
    22 #include <bldvariant.hrh>
       
    23 #include <platform_paths.hrh>
       
    24 #include "../../../CommonInc/huicompileroptions.mmh"
       
    25 
       
    26 // Default render surface flag is in coretkoptions.mmp
       
    27 #include "../../../CommonInc/coretkoptions.mmh"
       
    28 
       
    29 // NVG Flags for locally defining the NVG to be in use
       
    30 #define __NVG_MMP
       
    31 MACRO __NVG
       
    32 
       
    33 TARGET          huirenderpluginvg.dll
       
    34 TARGETTYPE      PLUGIN
       
    35 
       
    36 // uid2 specifies an ECOM dll, uid3 specifies a unique identifier for dll
       
    37 UID             0x10009D8D 0x200184B7
       
    38 VERSION         1.0
       
    39 
       
    40 CAPABILITY      CAP_ECOM_PLUGIN
       
    41 VENDORID        VID_DEFAULT
       
    42 
       
    43 SOURCEPATH      ../src
       
    44 
       
    45 MW_LAYER_SYSTEMINCLUDE
       
    46 SYSTEMINCLUDE   ../../inc
       
    47 SYSTEMINCLUDE   /epoc32/include/ecom
       
    48 
       
    49 USERINCLUDE     ../../inc
       
    50 USERINCLUDE     ../inc
       
    51 
       
    52 //Added as part of break team support changes.
       
    53 #include "../../../../../group/stdinc.mmh"
       
    54 
       
    55 // OpenVG 1.0 Renderer
       
    56 SOURCE          HuiVg10RenderPlugin.cpp
       
    57 SOURCE          HuiVg10Gc.cpp
       
    58 SOURCE          HuiVg10RenderSurface.cpp
       
    59 SOURCE          HuiVg10PBufferSurface.cpp
       
    60 SOURCE          HuiVg10CurvePath.cpp
       
    61 SOURCE          HuiVg10Texture.cpp
       
    62 SOURCE          HuiVg10TextureManager.cpp
       
    63 SOURCE          HuiVg10TextureProcessor.cpp
       
    64 SOURCE          huivg10canvasgc.cpp
       
    65 SOURCE          huivg10canvasrenderbuffer.cpp
       
    66 SOURCE          HuiVg10VGImageBinder.cpp
       
    67 
       
    68 
       
    69 START RESOURCE 200184B7.rss
       
    70 TARGET         huirenderpluginvg.rsc
       
    71 END
       
    72 // Effects
       
    73 SOURCE          HuiFxVg10BlurFilter.cpp
       
    74 SOURCE          HuiFxVg10BrightnessContrastFilter.cpp
       
    75 SOURCE          HuiFxVg10Engine.cpp
       
    76 SOURCE          HuiFxVg10FilterBase.cpp
       
    77 SOURCE          HuiFxVg10HSLFilter.cpp
       
    78 SOURCE          HuiFxVg10OffscreenRenderbuffer.cpp
       
    79 SOURCE          HuiFxVg10OnscreenRenderbuffer.cpp
       
    80 SOURCE          HuiFxVg10RenderbufferBase.cpp
       
    81 SOURCE          HuiFxVg10ColorizeFilter.cpp
       
    82 SOURCE          HuiFxVg10OutlineFilter.cpp
       
    83 SOURCE          HuiFxVg10BevelFilter.cpp
       
    84 SOURCE          HuiFxVg10ColorMatrixFilterBase.cpp
       
    85 SOURCE          HuiFxVg10TransformFilter.cpp
       
    86 
       
    87 LIBRARY         euser.lib
       
    88 LIBRARY         ecom.lib
       
    89 LIBRARY         hitchcock.lib
       
    90 LIBRARY         fbscli.lib
       
    91 LIBRARY         cone.lib
       
    92 LIBRARY         ws32.lib
       
    93 LIBRARY         gdi.lib
       
    94 LIBRARY         bitgdi.lib // For CFbsScreenDevice
       
    95 LIBRARY         libc.lib libm.lib
       
    96 #ifdef __NVG_MMP
       
    97 LIBRARY         nvgdecoder.lib aknicon.lib
       
    98 #endif
       
    99 // TODO: when proper libopenvg.lib is available effects should use it
       
   100 //			 instead of libopenvg_nok.lib.
       
   101 LIBRARY         estlib.lib
       
   102 
       
   103 LIBRARY         libEGL.lib
       
   104 
       
   105 //#if defined(WINS)
       
   106 //LIBRARY         libopenvg_sw.lib
       
   107 //LIBRARY         libopenvgu_sw.lib
       
   108 //#else
       
   109 
       
   110 LIBRARY         libOpenVG.lib
       
   111 LIBRARY         libOpenVGU.lib
       
   112 
       
   113 //#endif
       
   114 
       
   115 
       
   116 EXPORTUNFROZEN