mmplugins/imagingplugins/group/WMFCodec.mmp
changeset 0 40261b775718
equal deleted inserted replaced
-1:000000000000 0:40261b775718
       
     1 // Copyright (c) 2001-2009 Nokia Corporation and/or its subsidiary(-ies).
       
     2 // All rights reserved.
       
     3 // This component and the accompanying materials are made available
       
     4 // under the terms of "Eclipse Public License v1.0"
       
     5 // which accompanies this distribution, and is available
       
     6 // at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     7 //
       
     8 // Initial Contributors:
       
     9 // Nokia Corporation - initial contribution.
       
    10 //
       
    11 // Contributors:
       
    12 //
       
    13 // Description:
       
    14 // wmfcodec.dll Windows Meta-File (WMF) codec plugin
       
    15 // 
       
    16 //
       
    17 
       
    18 /**
       
    19  @file
       
    20 */
       
    21 
       
    22 
       
    23 target wmfcodec.dll
       
    24 CAPABILITY ALL -TCB
       
    25 targettype plugin
       
    26 
       
    27 // ECom Dll recognition UID followed by the unique UID for this dll
       
    28 UID	0x10009D8D 0x101F45B5
       
    29 VENDORID 0x70000001
       
    30 
       
    31 USERINCLUDE	../codecs/WMFCodec
       
    32 USERINCLUDE	../../../imagingandcamerafws/imagingfws/inc
       
    33 USERINCLUDE	../../../imagingandcamerafws/imagingfws/src
       
    34 
       
    35 OS_LAYER_SYSTEMINCLUDE_SYMBIAN
       
    36 
       
    37 SOURCEPATH	../codecs/WMFCodec
       
    38 SOURCE		WMFCodec.cpp
       
    39 SOURCE		WMFConvert.cpp
       
    40 SOURCE		WMFProxy.cpp
       
    41 
       
    42 start resource 101F45B5.rss
       
    43 target wmfcodec.rsc
       
    44 end
       
    45 
       
    46 START RESOURCE 101F45B5_extra.rss
       
    47 targetpath resource/icl
       
    48 header
       
    49 END
       
    50 
       
    51 LIBRARY	euser.lib
       
    52 LIBRARY	bitgdi.lib
       
    53 LIBRARY	gdi.lib
       
    54 LIBRARY	fbscli.lib
       
    55 LIBRARY bafl.lib
       
    56 LIBRARY hal.lib
       
    57 LIBRARY	imageconversion.lib
       
    58 
       
    59 START	WINS
       
    60 //BASEADDRESS	0x4F620000
       
    61 END
       
    62 
       
    63 SMPSAFE