imagingandcamerafws/imagingfws/ImageProcessor/group/imageprocessor.mmp
branchRCL_3
changeset 50 948c7f65f6d4
parent 0 40261b775718
equal deleted inserted replaced
49:735348f59235 50:948c7f65f6d4
       
     1 // Copyright (c) 2008-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 #include <imageprocessor/imageprocessor_uids.hrh>
       
    17 
       
    18 /**
       
    19 @file
       
    20 
       
    21 @SYMPurpose imageprocessor.dll Image Processor Framework
       
    22 */
       
    23 TARGET		imageprocessor.dll
       
    24 TARGETTYPE	dll
       
    25 CAPABILITY	ALL -TCB
       
    26 UID		0x1000008d KImageProcessorDllUidValue 
       
    27 
       
    28 SOURCEPATH	../src
       
    29 SOURCE		imageprocessor.cpp
       
    30 SOURCE		imageprocessorimpl.cpp
       
    31 SOURCE		imageprocessorcallback.cpp
       
    32 SOURCE		imageprocessoreffect.cpp
       
    33 SOURCE		imageprocessorpreview.cpp
       
    34 SOURCE		imageprocessoroverlay.cpp
       
    35 SOURCE		imageprocessorprogressinfo.cpp
       
    36 SOURCE		imageprocessorinputinfo.cpp
       
    37 SOURCE		imageprocessoroutputinfo.cpp 
       
    38 SOURCE		imageprocessormain.cpp
       
    39 
       
    40 USERINCLUDE	../inc
       
    41 USERINCLUDE	../src
       
    42 
       
    43 OS_LAYER_SYSTEMINCLUDE_SYMBIAN
       
    44 
       
    45 LIBRARY		euser.lib
       
    46 LIBRARY		ecom.lib
       
    47 LIBRARY		imageconversion.lib
       
    48 LIBRARY		caf.lib
       
    49 LIBRARY		mmcommon.lib
       
    50 LIBRARY		fbscli.lib
       
    51 LIBRARY	    mmcommonutils.lib
       
    52 
       
    53 DEFFILE		imageprocessor.def
       
    54 NOSTRICTDEF
       
    55 
       
    56 
       
    57 SMPSAFE