bluetoothengine/bthid/rom/btkeyboard.iby
changeset 0 f63038272f30
child 19 43824b19ee35
equal deleted inserted replaced
-1:000000000000 0:f63038272f30
       
     1 /*
       
     2 * Copyright (c) 2008 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  *
       
    16 */
       
    17 
       
    18 #ifdef __BT
       
    19 
       
    20 #ifndef BTKeyboard_IBY
       
    21 #define BTKeyboard_IBY
       
    22 
       
    23 #include <bldvariant.hrh>
       
    24 
       
    25 //paintcursor Application(EXE)
       
    26 S60_APP_EXE(paintcursor)
       
    27 SCALABLE_IMAGE(APP_BITMAP_DIR,APP_BITMAP_DIR,paintcursor)
       
    28 S60_APP_AIF_ICONS(paintcursor)
       
    29 S60_APP_AIF_RSC(paintcursor)
       
    30 
       
    31 file=ABI_DIR\BUILD_DIR\bthidsettings.dll    SHARED_LIB_DIR\bthidsettings.dll
       
    32 file=ABI_DIR\BUILD_DIR\layoutmgr.exe        PROGRAMS_DIR\layoutmgr.exe
       
    33 file=ABI_DIR\BUILD_DIR\kbdclient.dll        SHARED_LIB_DIR\kbdclient.dll
       
    34 file=ABI_DIR\BUILD_DIR\bthidserver.exe      PROGRAMS_DIR\bthidserver.exe
       
    35 file=ABI_DIR\BUILD_DIR\bthidclient.dll      SHARED_LIB_DIR\bthidclient.dll
       
    36 file=ABI_DIR\BUILD_DIR\BTMouse_Animation_client.dll  SHARED_LIB_DIR\BTMouse_Animation_client.dll
       
    37 file=ABI_DIR\BUILD_DIR\BTcursor_server.dll           SHARED_LIB_DIR\BTcursor_server.dll
       
    38 ECOM_PLUGIN(hidkeyboard.dll, hidkeyboard.rsc)
       
    39 ECOM_PLUGIN(hidmouse.dll, hidmouse.rsc)
       
    40 ECOM_PLUGIN(kbdlayout.dll, kbdlayout.rsc)
       
    41 ECOM_PLUGIN(bthidkbdsettings.dll, bthidkbdsettings.rsc)
       
    42 ECOM_PLUGIN(bthidengplugin.dll, bthidengplugin.rsc)
       
    43 
       
    44 data=DATAZ_\APP_BITMAP_DIR\BTMouseBitMaps.mbm     APP_BITMAP_DIR\BTMouseBitMaps.mbm
       
    45 
       
    46 #endif //BTKeyboard_IBY
       
    47 
       
    48 #endif // __BT
       
    49 // End of File