svgtopt/VGRenderer/SWVG/group/SWVG.mmp
changeset 0 d46562c3d99d
child 26 796196dd6e68
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 #include <platform_paths.hrh>
       
    19 
       
    20 TARGET      SWVG.dll
       
    21 TARGETTYPE  dll
       
    22 UID         0x1000008d 0x03EAEF3D
       
    23 VENDORID    VID_DEFAULT
       
    24 CAPABILITY CAP_GENERAL_DLL
       
    25 
       
    26 USERINCLUDE	 ../inc ../../inc ../../OpenVGRenderer/inc
       
    27 SYSTEMINCLUDE   /epoc32/include /epoc32/include/VG 
       
    28 
       
    29 SOURCEPATH ../src 
       
    30 SOURCE  SWVGDllMain.cpp
       
    31 SOURCE  SWOpenVGRendererImpl.cpp 
       
    32 SOURCE  SWVGSurfaceImpl.cpp 
       
    33 
       
    34 SOURCEPATH ../../OpenVGRenderer/src
       
    35 SOURCE OpenVGRenderer.cpp
       
    36 
       
    37 
       
    38 //By default, the build tools look for the WINSCW def file in a BWINS directory
       
    39 //(at the same level as the directory containing the mmp file), 
       
    40 //the GCC ARM def file in a BMARM directory, and the ARMV5 def file in a EABI directory. 
       
    41 //If def files are stored in these locations, the project files does not need to specify
       
    42 //the location of the def files explicitly. If you want to store the def files in some other 
       
    43 //location, you will need to specify in the project file where the .def files are using 
       
    44 //the deffile keyword.
       
    45 
       
    46 //The following commented out code shows how the build system uses the implicit
       
    47 // location for defiles. To create the DEF files Choose Project > Freeze Exports from Carbide
       
    48 // or run 'abld freeze' from the command-line
       
    49 #if defined (WINS)
       
    50   DEFFILE ../bwins/SWVG.def
       
    51 #elif defined (GCC32)
       
    52   DEFFILE ../bmarm/SWVG.def
       
    53 #else 
       
    54   DEFFILE ../eabi/SWVG.def
       
    55 #endif
       
    56 MW_LAYER_SYSTEMINCLUDE
       
    57 
       
    58 nostrictdef
       
    59 
       
    60 LIBRARY		 euser.lib
       
    61 LIBRARY		 libopenvgu_SW.lib libopenvg_SW.lib fbscli.lib libvgi.lib
       
    62 
       
    63 #ifdef ENABLE_ABIV2_MODE
       
    64 DEBUGGABLE
       
    65 #endif
       
    66 
       
    67 //EXPORTUNFROZEN