videoeditorengine/group/bld.inf
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 *
       
    17 */
       
    18 
       
    19 
       
    20 #include <platform_paths.hrh>
       
    21 
       
    22 PRJ_PLATFORMS
       
    23 DEFAULT
       
    24 
       
    25 // ROM build files
       
    26 PRJ_MMPFILES
       
    27 
       
    28 #include "../audioeditorengine/group/bld.inf"
       
    29 #include "../avcedit/group/bld.inf"
       
    30 #include "../h263decoder/group/bld.inf"
       
    31 #include "../mp3aacManipLib/group/bld.inf"
       
    32 #include "../vedtranscoder/group/bld.inf"
       
    33 #include "../vedengine/group/bld.inf"
       
    34 
       
    35 // Exported files
       
    36 PRJ_EXPORTS
       
    37 ../conf/videoeditorengine.confml        MW_LAYER_CONFML(videoeditorengine.confml)
       
    38 ../conf/videoeditorengine_10204C07.crml MW_LAYER_CRML(videoeditorengine_10204C07.crml)
       
    39 
       
    40 //sis stubb
       
    41 ../data/VideoEditorEngineStub.sis	/epoc32/data/z/system/install/VideoEditorEngineStub.sis
       
    42 
       
    43 // Export iby
       
    44 ../rom/VideoEditorEngine.iby  		CORE_MW_LAYER_IBY_EXPORT_PATH(VideoEditorEngine.iby)
       
    45 
       
    46 PRJ_TESTMMPFILES
       
    47 
       
    48 // End of File
       
    49 
       
    50 
       
    51