mmserv/thumbnailengine/Group/HXTNEEngine.mmp
changeset 0 71ca22bcf22a
child 6 e35735ece90c
equal deleted inserted replaced
-1:000000000000 0:71ca22bcf22a
       
     1 /*
       
     2 * Copyright (c) 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:  
       
    15 *      Project specification file for the Video Editor
       
    16 *
       
    17 */
       
    18 
       
    19 
       
    20 
       
    21 
       
    22 #include <platform_paths.hrh>
       
    23 
       
    24 
       
    25 CAPABILITY      CAP_GENERAL_DLL
       
    26 TARGET          TNEEngine.dll
       
    27 TARGETTYPE      dll
       
    28 UID             0x1000006C 0x102824B9
       
    29 VENDORID        VID_DEFAULT
       
    30 
       
    31 
       
    32 MACRO		__TNEENGINE__ 
       
    33 #define		__TNEENGINE__
       
    34 
       
    35 
       
    36 SOURCEPATH      ../TneAPISrc
       
    37 SOURCE          HXTneserver.cpp
       
    38 SOURCE          HXTNEVideoClipInfoImp.cpp
       
    39 SOURCE          HXTneClientObserver.cpp
       
    40 
       
    41 
       
    42 
       
    43 SOURCEPATH      ../TneProcessorSrc
       
    44 SOURCE          yuv2rgb12.cpp
       
    45 SOURCE          yuv2rgb16.cpp
       
    46 SOURCE          yuv2rgb24.cpp
       
    47 
       
    48 SOURCEPATH      ../ImaamiSrc
       
    49 SOURCE          DCColorManagement.cpp
       
    50 SOURCE          DCDigitalZoom.cpp
       
    51 SOURCE          DCDithering.cpp
       
    52 SOURCE          DCIetd.cpp
       
    53 SOURCE          DCSharpening.cpp
       
    54 SOURCE          DisplayChain.cpp
       
    55 
       
    56 
       
    57 MW_LAYER_SYSTEMINCLUDE
       
    58 SYSTEMINCLUDE   /epoc32/include/libc 
       
    59 SYSTEMINCLUDE   /epoc32/include/mmf/common
       
    60 SYSTEMINCLUDE   /epoc32/include/mmf/devvideo
       
    61 
       
    62 USERINCLUDE	../../Inc
       
    63 USERINCLUDE     ../TneAPIInc
       
    64 USERINCLUDE     ../TneProcessorInc
       
    65 USERINCLUDE     ../ImaamiInc
       
    66 
       
    67 
       
    68 STATICLIBRARY   hxmetadatautil.lib
       
    69 
       
    70 LIBRARY			euser.lib efsrv.lib
       
    71 LIBRARY			fbscli.lib
       
    72 LIBRARY			gdi.lib
       
    73 LIBRARY			3GPMP4Lib.lib
       
    74 LIBRARY			ecom.lib
       
    75 LIBRARY			devvideo.lib
       
    76 LIBRARY			flogger.lib
       
    77 
       
    78 
       
    79 
       
    80 // End of File