mmplugins/imagingplugins/group/WBMPCodec.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 // wbmpcodec.dll WAP BMP (WBMP) codec plugin
       
    15 // 
       
    16 //
       
    17 
       
    18 /**
       
    19  @file
       
    20 */
       
    21 
       
    22 
       
    23 target wbmpcodec.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 0x101F45CD
       
    29 VENDORID 0x70000001
       
    30 
       
    31 USERINCLUDE	../codecs/WBMPCodec
       
    32 USERINCLUDE	../../../imagingandcamerafws/imagingfws/inc
       
    33 USERINCLUDE	../../../imagingandcamerafws/imagingfws/src
       
    34 
       
    35 OS_LAYER_SYSTEMINCLUDE_SYMBIAN
       
    36 
       
    37 SOURCEPATH	../codecs/WBMPCodec
       
    38 SOURCE		WBMPCodec.cpp
       
    39 SOURCE		WBMPConvert.cpp
       
    40 SOURCE		WBMPProxy.cpp
       
    41 
       
    42 start resource 101F45CD.rss
       
    43 target wbmpcodec.rsc
       
    44 end
       
    45 
       
    46 START RESOURCE 101F45CD_extra.rss
       
    47 targetpath resource/icl
       
    48 header
       
    49 END
       
    50 
       
    51 LIBRARY	euser.lib
       
    52 LIBRARY	bafl.lib
       
    53 LIBRARY	imageconversion.lib
       
    54 LIBRARY	fbscli.lib
       
    55 
       
    56 START	WINS
       
    57 //BASEADDRESS	0x4F640000
       
    58 END
       
    59 
       
    60 SMPSAFE