imagingandcamerafws/imaginginttest/Codecs/Group/PPm2Codec.mmp
branchRCL_3
changeset 50 948c7f65f6d4
parent 0 40261b775718
equal deleted inserted replaced
49:735348f59235 50:948c7f65f6d4
       
     1 // Copyright (c) 2002-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 //
       
    15 
       
    16 // if __CONTINUE_CONVERT is not defined, a ContinueConvert() operation restarts from the top
       
    17 MACRO __CONTINUE_CONVERT
       
    18 
       
    19 TARGET		ppm2codec.dll
       
    20 CAPABILITY ALL -TCB
       
    21 TARGETTYPE	plugin
       
    22 
       
    23 // ECom Dll recognition UID followed by the unique UID for this dll
       
    24 UID	0x10009D8D 0x101F45F2
       
    25 
       
    26 USERINCLUDE	../PPM2
       
    27 USERINCLUDE	../inc
       
    28 
       
    29 OS_LAYER_SYSTEMINCLUDE_SYMBIAN
       
    30 
       
    31 SOURCEPATH	../PPM2
       
    32 SOURCE		PPM2Codec.cpp
       
    33 SOURCE		PPM2Convert.cpp
       
    34 SOURCE		PPM2Proxy.cpp
       
    35 
       
    36 
       
    37 START RESOURCE 101F45F2.rss
       
    38 #ifdef SYMBIAN_SECURE_ECOM
       
    39 target ppm2codec.rsc
       
    40 #endif
       
    41 end
       
    42 
       
    43 START RESOURCE 101F45F2_extra.rss
       
    44 #ifdef __SECURE_DATA__
       
    45 targetpath resource/icl
       
    46 #endif
       
    47 header
       
    48 END
       
    49 
       
    50 LIBRARY	euser.lib
       
    51 LIBRARY	imageconversion.lib
       
    52 LIBRARY	bafl.lib
       
    53 LIBRARY	fbscli.lib
       
    54 
       
    55 START	WINS
       
    56 //BASEADDRESS	0x4F640000
       
    57 END
       
    58 
       
    59 SMPSAFE