mmserv/thumbnailengine/Group/TNEEngine.mmp
changeset 0 71ca22bcf22a
child 19 095bea5f582e
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          TNEVideoClipInfoImp.cpp
       
    38 
       
    39 SOURCEPATH      ../TneProcessorSrc
       
    40 SOURCE          TNEDecoderWrap.cpp
       
    41 SOURCE          TNEProcessorImpl.cpp
       
    42 SOURCE          TNEProcessor.cpp 
       
    43 SOURCE          yuv2rgb12.cpp
       
    44 SOURCE          yuv2rgb16.cpp
       
    45 SOURCE          yuv2rgb24.cpp
       
    46 SOURCE          mp4parser.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 LIBRARY			euser.lib efsrv.lib
       
    68 LIBRARY			fbscli.lib
       
    69 LIBRARY			gdi.lib
       
    70 LIBRARY			3GPMP4Lib.lib
       
    71 LIBRARY			ecom.lib
       
    72 LIBRARY			devvideo.lib
       
    73 
       
    74 
       
    75 // End of File