phoneapp/phoneui/group/bld.inf
changeset 0 5f000ab63145
child 69 8baf28733c3d
equal deleted inserted replaced
-1:000000000000 0:5f000ab63145
       
     1 /*
       
     2 * Copyright (c) 2007 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:  PhoneApp / PhoneUI 
       
    15 *     		
       
    16 *
       
    17 */
       
    18 
       
    19 #ifdef RD_PHONE_NG
       
    20 
       
    21 #include <platform_paths.hrh>
       
    22 
       
    23 PRJ_PLATFORMS
       
    24 
       
    25 DEFAULT
       
    26 
       
    27 //  Help exports
       
    28 #include "../help/group/bld.inf"
       
    29 
       
    30 PRJ_EXPORTS
       
    31 // Stub SIS files:
       
    32 ../group/phoneui_stub.sis                       /epoc32/data/z/system/install/phoneui_stub.sis
       
    33 
       
    34 
       
    35 // IBY files:
       
    36 ../rom/phoneui.iby                              CORE_APP_LAYER_IBY_EXPORT_PATH(phoneui.iby)
       
    37 ../rom/phoneuiresources.iby                     LANGUAGE_APP_LAYER_IBY_EXPORT_PATH(phoneuiresources.iby)
       
    38 ../rom/phoneuiresourcesvoip.iby                 LANGUAGE_APP_LAYER_IBY_EXPORT_PATH(phoneuiresourcesvoip.iby)
       
    39 
       
    40 // LOC files:
       
    41 ../loc/basiccallhandling.loc                    APP_LAYER_LOC_EXPORT_PATH(basiccallhandling.loc)
       
    42 ../loc/callheadertexts.loc                      APP_LAYER_LOC_EXPORT_PATH(callheadertexts.loc)
       
    43 ../loc/callterminationnote.loc                  APP_LAYER_LOC_EXPORT_PATH(callterminationnote.loc)
       
    44 ../loc/dtmfsignalling.loc                       APP_LAYER_LOC_EXPORT_PATH(dtmfsignalling.loc)
       
    45 ../loc/incallmenuandsoftkeys.loc                APP_LAYER_LOC_EXPORT_PATH(incallmenuandsoftkeys.loc)
       
    46 ../loc/incalloperations.loc                     APP_LAYER_LOC_EXPORT_PATH(incalloperations.loc)
       
    47 ../loc/mobileoriginatedcalls.loc                APP_LAYER_LOC_EXPORT_PATH(mobileoriginatedcalls.loc)
       
    48 ../loc/multicallhandling.loc                    APP_LAYER_LOC_EXPORT_PATH(multicallhandling.loc)
       
    49 ../loc/numberentry.loc                          APP_LAYER_LOC_EXPORT_PATH(numberentry.loc)
       
    50 ../loc/phone.loc                                APP_LAYER_LOC_EXPORT_PATH(phone.loc)
       
    51 ../loc/voip.loc                                 APP_LAYER_LOC_EXPORT_PATH(voip.loc)
       
    52 ../loc/dialer.loc    				APP_LAYER_LOC_EXPORT_PATH(dialer.loc)
       
    53 
       
    54 
       
    55 PRJ_EXTENSIONS
       
    56 START EXTENSION s60/mifconv
       
    57 	OPTION TARGETFILE phoneui.mif
       
    58 	OPTION HEADERFILE phoneui.mbg
       
    59 	OPTION SOURCEFILE iconlist.txt
       
    60 END
       
    61 
       
    62 START EXTENSION s60/mifconv
       
    63 	OPTION TARGETFILE phoneui_aif.mif
       
    64 	OPTION SOURCES -c8,8 qgn_menu_idle
       
    65 END
       
    66 
       
    67 PRJ_MMPFILES
       
    68 phoneui.mmp
       
    69 
       
    70 
       
    71 #endif // RD_PHONE_NG
       
    72 
       
    73 // End of File