mobilemessaging/audiomsg/group/bld.inf
changeset 0 72b543305e3a
equal deleted inserted replaced
-1:000000000000 0:72b543305e3a
       
     1 /*
       
     2 * Copyright (c) 2005-2006 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 audiomessage
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 #ifdef __AUDIO_MESSAGING
       
    20 #include <platform_paths.hrh>
       
    21 
       
    22 PRJ_PLATFORMS
       
    23 DEFAULT
       
    24 
       
    25 PRJ_EXPORTS
       
    26 // IBY
       
    27 ../rom/audiomessage.iby            CORE_APP_LAYER_IBY_EXPORT_PATH(audiomessage.iby)
       
    28 ../rom/audiomessageresources.iby   LANGUAGE_APP_LAYER_IBY_EXPORT_PATH(audiomessageresources.iby)
       
    29 
       
    30 // LOC
       
    31 ../loc/audiomessage.loc            APP_LAYER_LOC_EXPORT_PATH(audiomessage.loc)
       
    32 
       
    33 //Stub sis
       
    34 ../stub_sis/stub_audiomessage.sis		/epoc32/data/z/system/install/stub_audiomessage.sis
       
    35 
       
    36 PRJ_EXTENSIONS
       
    37 
       
    38 #ifdef __SCALABLE_ICONS
       
    39 
       
    40 START EXTENSION s60/mifconv
       
    41 OPTION TARGETFILE audiomessage_aif.mif
       
    42 OPTION SOURCES -c8,8 qgn_menu_mce_audio
       
    43 END
       
    44 #else
       
    45 START EXTENSION s60/mifconv
       
    46 OPTION TARGETFILE audiomessage_aif.mbm
       
    47 OPTION SOURCES -c8,8 qgn_prop_mce_audio_title.bmp
       
    48 OPTION SOURCES -c8,8 qgn_prop_mce_audio_title_mask_soft.bmp
       
    49 END
       
    50 
       
    51 #endif
       
    52 
       
    53 START EXTENSION s60/mifconv
       
    54 OPTION TARGETFILE audiomessage.mif
       
    55 OPTION HEADERFILE audiomessage.mbg
       
    56 OPTION SOURCEFILE AudioMessage_IconList.txt
       
    57 END
       
    58 
       
    59 PRJ_MMPFILES
       
    60 
       
    61 audiomessage.mmp
       
    62 audiomessageui.mmp
       
    63 
       
    64 #endif 
       
    65 
       
    66 
       
    67 
       
    68