imstutils/imconversationview/imcvuiapp/group/bld.inf
branchRCL_3
changeset 22 3104fc151679
parent 21 2b7283837edb
child 23 9a48e301e94b
equal deleted inserted replaced
21:2b7283837edb 22:3104fc151679
     1 /*
       
     2 * Copyright (c) 2007-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
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 //
       
    20 // Platforms
       
    21 //
       
    22 PRJ_PLATFORMS
       
    23 DEFAULT
       
    24 
       
    25 //
       
    26 // Exports
       
    27 //
       
    28 //PRJ_EXPORTS
       
    29 
       
    30 
       
    31 // mmp file 
       
    32 PRJ_MMPFILES
       
    33 // icons (bitmap icons must have some different names than scalable icons)
       
    34 
       
    35 //enable when branding is needed.
       
    36 //gnumakefile import.mk
       
    37 
       
    38 
       
    39 
       
    40 imcvuiapp.mmp
       
    41 
       
    42 PRJ_EXTENSIONS
       
    43 
       
    44 // Using mifconv_ext tool ( replacing gnu make to create icons ) To know more about mifconv tool go to the below link:
       
    45 // http://s60wiki.nokia.com/S60Wiki/Mifconv_extension#Use_of_Iconlist_-_Icon_sources_are_fetched_from_.5Cepoc32.5Cs60.5Cicons
       
    46 
       
    47 START EXTENSION s60/mifconv
       
    48 OPTION TARGETFILE imcvuiapp.mif
       
    49 OPTION HEADERFILE imcvuiapp.mbg
       
    50 OPTION SOURCES -c8,1 qgn_prop_im_off_title \
       
    51  -c8,1 qgn_prop_im_on_title	\
       
    52  -c8,1 qgn_prop_im_away_title \
       
    53  -c8,1 qgn_prop_im_busy_title \
       
    54  -c8,1 qgn_prop_im_invisible_title \
       
    55  -c8,1 qgn_prop_im_on_mobile_title \
       
    56  -c8,1 qgn_prop_im_smileys_happy \
       
    57  -c8,1 qgn_prop_im_smileys_sad	\
       
    58  -c8,1 qgn_prop_im_smileys_laugh \
       
    59  -c8,1 qgn_prop_im_smileys_wink	\
       
    60  -c8,1 qgn_prop_im_smileys_kiss \
       
    61  -c8,1 qgn_prop_im_smileys_angry \
       
    62  -c8,1 qgn_prop_im_smileys_bored \
       
    63  -c8,1 qgn_prop_im_smileys_crying \
       
    64  -c8,1 qgn_prop_im_smileys_glasses \
       
    65  -c8,1 qgn_prop_im_smileys_indif \
       
    66  -c8,1 qgn_prop_im_smileys_robot \
       
    67  -c8,1 qgn_prop_im_smileys_shock \
       
    68  -c8,1 qgn_prop_im_smileys_skeptical \
       
    69  -c8,1 qgn_prop_im_smileys_sleepy \
       
    70  -c8,1 qgn_prop_im_smileys_sunglasses \
       
    71  -c8,1 qgn_prop_im_smileys_surprise	\
       
    72  -c8,1 qgn_prop_im_smileys_tired \
       
    73  -c8,1 qgn_prop_im_smileys_veryhappy \
       
    74  -c8,1 qgn_prop_im_smileys_verysad \
       
    75  -c8,1 qgn_prop_im_smileys_wickedsmile \
       
    76  -c8,1 qgn_prop_im_tome	\
       
    77  -c8,1 qgn_prop_im_from \
       
    78  -c8,8 qgn_indi_tb_msg_send \
       
    79  -c8,8 qgn_indi_tb_smiley \
       
    80  -c8,8 qgn_indi_tb_business_card \
       
    81  -c8,1 qgn_indi_im_msg_editor
       
    82 END
       
    83 
       
    84 
       
    85 // end of file
       
    86