phoneuis/dialer/data/dialerkeypad.rh
branchRCL_3
changeset 9 8871b09be73b
equal deleted inserted replaced
4:c84cf270c54f 9:8871b09be73b
       
     1 /*
       
     2 * Copyright (c) 2009 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: Resource prototypes for dialer keypad labels
       
    15 *
       
    16 */
       
    17 #ifndef DIALERKEYPAD_RH
       
    18 #define DIALERKEYPAD_RH
       
    19 
       
    20 // system includes
       
    21 
       
    22 // constants
       
    23 #define DEFAULT_KEY_1_TEXT ""
       
    24 #define DEFAULT_KEY_2_TEXT "abc"
       
    25 #define DEFAULT_KEY_3_TEXT "def"
       
    26 #define DEFAULT_KEY_4_TEXT "ghi"
       
    27 #define DEFAULT_KEY_5_TEXT "jkl"
       
    28 #define DEFAULT_KEY_6_TEXT "mno"
       
    29 #define DEFAULT_KEY_7_TEXT "pqrs"
       
    30 #define DEFAULT_KEY_8_TEXT "tuv"
       
    31 #define DEFAULT_KEY_9_TEXT "wxyz"
       
    32 #define DEFAULT_KEY_0_TEXT <0xf812>
       
    33 #define DEFAULT_KEY_ASTERISK_TEXT ""
       
    34 #define DEFAULT_KEY_HASH_TEXT ""
       
    35 
       
    36 STRUCT DIALER_KEY
       
    37     {
       
    38     LTEXT firstRow = "";
       
    39     LTEXT secondRow = "";
       
    40     }
       
    41 
       
    42 STRUCT DIALER_KEYPAD
       
    43     {
       
    44     STRUCT keys[];
       
    45     }
       
    46 
       
    47 
       
    48 #endif // DIALERKEYPAD_RH