coreapplicationuis/powersaveutilities/group/bld.inf
changeset 56 11a052f4b02e
parent 49 76883296a0d5
child 65 8a530a83576a
equal deleted inserted replaced
49:76883296a0d5 56:11a052f4b02e
     1 /*
       
     2 * Copyright (c) 2009-2010 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:  Battery state utility build file.
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 #include <platform_paths.hrh>
       
    20 
       
    21 PRJ_PLATFORMS
       
    22 DEFAULT
       
    23 
       
    24 PRJ_EXPORTS
       
    25 //Configuration tool migration
       
    26 ../conf/powersaveutilities.confml           MW_LAYER_CONFML(powersaveutilities.confml)
       
    27 ../conf/powersaveutilities_2000B5E3.crml    MW_LAYER_CRML(powersaveutilities_2000B5E3.crml)
       
    28 ../conf/powersaveutilities_2001011A.crml    MW_LAYER_CRML(powersaveutilities_2001011A.crml)
       
    29 
       
    30 ../rom/powersaveutilities.iby   CORE_MW_LAYER_IBY_EXPORT_PATH(powersaveutilities.iby)
       
    31 ../bsutil/inc/bsutil.h          |../../inc/bsutil.h
       
    32 
       
    33 // batterypopupcontrol
       
    34 ../batterypopupcontrol/inc/batterypopupcontrol.h  |../../inc/batterypopupcontrol.h
       
    35 
       
    36 // batindicatorpaneplugin
       
    37 ../loc/batindicatorpaneplugin.loc MW_LAYER_LOC_EXPORT_PATH(batindicatorpaneplugin.loc)
       
    38 
       
    39 PRJ_MMPFILES
       
    40 BSUtil.mmp
       
    41 batterypopupcontrol.mmp
       
    42 //batindicatorpaneplugin.mmp
       
    43 
       
    44 PRJ_EXTENSIONS
       
    45 
       
    46 START EXTENSION s60/mifconv
       
    47 OPTION TARGETFILE batterypopupcontrol.mif
       
    48 OPTION HEADERFILE batterypopupcontrol.mbg
       
    49 OPTION SOURCES -c8,8 qgn_prop_battery_ps_deactivate
       
    50 END
       
    51 
       
    52 //  End of File