imaging/imagingfws/BitmapTransform/MmpFiles/BitmapTransforms.mmp
changeset 0 5752a19fdefe
equal deleted inserted replaced
-1:000000000000 0:5752a19fdefe
       
     1 // Copyright (c) 2004-2010 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 #include "../inc_pub/BitmTrans/BitmTransUids.hrh"
       
    17 
       
    18 /**
       
    19 @file
       
    20 
       
    21 @SYMPurpose bitmaptransforms.dll Scaling and rotation functionality library
       
    22 */
       
    23 //MACRO		__SCALING_PROFILING // Enable profiling
       
    24 
       
    25 TARGET		bitmaptransforms.dll
       
    26 CAPABILITY ALL -TCB
       
    27 TARGETTYPE	DLL
       
    28 
       
    29 UID	0x10000008   KUidBitmapTransformsLibrary
       
    30 VENDORID 0x70000001
       
    31 
       
    32 SOURCEPATH	../src
       
    33 SOURCE	    BitmapRotation.cpp
       
    34 SOURCE	    BitmapRotationBody.cpp
       
    35 SOURCE      BitmapScaling.cpp
       
    36 SOURCE      BitmapScalingBody.cpp
       
    37 SOURCE      BitmapTransformsMain.cpp
       
    38 SOURCE      BitmapConverterBody.cpp
       
    39 SOURCE      BitmapConverter.cpp  
       
    40 
       
    41 USERINCLUDE	../inc
       
    42 USERINCLUDE	../src
       
    43 USERINCLUDE ../../src
       
    44 
       
    45 OS_LAYER_SYSTEMINCLUDE_SYMBIAN
       
    46 
       
    47 LIBRARY	euser.lib
       
    48 LIBRARY	fbscli.lib
       
    49 LIBRARY	imageconversion.lib 
       
    50 LIBRARY ecom.lib
       
    51 LIBRARY	mmcommonutils.lib
       
    52 
       
    53 // COVERAGE LIBS
       
    54 // these are only needed for coverage under a windows
       
    55 // environment
       
    56 // The User is referred to the document How to enable C-Cover for Epoc
       
    57 //                      is June 2002 no document number 
       
    58 //#if defined(WINS)
       
    59 //LIBRARY covrt.obj covrt-nt-entryuser.obj covrt-nt-link.obj
       
    60 //LIBRARY kernel32.lib user32.lib 
       
    61 //#endif
       
    62 
       
    63 
       
    64 #ifdef EABI
       
    65 DEFFILE BitmapTransforms.def
       
    66 #endif
       
    67 
       
    68 #ifdef WINSCW
       
    69 DEFFILE BITMAPTRANSFORMS.DEF
       
    70 #endif
       
    71 
       
    72 START	WINS
       
    73 BASEADDRESS	0x4F600000
       
    74 END
       
    75 
       
    76 SMPSAFE