bluetoothengine/btui/rom/btui.iby
branchRCL_3
changeset 23 9386f31cc85b
parent 22 613943a21004
equal deleted inserted replaced
22:613943a21004 23:9386f31cc85b
     1 /*
     1 /*
     2 * Copyright (c) 2010 Nokia Corporation and/or its subsidiary(-ies).
     2 * Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
     3 * All rights reserved.
     3 * All rights reserved.
     4 * This component and the accompanying materials are made available
     4 * This component and the accompanying materials are made available
     5 * under the terms of "Eclipse Public License v1.0"
     5 * under the terms of "Eclipse Public License v1.0"
     6 * which accompanies this distribution, and is available
     6 * which accompanies this distribution, and is available
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
     9 * Initial Contributors:
     9 * Initial Contributors:
    10 * Nokia Corporation - initial contribution.
    10 * Nokia Corporation - initial contribution.
    11 *
    11 *
    12 * Contributors:
    12 * Contributors:
    13 *
    13 *
    14 * Description: 
    14 * Description:
    15 *
    15 *
    16 */
    16 */
    17 #ifndef __BTCPPLUGIN_IBY__
    17 #ifndef __BTUI_IBY__
    18 #define __BTCPPLUGIN_IBY__
    18 #define __BTUI_IBY__
    19 
    19 
    20 #include <data_caging_paths_for_iby.hrh>
       
    21 #include <bldvariant.hrh>
       
    22 #ifdef __BT
    20 #ifdef __BT
    23 
    21 
    24 file=ABI_DIR/BUILD_DIR/btuimodel.dll SHARED_LIB_DIR/btuimodel.dll
    22 // BTUI Application(EXE)
    25 file=ABI_DIR/BUILD_DIR/btuidelegate.dll SHARED_LIB_DIR/btuidelegate.dll
    23 S60_APP_EXE(BtUi)
       
    24 SCALABLE_IMAGE(APP_BITMAP_DIR,APP_BITMAP_DIR,BtUi)
       
    25 S60_APP_AIF_ICONS(BtUi)
       
    26 S60_APP_AIF_RSC(BtUi)
    26 
    27 
    27 file=ABI_DIR/BUILD_DIR/btcpplugin.dll SHARED_LIB_DIR/btcpplugin.dll
    28 // BTUI Model(DLL)
    28 data=/epoc32/data/c/resource/qt/plugins/controlpanel/btcpplugin.qtplugin resource/qt/plugins/controlpanel/btcpplugin.qtplugin
    29 file=ABI_DIR\BUILD_DIR\btdevmodel.dll          SHARED_LIB_DIR\btdevmodel.dll
       
    30 
       
    31 //ECOM plugin(Ecom DLL)
       
    32 ECOM_PLUGIN( BtuiPlugin.dll, BtuiPlugin.rsc )
    29 
    33 
    30 #endif //__BT
    34 #endif //__BT
    31 
    35 
    32 #endif  // __BTCPPLUGIN_IBY__
    36 #endif //__BTUI_IBY__
    33