videoeditorengine/vedengine/group/VedEngine.mmp
changeset 0 951a5db380a0
equal deleted inserted replaced
-1:000000000000 0:951a5db380a0
       
     1 /*
       
     2 * Copyright (c) 2010 Ixonos Plc.
       
     3 * All rights reserved.
       
     4 * This component and the accompanying materials are made available
       
     5 * under the terms of the "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 * Ixonos Plc
       
    14 *
       
    15 * Description:  
       
    16 *
       
    17 */
       
    18 
       
    19 
       
    20 // To get the MW_LAYER_SYSTEMINCLUDE-definition
       
    21 #include <platform_paths.hrh>
       
    22 
       
    23 
       
    24 NOEXPORTLIBRARY
       
    25 
       
    26 TARGET          VedEngine.dll
       
    27 TARGETTYPE      dll
       
    28 UID             0x1000008d 0x10204bf4
       
    29 
       
    30 VENDORID        VID_DEFAULT
       
    31 CAPABILITY      CAP_GENERAL_DLL
       
    32 
       
    33 MACRO VIDEOEDITORENGINE_AVC_EDITING
       
    34 #define VIDEOEDITORENGINE_AVC_EDITING
       
    35 
       
    36 MACRO     __VIDEOEDIT__ 
       
    37 #define 	__VIDEOEDIT__
       
    38 
       
    39 SOURCEPATH      ../src
       
    40 SOURCE          VedVideoClipInfoImp.cpp
       
    41 SOURCE          VedAudioClipInfoImp.cpp
       
    42 SOURCE          VedMovieImp.cpp
       
    43 SOURCE          VedVideoClip.cpp
       
    44 SOURCE          VedVideoClipGenerator.cpp
       
    45 SOURCE          VedVideoClipInfoGeneratedImp.cpp
       
    46 SOURCE          vedcodecchecker.cpp
       
    47 SOURCE          vedqualitysettingsapi.cpp
       
    48 
       
    49 SOURCEPATH      ../VideoProcessor/Src
       
    50 SOURCE          movieprocessor.cpp
       
    51 SOURCE          movieprocessorimpl.cpp
       
    52 SOURCE          audioprocessor.cpp
       
    53 SOURCE          videoprocessor.cpp
       
    54 SOURCE          activequeue.cpp
       
    55 SOURCE          statusmonitor.cpp
       
    56 SOURCE          mp4demux.cpp
       
    57 SOURCE          mp4parser.cpp
       
    58 SOURCE          mp4composer.cpp 
       
    59 SOURCE          yuv2rgb12.cpp
       
    60 SOURCE          yuv2rgb16.cpp
       
    61 SOURCE          yuv2rgb24.cpp
       
    62 SOURCE          dataprocessor.cpp
       
    63 SOURCE          VedRgb2YuvConverter.cpp
       
    64 SOURCE          mpeg4timer.cpp
       
    65 SOURCE          VideoEncoderMDF.cpp
       
    66 SOURCE          SizeEstimate.cpp
       
    67 
       
    68 SOURCEPATH      ../GenManip/src
       
    69 SOURCE          DCColorManagement.cpp
       
    70 SOURCE          DCDigitalZoom.cpp
       
    71 SOURCE          DCDithering.cpp
       
    72 SOURCE          DCIetd.cpp
       
    73 SOURCE          DCSharpening.cpp
       
    74 SOURCE          DisplayChain.cpp
       
    75 
       
    76 // Default system include paths for middleware layer modules.
       
    77 MW_LAYER_SYSTEMINCLUDE
       
    78 
       
    79 SYSTEMINCLUDE   /epoc32/include/libc 
       
    80 
       
    81 USERINCLUDE     ../../../videoeditor_plat/video_editor_engine_api/inc
       
    82 
       
    83 USERINCLUDE     ../inc
       
    84 USERINCLUDE     ../VideoProcessor/inc
       
    85 USERINCLUDE     ../GenManip/inc
       
    86 
       
    87 USERINCLUDE     ../../H263Decoder/inc
       
    88 USERINCLUDE     ../../vedtranscoder/inc
       
    89 USERINCLUDE     ../../AudioEditorEngine/inc
       
    90 USERINCLUDE     ../../avcedit/inc
       
    91 
       
    92 LIBRARY         euser.lib efsrv.lib
       
    93 LIBRARY         fbscli.lib
       
    94 LIBRARY		      gdi.lib
       
    95 
       
    96 LIBRARY         3GPMP4Lib.lib
       
    97 LIBRARY         ImagingConfigManager.lib
       
    98 LIBRARY         ecom.lib
       
    99 
       
   100 LIBRARY         vedh263d.lib
       
   101 LIBRARY         vedtranscoder.lib
       
   102 LIBRARY         aedengine.lib
       
   103 
       
   104 LIBRARY         vedavcedit.lib
       
   105 
       
   106 // End of File
       
   107 
       
   108