imagingandcamerafws/imagingfws/ImageDisplay/MmpFiles/ImageDisplay.mmp
changeset 0 40261b775718
equal deleted inserted replaced
-1:000000000000 0:40261b775718
       
     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	imagedisplay.dll
       
    17 TARGETTYPE	DLL
       
    18 CAPABILITY ALL -TCB
       
    19 VENDORID 0x70000001
       
    20 
       
    21 UID	0x10000008   0x101F7C45
       
    22 
       
    23 SOURCEPATH		../src
       
    24 SOURCE			ImageDisplayMain.cpp
       
    25 SOURCE			ImageDisplay.cpp
       
    26 SOURCE			ImageDisplayFramework.cpp
       
    27 SOURCE			ImageDisplayPlugin.cpp
       
    28 SOURCE			ImageDisplayRecognizer.cpp
       
    29 
       
    30 SOURCEPATH		../src/Resolver
       
    31 SOURCE			ImageDisplayResolvrUtils.cpp
       
    32 SOURCE			ImageDisplayResolverAPI.cpp
       
    33 
       
    34 
       
    35 USERINCLUDE		../inc
       
    36 USERINCLUDE		../inc/icl
       
    37 USERINCLUDE		../src
       
    38 USERINCLUDE		../src/Resolver
       
    39 
       
    40 OS_LAYER_SYSTEMINCLUDE_SYMBIAN
       
    41 
       
    42 LIBRARY			euser.lib
       
    43 LIBRARY			estor.lib
       
    44 LIBRARY			ecom.lib
       
    45 LIBRARY			efsrv.lib
       
    46 LIBRARY			caf.lib
       
    47 LIBRARY			mmcommon.lib
       
    48 LIBRARY			imageconversion.lib
       
    49 LIBRARY			cafutils.lib
       
    50 
       
    51 START	WINS
       
    52 BASEADDRESS	0x4F6F0000
       
    53 END
       
    54 
       
    55 SMPSAFE