svgtopt/nvgdecoder/group/nvgdecoder.mmp
changeset 0 d46562c3d99d
child 43 78ea4ce942e1
equal deleted inserted replaced
-1:000000000000 0:d46562c3d99d
       
     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 LIBRARY         libopenvg.lib libopenvgu.lib 
       
    49 
       
    50 LIBRARY		   efsrv.lib 
       
    51 LIBRARY		   estor.lib
       
    52 LIBRARY        aknnotify.lib 
       
    53 LIBRARY        libc.lib libm.lib
       
    54 LIBRARY 		flogger.lib
       
    55 
       
    56 
       
    57 SOURCEPATH ../src
       
    58 SOURCE  NVGIconData.cpp 
       
    59 SOURCE	nvg.cpp
       
    60 SOURCE  nvgfittoviewbox.cpp
       
    61 SOURCE  NVGIcon.cpp
       
    62 SOURCE  NVGCSIcon.cpp
       
    63 SOURCE  NVGTLVIcon.cpp
       
    64 SOURCE  FloatFixPt.cpp
       
    65 SOURCE 	TLVRenderer.cpp 
       
    66 SOURCE 	TLVIconRenderer.cpp
       
    67 SOURCE 	TLVIconCreator.cpp 
       
    68 SOURCE  OpenVGHandleStore.cpp
       
    69