svgtopt/VGRenderer/HWVG/group/HWVG.mmp
changeset 0 d46562c3d99d
equal deleted inserted replaced
-1:000000000000 0:d46562c3d99d
       
     1 /*
       
     2 * Copyright (c) 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: 
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 MACRO HWRENDERER DEBUG_RENDERER
       
    20 TARGET		  HWVG.dll
       
    21 TARGETTYPE	  dll
       
    22 UID			 0x1000008d 0x09AE7FEA
       
    23 
       
    24 USERINCLUDE	 ../inc ../../inc ../../OpenVGRenderer/inc
       
    25 
       
    26 SYSTEMINCLUDE   /epoc32/include/middleware /epoc32/include/vg /epoc32/include +/include/osextensions +/include/domain/osextensions
       
    27 
       
    28 SOURCEPATH	  ../src ../../OpenVGRenderer/src
       
    29 
       
    30 SOURCE		  HWVGDllMain.cpp HWOpenVGRendererImpl.cpp ../../OpenVGRenderer/src/OpenVGRenderer.cpp HWVGSurfaceImpl.cpp
       
    31 
       
    32 
       
    33 //By default, the build tools look for the WINSCW def file in a BWINS directory
       
    34 //(at the same level as the directory containing the mmp file), 
       
    35 //the GCC ARM def file in a BMARM directory, and the ARMV5 def file in a EABI directory. 
       
    36 //If def files are stored in these locations, the project files does not need to specify
       
    37 //the location of the def files explicitly. If you want to store the def files in some other 
       
    38 //location, you will need to specify in the project file where the .def files are using 
       
    39 //the deffile keyword.
       
    40 
       
    41 //The following commented out code shows how the build system uses the implicit
       
    42 // location for defiles. To create the DEF files Choose Project > Freeze Exports from Carbide
       
    43 // or run 'abld freeze' from the command-line
       
    44 //#if defined (WINS)
       
    45 //  DEFFILE ../bwins/HWVG.def
       
    46 //#elif defined (GCC32)
       
    47 //  DEFFILE ../bmarm/HWVG.def
       
    48 //#else 
       
    49 //  DEFFILE ../eabi/HWVG.def
       
    50 //#endif
       
    51 
       
    52 nostrictdef
       
    53 
       
    54 LIBRARY		euser.lib
       
    55 LIBRARY         avkon.lib fbscli.lib efsrv.lib
       
    56 LIBRARY         ws32.lib gdi.lib
       
    57 
       
    58 LIBRARY         libegl.lib libopenvg.lib libopenvgu.lib
       
    59 
       
    60 #ifdef ENABLE_ABIV2_MODE
       
    61 DEBUGGABLE
       
    62 #endif
       
    63 
       
    64 CAPABILITY CAP_GENERAL_DLL
       
    65