videditor/group/bld.inf
branchRCL_3
changeset 3 e0b5df5c0969
parent 0 951a5db380a0
child 7 4c409de21d23
equal deleted inserted replaced
0:951a5db380a0 3:e0b5df5c0969
     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 * Build information file for Simple Cut Video.
       
    17 *
       
    18 */
       
    19 
       
    20 
       
    21 #include <platform_paths.hrh>
       
    22 
       
    23 #include "buildconfig.hrh"
       
    24 
       
    25 #include "../VideoEditorCommon/Group/bld.inf"
       
    26 #include "../VideoEditorUiComponents/Group/bld.inf"
       
    27 #include "../SimpleVideoEditor/group/bld.inf"
       
    28 #include "../SimpleCutVideo/group/bld.inf"
       
    29 #include "../VideoProvider/group/bld.inf"
       
    30 #if defined (__INCLUDE_MANUAL_VIDEO_EDITOR__)
       
    31 #include "../ManualVideoEditor/group/bld.inf"
       
    32 #endif
       
    33 
       
    34 PRJ_EXPORTS
       
    35 // ROM description files
       
    36 //../internal/tsrc/rom/VideoEditor.iby  LANGUAGE_APP_LAYER_IBY_EXPORT_PATH(VideoEditor.iby)
       
    37 //../internal/tsrc/rom/VideoEditorResource.iby  LANGUAGE_APP_LAYER_IBY_EXPORT_PATH(VideoEditorResource.iby)
       
    38 
       
    39 // export localised loc file
       
    40 ../loc/SimpleVideoEditor.loc			APP_LAYER_LOC_EXPORT_PATH(SimpleVideoEditor.loc)
       
    41 
       
    42 // sis stub
       
    43 ../data/VideoEditorStub.sis   /epoc32/data/z/system/install/VideoEditorStub.sis
       
    44 
       
    45 
       
    46 // End of File