vtprotocolplugins/DisplaySink/group/VtImageTransforms.mmp
changeset 0 ed9695c8bcbe
equal deleted inserted replaced
-1:000000000000 0:ed9695c8bcbe
       
     1 /*
       
     2 * Copyright (c) 2004 - 2006 Nokia Corporation and/or its subsidiary(-ies).
       
     3 * All rights reserved.
       
     4 * This component and the accompanying materials are made available
       
     5 * under the terms of "Eclipse Public License v1.0"
       
     6 * which accompanies this distribution, and is available
       
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     8 *
       
     9 * Initial Contributors:
       
    10 * Nokia Corporation - initial contribution.
       
    11 *
       
    12 * Contributors:
       
    13 *
       
    14 * Description:    Project definition file for Video Source image transforms
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 #include        <platform_paths.hrh>
       
    20 #include        "../inc/CVtImageTransformsUids.hrh"
       
    21 
       
    22 TARGET          vtimagetransforms.dll
       
    23 TARGETTYPE      dll
       
    24 VENDORID        VID_DEFAULT
       
    25 
       
    26 UID             KSharedLibraryUidDefine KUidVtImageTransformsLibrary
       
    27 
       
    28 SOURCEPATH      ../src
       
    29 SOURCE          CVtImage.cpp
       
    30 SOURCE			CVtImageBitmap.cpp
       
    31 SOURCE			CVtImageIYUV.cpp
       
    32 SOURCE			CVtImageScaler.cpp
       
    33 SOURCE			CVtImageScalerImpl.cpp
       
    34 SOURCE			CVtImageScalerImplNearest.cpp
       
    35 SOURCE			CVtImageScalerImplWeightedAverage.cpp
       
    36 SOURCE			CVtImageScalerImplBilinear.cpp
       
    37 SOURCE			CVtImageRotator.cpp
       
    38 SOURCE			CVtImageRotatorImpl.cpp
       
    39 SOURCE			CVtImageRotatorImplMirrorFlip.cpp
       
    40 SOURCE			CVtImageRotatorImplClockwise.cpp
       
    41 
       
    42 USERINCLUDE     ../inc
       
    43 APP_LAYER_SYSTEMINCLUDE
       
    44 SYSTEMINCLUDE	/epoc32/include/mmf/server
       
    45 SYSTEMINCLUDE	/epoc32/include/mmf/common
       
    46 
       
    47 LIBRARY         euser.lib
       
    48 LIBRARY		    fbscli.lib
       
    49 LIBRARY         bitmaptransforms.lib
       
    50 
       
    51 CAPABILITY      CAP_GENERAL_DLL
       
    52 
       
    53 // End of File
       
    54