videoeditorengine/avcedit/group/vedavcedit.mmp
changeset 9 d87d32eab1a9
parent 0 951a5db380a0
equal deleted inserted replaced
0:951a5db380a0 9:d87d32eab1a9
     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 * The AVC editing DLL project definition file.
       
    17 *
       
    18 */
       
    19 
       
    20 
       
    21 // To get the MW_LAYER_SYSTEMINCLUDE-definition
       
    22 #include <platform_paths.hrh>
       
    23 
       
    24 
       
    25 TARGET          vedavcedit.dll
       
    26 TARGETTYPE      dll
       
    27 UID             0x1000008d 0x10204C06   //KSharedLibraryUid
       
    28 
       
    29 VENDORID        VID_DEFAULT
       
    30 CAPABILITY      CAP_GENERAL_DLL
       
    31 
       
    32 MACRO VIDEOEDITORENGINE_AVC_EDITING
       
    33 #define VIDEOEDITORENGINE_AVC_EDITING
       
    34 
       
    35 SOURCEPATH      ../src
       
    36 
       
    37 SOURCE          vedavcedit.cpp
       
    38 SOURCE          vedavceditimp.cpp
       
    39 SOURCE          sequence.cpp
       
    40 SOURCE          parameterset.cpp
       
    41 SOURCE          bitbuffer.cpp
       
    42 SOURCE          vld.cpp
       
    43 
       
    44 #ifdef VIDEOEDITORENGINE_AVC_EDITING
       
    45 SOURCE          slice.cpp
       
    46 SOURCE          macroblock.cpp
       
    47 SOURCE          dpb.cpp
       
    48 SOURCE          motcomp.cpp
       
    49 SOURCE          framebuffer.cpp
       
    50 SOURCE          invtransform.cpp
       
    51 #endif
       
    52 
       
    53 USERINCLUDE     ../inc 
       
    54 
       
    55 // Default system include paths for middleware layer modules.
       
    56 MW_LAYER_SYSTEMINCLUDE
       
    57 
       
    58 SYSTEMINCLUDE	  /epoc32/include/libc
       
    59 
       
    60 // Symbian OS libraries
       
    61 LIBRARY 	      euser.lib 
       
    62 LIBRARY         estlib.lib
       
    63 
       
    64 //EXPORTUNFROZEN
       
    65 
       
    66 // End of File
       
    67 
       
    68