imaging/imagingfws/ImageTransform/MmpFiles/ImageTransform.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 TARGET		imagetransform.dll
       
    17 CAPABILITY ALL -TCB
       
    18 TARGETTYPE	DLL
       
    19 
       
    20 UID	0x10000008   0x101F7C27
       
    21 VENDORID 0x70000001
       
    22 
       
    23 SOURCEPATH		../src
       
    24 SOURCE			ImageTransformMain.cpp
       
    25 SOURCE			ImageTransform.cpp
       
    26 SOURCE			ImageTransformFramework.cpp
       
    27 SOURCE			ImageTransformPlugin.cpp
       
    28 
       
    29 SOURCEPATH		../src/Resolver
       
    30 SOURCE			ImageTransformResolvrUtils.cpp
       
    31 SOURCE			ImageTransformResolverAPI.cpp
       
    32 
       
    33 SOURCEPATH	../src/extensions
       
    34 SOURCE		squeezetransformextension.cpp orientationtransformextension.cpp overlaytransformextension.cpp
       
    35 
       
    36 USERINCLUDE		../inc
       
    37 USERINCLUDE		../inc/icl
       
    38 USERINCLUDE		../inc_pub
       
    39 USERINCLUDE		../inc_pub/icl
       
    40 USERINCLUDE		../src
       
    41 USERINCLUDE		../src/Resolver
       
    42 
       
    43 OS_LAYER_SYSTEMINCLUDE_SYMBIAN
       
    44 
       
    45 LIBRARY			euser.lib
       
    46 LIBRARY			estor.lib
       
    47 LIBRARY			ecom.lib
       
    48 LIBRARY			efsrv.lib
       
    49 LIBRARY			fbscli.lib
       
    50 
       
    51 #ifdef EABI
       
    52 DEFFILE ImageTransform.def
       
    53 #endif
       
    54 
       
    55 #ifdef WINSCW
       
    56 DEFFILE IMAGETRANSFORM.DEF
       
    57 #endif
       
    58 
       
    59 START	WINS
       
    60 BASEADDRESS	0x4F700000
       
    61 END
       
    62 
       
    63 SMPSAFE