svgtopt/nvgdecoder/group/nvgdecoder.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 
       
    19 #include <data_caging_paths.hrh>
       
    20 #include <platform_paths.hrh>
       
    21 
       
    22 #include "NVGDecoder.mmh"
       
    23 
       
    24 TARGET			nvgdecoder.dll
       
    25 TARGETTYPE		dll
       
    26 
       
    27 UID				0x1000008D 0x101FF461
       
    28 
       
    29 VENDORID    VID_DEFAULT
       
    30 CAPABILITY  CAP_GENERAL_DLL
       
    31 
       
    32 LANG            sc
       
    33 
       
    34 USERINCLUDE		../inc
       
    35 USERINCLUDE		../../VGRenderer/PseudoVG/inc
       
    36 
       
    37 MW_LAYER_SYSTEMINCLUDE
       
    38 
       
    39 
       
    40 SYSTEMINCLUDE /epoc32/include/libc
       
    41 SYSTEMINCLUDE /epoc32/include/VG
       
    42 SYSTEMINCLUDE /epoc32/include/platform/mw
       
    43 SYSTEMINCLUDE /epoc32/include/platform/vg
       
    44 
       
    45 LIBRARY	euser.lib
       
    46 LIBRARY fbscli.lib
       
    47 
       
    48 // mixedcase exception
       
    49 LIBRARY         libOpenVG.lib libOpenVGU.lib
       
    50 
       
    51 LIBRARY		   efsrv.lib 
       
    52 LIBRARY		   estor.lib
       
    53 LIBRARY        aknnotify.lib 
       
    54 LIBRARY        libc.lib libm.lib
       
    55 LIBRARY 		flogger.lib
       
    56 
       
    57 
       
    58 SOURCEPATH ../src
       
    59 SOURCE  NVGIconData.cpp 
       
    60 SOURCE	nvg.cpp
       
    61 SOURCE  nvgfittoviewbox.cpp
       
    62 SOURCE  NVGIcon.cpp
       
    63 SOURCE  NVGCSIcon.cpp
       
    64 SOURCE  NVGTLVIcon.cpp
       
    65 SOURCE  FloatFixPt.cpp
       
    66 SOURCE 	TLVRenderer.cpp 
       
    67 SOURCE 	TLVIconRenderer.cpp
       
    68 SOURCE 	TLVIconCreator.cpp 
       
    69 SOURCE  OpenVGHandleStore.cpp
       
    70