QuickAccessMenuItem_def.h
上传用户:lqx1163
上传日期:2014-08-13
资源大小:9183k
文件大小:3k
源码类别:

MTK

开发平台:

C/C++

  1. /*****************************************************************************
  2. *  Copyright Statement:
  3. *  --------------------
  4. *  This software is protected by Copyright and the information contained
  5. *  herein is confidential. The software may not be copied and the information
  6. *  contained herein may not be used or disclosed except with the written
  7. *  permission of MediaTek Inc. (C) 2002
  8. *
  9. *****************************************************************************/
  10. /*****************************************************************************
  11.  *
  12.  * Filename:
  13.  * ---------
  14.  * QuickAccessMenuItem_def.h
  15.  *
  16.  * Project:
  17.  * --------
  18.  *   MAUI
  19.  *
  20.  * Description:
  21.  * ------------
  22.  *   This file is intends for struct, defines & globle variables
  23.  *
  24.  * Author:
  25.  * -------
  26.  * -------
  27.  *
  28.  *============================================================================
  29.  *             HISTORY
  30.  * Below this line, this part is controlled by PVCS VM. DO NOT MODIFY!!
  31.  *------------------------------------------------------------------------------
  32.  * removed!
  33.  *
  34.  *------------------------------------------------------------------------------
  35.  * Upper this line, this part is controlled by PVCS VM. DO NOT MODIFY!!
  36.  *============================================================================
  37.  ****************************************************************************/
  38. /**
  39.  * Copyright Notice
  40.  * ?2002 - 2003, Pixtel Communications, Inc., 1489 43rd Ave. W.,
  41.  * Vancouver, B.C. V6M 4K8 Canada. All Rights Reserved.
  42.  *  (It is illegal to remove this copyright notice from this software or any
  43.  *  portion of it)
  44.  */
  45. /**************************************************************
  46.    FILENAME : QuickAccessMenuItem_def.h
  47.    PURPOSE     : struct, defines & globle variables
  48.    REMARKS     : nil
  49.    AUTHOR      : Manish
  50.    DATE     : Feb 28, 2003
  51. **************************************************************/
  52. #ifndef _QUICK_ACCESS_DEF_H
  53. #define _QUICK_ACCESS_DEF_H
  54. #define KEYPADUNLOCK_TIMEOUT           2000
  55. #define KEYPAD_UNLOCK_SCR_TIMEOUT         1000
  56. /* Timeout value for emergency call transiant screen */
  57. #define EMERGENCY_NO_DIALED_TRANSIANT_SCR_TIMEOUT  5000
  58. /* */
  59. #define EMERGENCY_NUMBER_LENGTH                    41   /* Robin 1212 */
  60. enum STR_QUICK_ACCESS_LIST
  61. {
  62.     KPAD_SCR_UNLOCKED_MESSAGE_RUNNING_STR = IDLE_APP_BASE + 350,
  63.     KPAD_SCR_UNLOCKED_HELP_MESSAGE_RUNNING_STR,
  64.     KPAD_SCR_UNLOCKED_HELP_MESSAGE_RUNNING_STR2,
  65.     KPAD_SCR_UNLOCKED_HELP_MESSAGE_RUNNING_STR3,     //KP Jerry add on 2007-4-23
  66.     KPAD_SCR_UNLOCKED_FIRST_HELP_MESSAGE_RUNNING_STR,
  67.     KPAD_SCR_UNLOCKED_FIRST_HELP_MESSAGE_RUNNING_STR2
  68.     ,KPAD_SCR_UNLOCKED_FIRST_HELP_MESSAGE_RUNNING_STR3     //KP Jerry add on 2007-4-23
  69. #ifdef __MMI_TOUCH_SCREEN__
  70.         , TOUCH_SCR_UNLOCKED_FIRST_HELP_MESSAGE_RUNNING_STR, TOUCH_SCR_UNLOCKED_HELP_MESSAGE_RUNNING_STR
  71. #endif 
  72. };
  73. enum IMG_QUICK_ACCESS_LIST
  74. {
  75.     IMG_KPAD_SCR_UNLOCKED_HELP_MESSAGE = IDLE_APP_BASE + 350
  76. #ifdef __MMI_TOUCH_SCREEN__
  77.         , IMG_TOUCH_SCR_PEN_CLICK_AREA
  78. #endif 
  79. };
  80. enum SCR_QUICK_ACCESS_LIST
  81. {
  82.     KPAD_SCR_UNLOCK_MESSAGE = IDLE_APP_BASE + 350,
  83.     KPAD_SCR_UNLOCK_HELP_MESSAGE,
  84.     KPAD_SCR_UNLOCK_FIRST_HELP_MESSAGE,
  85.     EMERENCY_CALL_SCR_DISPLAY_ID
  86. };
  87. #endif /* _QUICK_ACCESS_DEF_H */