imaging/imagingfws/ImageTransform/MmpFiles/ImageTransformResolver.mmp
changeset 0 5752a19fdefe
equal deleted inserted replaced
-1:000000000000 0:5752a19fdefe
       
     1 // Copyright (c) 2004-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 imagetransformresolver.dll
       
    17 CAPABILITY 	ProtServ
       
    18 targettype plugin
       
    19 
       
    20 // ECom Dll recognition UID followed by the unique UID for this dll
       
    21 UID	0x10009D8D  0x101F7C2C
       
    22 VENDORID 0x70000001
       
    23 
       
    24 USERINCLUDE		../src/Resolver
       
    25 USERINCLUDE		../inc
       
    26 OS_LAYER_SYSTEMINCLUDE_SYMBIAN
       
    27 
       
    28 SOURCEPATH		../src/Resolver
       
    29 SOURCE			ImageTransformResolver.cpp
       
    30 SOURCE			ImageTransformResolverProxy.cpp
       
    31 
       
    32 SOURCE			ImageTransformResolvrUtils.cpp
       
    33 SOURCE			ImageTransformResolverAPI.cpp
       
    34 
       
    35 
       
    36 start resource 101F7C2C.rss
       
    37 target imagetransformresolver.rsc
       
    38 end
       
    39 
       
    40 LIBRARY			euser.lib
       
    41 LIBRARY			estor.lib
       
    42 
       
    43 START	WINS
       
    44 BASEADDRESS	0x4F620000
       
    45 END
       
    46 
       
    47 SMPSAFE