cbs/cbsui/Group/bld.inf
branchRCL_3
changeset 19 7d48bed6ce0c
parent 18 594d59766373
child 20 987c9837762f
equal deleted inserted replaced
18:594d59766373 19:7d48bed6ce0c
     1 /*
       
     2 * Copyright (c) 2002-2009 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: 
       
    15 *       The build information file of Cell Broadcast Service
       
    16 *
       
    17 *
       
    18 */
       
    19 
       
    20 #include  <platform_paths.hrh>
       
    21 
       
    22 PRJ_PLATFORMS
       
    23 DEFAULT
       
    24 
       
    25 //  Help exports
       
    26 #include "../help/group/bld.inf"
       
    27 
       
    28 PRJ_EXPORTS
       
    29 ./cbsuiapp_stub.SIS             /epoc32/data/z/system/install/cbsuiapp_stub.sis
       
    30 
       
    31 ../rom/CbsUiApp.iby             CORE_MW_LAYER_IBY_EXPORT_PATH(CbsUiApp.iby)
       
    32 
       
    33 ../rom/CbsUiResources.iby       LANGUAGE_MW_LAYER_IBY_EXPORT_PATH(CbsUiResources.iby)
       
    34     
       
    35 ../loc/cbsuiapp.loc             MW_LAYER_LOC_EXPORT_PATH(cbsuiapp.loc)
       
    36 
       
    37 PRJ_EXTENSIONS
       
    38 START EXTENSION s60/mifconv
       
    39   OPTION TARGETFILE cbsuiapp.mif
       
    40   OPTION HEADERFILE cbsuiapp.mbg
       
    41   OPTION SOURCEFILE iconlist.txt
       
    42 END
       
    43 
       
    44 PRJ_EXTENSIONS
       
    45 START EXTENSION s60/mifconv
       
    46   OPTION TARGETFILE cbsuiapp_aif.mif
       
    47   OPTION SOURCES -c8,8 qgn_menu_cb
       
    48 END
       
    49 
       
    50 PRJ_MMPFILES
       
    51 //gnumakefile cbsui_icons_scalable_dc.mk
       
    52 //gnumakefile cbsui_icons_aif_scalable_dc.mk
       
    53 ../Group/cbsuiApp.mmp
       
    54 
       
    55 
       
    56 PRJ_TESTMMPFILES
       
    57 //../tsrc/CbsUiCVTTest.mmp
       
    58 
       
    59 
       
    60 // End of File