eventsui/eventsmgmtui/group/bld.inf
branchRCL_3
changeset 17 1fc85118c3ae
parent 16 8173571d354e
child 18 870918037e16
equal deleted inserted replaced
16:8173571d354e 17:1fc85118c3ae
     1 /*
       
     2 * Copyright (c) 2008 Nokia Corporation and/or its subsidiary(-ies). 
       
     3 * All rights reserved.
       
     4 * This component and the accompanying materials are made available
       
     5 * under the terms of "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 *
       
    14 * Description:  Build information file for project Events Management UI
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 PRJ_PLATFORMS
       
    20 DEFAULT
       
    21 
       
    22 PRJ_EXPORTS
       
    23 ../data/eventsuistub.sis        /epoc32/data/z/system/install/eventsuistub.sis
       
    24 
       
    25 PRJ_MMPFILES
       
    26 // MMP Files
       
    27 evtmgmtui.mmp
       
    28 
       
    29 
       
    30 PRJ_EXTENSIONS
       
    31 //application icon
       
    32 START EXTENSION s60/mifconv
       
    33 OPTION TARGETFILE evtmgmtui_aif.mif
       
    34 OPTION SOURCES -c8 qgn_menu_locev.svg
       
    35 END
       
    36 
       
    37 
       
    38 //icons in application
       
    39 START EXTENSION s60/mifconv
       
    40 OPTION TARGETFILE evtmgmtui.mif
       
    41 OPTION HEADERFILE evtmgmtui.mbg
       
    42 OPTION SOURCES -c32,8 qgn_prop_locev_new.svg -c32,8 qgn_prop_locev_draft.svg -c32,8 qgn_prop_locev_invalid.svg -c32,8 qgn_prop_locev_completed.svg -c32,8 qgn_prop_locev_trigger -c8,8 qgn_indi_repeat_add
       
    43 END
       
    44