bluetoothengine/btnotif/inc/btnotif.hrh
branchRCL_3
changeset 56 9386f31cc85b
parent 0 f63038272f30
equal deleted inserted replaced
55:613943a21004 56:9386f31cc85b
       
     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 contains declarations for resources of btnotif.
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 #ifndef BTNOTIF_HRH
       
    20 #define BTNOTIF_HRH
       
    21 
       
    22 #include <btnotif.mbg>
       
    23 
       
    24 #define KBTPassKeyMaxLength 16 // Same as KHCIPINCodeSize. Not available here direct from BT
       
    25 #define KBTUIMaxNameLength   30      // Series 60 local BT name
       
    26 
       
    27 #define btnotif_bitmap_file "Z:\\system\\data\\BTNotif.mbm"
       
    28 #define btnotif_bitmap_file_data_caging "Z:\\resource\\apps\\BTNotif.mbm"
       
    29 
       
    30 
       
    31 enum BTNotifNotes
       
    32     {
       
    33     EBTNotifSearchingDevicesNote = 1,
       
    34     EBTNotifBtBusyNote,
       
    35 	EBTNotifEnterSapNote,
       
    36 	EBTNotifEnterSapSucceedNote,
       
    37 	EBTNotifEnterSapFailNote
       
    38     };
       
    39 
       
    40 #endif
       
    41 // End of File