videditor/SimpleCutVideo/group/bld.inf
branchRCL_3
changeset 3 e0b5df5c0969
parent 0 951a5db380a0
child 5 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 "../../Group/buildconfig.hrh"
       
    24 
       
    25 PRJ_PLATFORMS
       
    26 DEFAULT
       
    27 
       
    28 // Help export
       
    29 #include "../help/group/bld.inf"
       
    30 
       
    31 // Exported headers
       
    32 PRJ_EXPORTS
       
    33 ../rom/SimpleCutVideo.iby  CORE_APP_LAYER_IBY_EXPORT_PATH(SimpleCutVideo.iby)
       
    34 ../rom/SimpleCutVideo_resource.iby  LANGUAGE_APP_LAYER_IBY_EXPORT_PATH(SimpleCutVideo_resource.iby)
       
    35 
       
    36 // ROM build files
       
    37 PRJ_MMPFILES
       
    38 VedSimpleCutVideo.mmp
       
    39 
       
    40 PRJ_EXTENSIONS
       
    41 
       
    42 START EXTENSION s60/mifconv
       
    43 OPTION TARGETFILE VedSimpleCutVideo_aif.MIF
       
    44 OPTION HEADERFILE VedSimpleCutVideo_aif.MBG
       
    45 OPTION SOURCEDIR ../data
       
    46 OPTION SOURCES -c8,8 qgn_menu_ve_cxt
       
    47 END
       
    48 
       
    49 PRJ_TESTMMPFILES
       
    50 
       
    51 
       
    52 // End of File