imagingandcamerafws/imaginginttest/Codecs/Group/PPm1Codec.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 TARGET		ppm1codec.dll
       
    17 CAPABILITY ALL -TCB
       
    18 TARGETTYPE	plugin
       
    19 
       
    20 // ECom Dll recognition UID followed by the unique UID for this dll
       
    21 UID	0x10009D8D 0x101F45F1
       
    22 
       
    23 USERINCLUDE	../PPM1
       
    24 USERINCLUDE	../inc
       
    25 USERINCLUDE ../../../imagingfws/src
       
    26 
       
    27 OS_LAYER_SYSTEMINCLUDE_SYMBIAN
       
    28 
       
    29 SOURCEPATH	../PPM1
       
    30 SOURCE		PPM1Codec.cpp
       
    31 SOURCE		PPM1Convert.cpp
       
    32 SOURCE		PPM1Proxy.cpp
       
    33 
       
    34 START RESOURCE 101F45F1.rss
       
    35 #ifdef SYMBIAN_SECURE_ECOM
       
    36 target ppm1codec.rsc
       
    37 #endif
       
    38 end
       
    39 
       
    40 START RESOURCE 101F45F1_extra.rss
       
    41 #ifdef __SECURE_DATA__
       
    42 targetpath resource/icl
       
    43 #endif
       
    44 header
       
    45 END
       
    46 
       
    47 LIBRARY	euser.lib
       
    48 LIBRARY	imageconversion.lib
       
    49 LIBRARY	bafl.lib
       
    50 LIBRARY	fbscli.lib
       
    51 
       
    52 START	WINS
       
    53 //BASEADDRESS	0x4F640000
       
    54 END
       
    55 
       
    56 SMPSAFE