browserui/operatormenu/group/bld.inf
branchRCL_3
changeset 65 8e6fa1719340
equal deleted inserted replaced
64:6385c4c93049 65:8e6fa1719340
       
     1 /*
       
     2 * Copyright (c) 2003 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 the License "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: 
       
    15 *     Build information file
       
    16 *     
       
    17 *
       
    18 */
       
    19 
       
    20 #include <platform_paths.hrh>
       
    21 #include <data_caging_paths_strings.hrh>
       
    22 #include "../../../../../mw/web/web_plat/browser_platform_api/inc/browser_platform_variant.hrh"
       
    23 
       
    24 PRJ_PLATFORMS
       
    25 
       
    26 DEFAULT
       
    27 
       
    28 // Help exports
       
    29 #include "../help/group/bld.inf"
       
    30 
       
    31 PRJ_EXPORTS
       
    32 ../rom/operatormenu.iby  					CORE_APP_LAYER_IBY_EXPORT_PATH(operatormenu.iby)
       
    33 ../rom/OperatorMenuResources.iby  LANGUAGE_APP_LAYER_IBY_EXPORT_PATH(OperatorMenuResources.iby)
       
    34 ../loc/operatormenu.loc  					APP_LAYER_LOC_EXPORT_PATH(operatormenu.loc)
       
    35 
       
    36 ../conf/operatormenu.confml           	    APP_LAYER_CONFML(operatormenu.confml)
       
    37 ../conf/operatormenu_10008D5E.crml          APP_LAYER_CRML(operatormenu_10008D5E.crml)
       
    38 
       
    39 #ifdef __SERIES60_32__
       
    40 
       
    41 PRJ_MMPFILES
       
    42 
       
    43 #ifdef __SCALABLE_ICONS
       
    44     gnumakefile opmenuaifsvgiconsdc.mk
       
    45 #else
       
    46     gnumakefile opmenuaificonsdc.mk
       
    47 #endif
       
    48 
       
    49 ./OperatorMenu.mmp
       
    50 
       
    51 #else
       
    52 
       
    53 PRJ_EXTENSIONS
       
    54 START EXTENSION s60/mifconv
       
    55 OPTION TARGETFILE operatormenu_aif.mif
       
    56 OPTION SOURCES -c8,8 qgn_menu_operator
       
    57 END
       
    58 
       
    59 PRJ_MMPFILES
       
    60 ./OperatorMenu.mmp
       
    61 
       
    62 #endif