bluetoothengine/btui/rom/btui.iby
branchRCL_3
changeset 55 613943a21004
parent 0 f63038272f30
child 56 9386f31cc85b
equal deleted inserted replaced
54:0ba996a9b75d 55:613943a21004
     1 /*
     1 /*
     2 * Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
     2 * Copyright (c) 2010 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 __BTUI_IBY__
    17 #ifndef __BTCPPLUGIN_IBY__
    18 #define __BTUI_IBY__
    18 #define __BTCPPLUGIN_IBY__
    19 
    19 
       
    20 #include <data_caging_paths_for_iby.hrh>
       
    21 #include <bldvariant.hrh>
    20 #ifdef __BT
    22 #ifdef __BT
    21 
    23 
    22 // BTUI Application(EXE)
    24 file=ABI_DIR/BUILD_DIR/btuimodel.dll SHARED_LIB_DIR/btuimodel.dll
    23 S60_APP_EXE(BtUi)
    25 file=ABI_DIR/BUILD_DIR/btuidelegate.dll SHARED_LIB_DIR/btuidelegate.dll
    24 SCALABLE_IMAGE(APP_BITMAP_DIR,APP_BITMAP_DIR,BtUi)
       
    25 S60_APP_AIF_ICONS(BtUi)
       
    26 S60_APP_AIF_RSC(BtUi)
       
    27 
    26 
    28 // BTUI Model(DLL)
    27 file=ABI_DIR/BUILD_DIR/btcpplugin.dll SHARED_LIB_DIR/btcpplugin.dll
    29 file=ABI_DIR\BUILD_DIR\btdevmodel.dll          SHARED_LIB_DIR\btdevmodel.dll
    28 data=/epoc32/data/c/resource/qt/plugins/controlpanel/btcpplugin.qtplugin resource/qt/plugins/controlpanel/btcpplugin.qtplugin
    30 
       
    31 //ECOM plugin(Ecom DLL)
       
    32 ECOM_PLUGIN( BtuiPlugin.dll, BtuiPlugin.rsc )
       
    33 
    29 
    34 #endif //__BT
    30 #endif //__BT
    35 
    31 
    36 #endif //__BTUI_IBY__
    32 #endif  // __BTCPPLUGIN_IBY__
       
    33