bluetoothengine/btui/group/bld.inf
branchRCL_3
changeset 22 613943a21004
parent 21 0ba996a9b75d
child 23 9386f31cc85b
equal deleted inserted replaced
21:0ba996a9b75d 22:613943a21004
     1 /*
       
     2 * Copyright (c) 2002 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:  This file provides project information required for BTUI.
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 #include <platform_paths.hrh>
       
    20 #include "../devmodel/group/bld.inf"
       
    21 
       
    22 PRJ_PLATFORMS
       
    23 //DEFAULT
       
    24 
       
    25 PRJ_EXPORTS
       
    26 ../loc/btui.loc        MW_LAYER_LOC_EXPORT_PATH(btui.loc)
       
    27 ../rom/btui.iby        CORE_MW_LAYER_IBY_EXPORT_PATH(btui.iby)
       
    28 ../rom/BtuiResources.iby LANGUAGE_MW_LAYER_IBY_EXPORT_PATH(BtuiResources.iby)
       
    29 ../inc/BtuiPluginInterface.h |../../inc/BtuiPluginInterface.h
       
    30 ../inc/BtuiPluginInterface.inl |../../inc/BtuiPluginInterface.inl
       
    31 ../Ecom/inc/bluetoothuiutil.h   |../../inc/bluetoothuiutil.h
       
    32 ../Ecom/inc/bluetoothuiutil.inl |../../inc/bluetoothuiutil.inl
       
    33 // Help exports
       
    34 #include "../help/group/bld.inf"
       
    35 
       
    36 PRJ_EXTENSIONS
       
    37 
       
    38 START EXTENSION s60/mifconv
       
    39 OPTION TARGETFILE btui.mif
       
    40 OPTION HEADERFILE btui.mbg
       
    41 OPTION SOURCES \
       
    42              -c8,8 qgn_prop_bt_devices_tab3 -c8,8 qgn_prop_bt_set_tab3 -c8,8 qgn_prop_set_apps_bt \
       
    43 		         -c8,8 qgn_prop_bt_blocked_tab3 -c8,8 qgn_prop_set_apps_bt_off -c8,8 qgn_prop_set_apps_bt_on_shown \
       
    44 		         -c8,8 qgn_prop_set_apps_bt_on_hidden -c8,8 qgn_prop_set_apps_bt_conn_shown -c8,8 qgn_prop_set_apps_bt_conn_hidden \
       
    45 		         -c8,8 qgn_prop_bt_audio_connect -c8,8 qgn_prop_bt_computer_connect -c8,8 qgn_prop_bt_car_kit_connect \
       
    46 		         -c8,8 qgn_prop_bt_keyboard_connect -c8,8 qgn_prop_bt_mouse_connect
       
    47 END
       
    48 
       
    49 START EXTENSION s60/mifconv
       
    50 OPTION TARGETFILE btui_aif.mif
       
    51 OPTION SOURCES -c8,8 qgn_menu_bt
       
    52 END
       
    53 
       
    54 PRJ_MMPFILES
       
    55 
       
    56 ../Ecom/group/BtuiPlugin.mmp	
       
    57 ../group/BTUI.mmp			
       
    58 
       
    59 
       
    60 //---End of File---