svgtopt/nvgdecoder/group/NVGDecoder_SW.mmp
changeset 46 88edb906c587
equal deleted inserted replaced
-1:000000000000 46:88edb906c587
       
     1 /*
       
     2 * Copyright (c) 2004 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 OPTION_REPLACE  ARMCC --arm -O3 -Otime --cpu 6
       
    19 #include <platform_paths.hrh>
       
    20 
       
    21 #include "NVGDecoder.mmh"
       
    22 
       
    23 TARGET			nvgdecoder_sw.dll
       
    24 TARGETTYPE		dll
       
    25 MACRO __MIRROR_
       
    26 UID				0x1000008D 0x101FF572
       
    27 
       
    28 VENDORID    VID_DEFAULT
       
    29 CAPABILITY  CAP_GENERAL_DLL
       
    30 
       
    31 LANG            sc
       
    32 
       
    33 
       
    34 USERINCLUDE		../inc
       
    35 USERINCLUDE		../../VGRenderer/PseudoVG/inc
       
    36 
       
    37 MW_LAYER_SYSTEMINCLUDE
       
    38 
       
    39 SYSTEMINCLUDE /epoc32/include/libc
       
    40 SYSTEMINCLUDE /epoc32/include/VG
       
    41 SYSTEMINCLUDE /epoc32/include/platform/mw
       
    42 SYSTEMINCLUDE /epoc32/include/platform/vg
       
    43 
       
    44 LIBRARY		   euser.lib
       
    45 LIBRARY 	   fbscli.lib
       
    46 LIBRARY 	   libopenvg_sw.lib libopenvgu_sw.lib
       
    47 LIBRARY		   efsrv.lib 
       
    48 LIBRARY		   estor.lib
       
    49 LIBRARY        aknnotify.lib
       
    50 LIBRARY        libc.lib libm.lib
       
    51 LIBRARY 	   flogger.lib
       
    52 
       
    53 
       
    54 SOURCEPATH ../src
       
    55 SOURCE  NVGIconData.cpp 
       
    56 SOURCE  NVGCSIcon.cpp
       
    57 SOURCE  NVGTLVIcon.cpp
       
    58 SOURCE	nvg.cpp
       
    59 SOURCE  nvgfittoviewbox.cpp
       
    60 SOURCE  OpenVGHandleStore.cpp
       
    61 SOURCE  FloatFixPt.cpp
       
    62 SOURCE  TLVRenderer.cpp 
       
    63 SOURCE  TLVIconCreator.cpp 
       
    64 SOURCE  TLVIconRenderer.cpp 
       
    65 SOURCE  NVGIcon.cpp