videoeditorengine/h263decoder/group/vedh263d.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          vedh263d.dll
       
    27 TARGETTYPE      dll
       
    28 UID             0x1000008d 0x10204bf5
       
    29 
       
    30 VENDORID        VID_DEFAULT
       
    31 CAPABILITY      CAP_GENERAL_DLL
       
    32 
       
    33 // Default system include paths for middleware layer modules.
       
    34 MW_LAYER_SYSTEMINCLUDE
       
    35 
       
    36 USERINCLUDE     ../inc
       
    37 USERINCLUDE     ../../../videoeditor_plat/video_editor_engine_api/inc
       
    38 
       
    39 LIBRARY         euser.lib
       
    40 
       
    41 SOURCEPATH      ../src
       
    42 
       
    43 SOURCE	        vedh263dimp.cpp
       
    44 SOURCE          VedVolReader.cpp
       
    45 SOURCE          MPEG4Transcoder.cpp
       
    46 SOURCE          h263dntc.cpp
       
    47 SOURCE          vdefrt.cpp
       
    48 SOURCE          vdeimb.cpp
       
    49 SOURCE          vdeims.cpp
       
    50 SOURCE          vdemain.cpp
       
    51 SOURCE          vdeti.cpp
       
    52 SOURCE          vdeti_mpeg.cpp
       
    53 SOURCE          block.cpp
       
    54 SOURCE          core.cpp
       
    55 SOURCE          decblock.cpp
       
    56 SOURCE          decgob.cpp
       
    57 SOURCE          decmb.cpp
       
    58 SOURCE          decmbdct.cpp
       
    59 SOURCE          decmbs.cpp
       
    60 SOURCE          decpich.cpp
       
    61 SOURCE          idctiforepoc.cpp
       
    62 SOURCE          sync.cpp
       
    63 SOURCE          vdcmvc.cpp
       
    64 SOURCE          viddemux.cpp
       
    65 SOURCE          biblin.cpp
       
    66 SOURCE          dlist.cpp
       
    67 SOURCE          list.cpp
       
    68 SOURCE          rendri.cpp
       
    69 SOURCE          epoclib.cpp
       
    70 SOURCE          decmbdct_mpeg.cpp
       
    71 SOURCE          decmbs_dp_mpeg.cpp
       
    72 SOURCE          core_mpeg.cpp
       
    73 SOURCE          sync_mpeg.cpp
       
    74 SOURCE          vdcaic.cpp
       
    75 SOURCE          decpich_mpeg.cpp
       
    76 SOURCE          decvp_mpeg.cpp
       
    77 SOURCE          viddemux_mpeg.cpp
       
    78 SOURCE          vlb.cpp
       
    79 SOURCE          bma.cpp
       
    80 
       
    81 // End of File
       
    82 
       
    83