svgtviewer/SvgtViewerPlugin/Group/SVGCodec.mmp
branchRCL_3
changeset 20 5fd161fa28b6
parent 0 632761c941a7
equal deleted inserted replaced
17:e52958d06c29 20:5fd161fa28b6
       
     1 /*
       
     2 * Copyright (c) 2005, 2006 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:  SVGT plugin project file
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 #include <platform_paths.hrh>
       
    20 /**
       
    21 @file
       
    22 
       
    23 @SYMPurpose SVGcodec.dll SVG codec plugin
       
    24 */
       
    25 
       
    26 target svgcodec.dll
       
    27 CAPABILITY ALL -TCB
       
    28 targettype plugin
       
    29 
       
    30 // ECom Dll recognition UID followed by the unique UID for this dll
       
    31 UID	0x10009D8D 0x102073D7
       
    32 VENDORID 0x70000001
       
    33 
       
    34 USERINCLUDE	../SVGCodecInc
       
    35 
       
    36 // This is a SYSTEMINCLUDE macro containing the applications
       
    37 // layer specific include directories
       
    38 APP_LAYER_SYSTEMINCLUDE
       
    39 
       
    40 SYSTEMINCLUDE	/epoc32/include/ecom
       
    41 SYSTEMINCLUDE	/epoc32/include/icl
       
    42 
       
    43 SOURCEPATH	../SVGCodecSrc
       
    44 SOURCE		SVGConvert.cpp
       
    45 SOURCE		SVGCodec.cpp
       
    46 SOURCE		SVGProxy.cpp
       
    47 
       
    48 SOURCEPATH	../data
       
    49 
       
    50 START RESOURCE 102073D7.rss
       
    51 TARGET SVGCodec.rsc
       
    52 HEADER
       
    53 END
       
    54 
       
    55 START RESOURCE 102073D7_extra.rss
       
    56 TARGETPATH Resource/ICL
       
    57 HEADER
       
    58 END
       
    59 
       
    60 LIBRARY	euser.lib
       
    61 LIBRARY	ImageConversion.lib
       
    62 LIBRARY	fbscli.lib
       
    63 LIBRARY	gdi.lib
       
    64 LIBRARY SvgEngine.lib
       
    65 LIBRARY Cone.lib
       
    66 LIBRARY efsrv.lib
       
    67 LIBRARY bitgdi.lib
       
    68 LIBRARY InetProtUtil.lib
       
    69 LIBRARY platformenv.lib
       
    70 LIBRARY imut.lib
       
    71 LIBRARY charconv.lib
       
    72 
       
    73 START	WINS
       
    74 BASEADDRESS	0x4F630000
       
    75 END
       
    76 // End of file
       
    77