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

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) 2005
  8. *
  9. *  BY OPENING THIS FILE, BUYER HEREBY UNEQUIVOCALLY ACKNOWLEDGES AND AGREES
  10. *  THAT THE SOFTWARE/FIRMWARE AND ITS DOCUMENTATIONS ("MEDIATEK SOFTWARE")
  11. *  RECEIVED FROM MEDIATEK AND/OR ITS REPRESENTATIVES ARE PROVIDED TO BUYER ON
  12. *  AN "AS-IS" BASIS ONLY. MEDIATEK EXPRESSLY DISCLAIMS ANY AND ALL WARRANTIES,
  13. *  EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE IMPLIED WARRANTIES OF
  14. *  MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE OR NONINFRINGEMENT.
  15. *  NEITHER DOES MEDIATEK PROVIDE ANY WARRANTY WHATSOEVER WITH RESPECT TO THE
  16. *  SOFTWARE OF ANY THIRD PARTY WHICH MAY BE USED BY, INCORPORATED IN, OR
  17. *  SUPPLIED WITH THE MEDIATEK SOFTWARE, AND BUYER AGREES TO LOOK ONLY TO SUCH
  18. *  THIRD PARTY FOR ANY WARRANTY CLAIM RELATING THERETO. MEDIATEK SHALL ALSO
  19. *  NOT BE RESPONSIBLE FOR ANY MEDIATEK SOFTWARE RELEASES MADE TO BUYER'S
  20. *  SPECIFICATION OR TO CONFORM TO A PARTICULAR STANDARD OR OPEN FORUM.
  21. *
  22. *  BUYER'S SOLE AND EXCLUSIVE REMEDY AND MEDIATEK'S ENTIRE AND CUMULATIVE
  23. *  LIABILITY WITH RESPECT TO THE MEDIATEK SOFTWARE RELEASED HEREUNDER WILL BE,
  24. *  AT MEDIATEK'S OPTION, TO REVISE OR REPLACE THE MEDIATEK SOFTWARE AT ISSUE,
  25. *  OR REFUND ANY SOFTWARE LICENSE FEES OR SERVICE CHARGE PAID BY BUYER TO
  26. *  MEDIATEK FOR SUCH MEDIATEK SOFTWARE AT ISSUE. 
  27. *
  28. *  THE TRANSACTION CONTEMPLATED HEREUNDER SHALL BE CONSTRUED IN ACCORDANCE
  29. *  WITH THE LAWS OF THE STATE OF CALIFORNIA, USA, EXCLUDING ITS CONFLICT OF
  30. *  LAWS PRINCIPLES.  ANY DISPUTES, CONTROVERSIES OR CLAIMS ARISING THEREOF AND
  31. *  RELATED THERETO SHALL BE SETTLED BY ARBITRATION IN SAN FRANCISCO, CA, UNDER
  32. *  THE RULES OF THE INTERNATIONAL CHAMBER OF COMMERCE (ICC).
  33. *
  34. *****************************************************************************/
  35. /*******************************************************************************
  36.  * Filename:
  37.  * ---------
  38.  * JProfileHandlerTypes.h
  39.  *
  40.  * Project:
  41.  * --------
  42.  *   MAUI
  43.  *
  44.  * Description:
  45.  * ------------
  46.  *   This file defines the structures ,enum,varaibles etc used by the profile handler module
  47.  *
  48.  * Author:
  49.  * -------
  50.  * -------
  51.  *
  52.  *==============================================================================
  53.  *             HISTORY
  54.  * Below this line, this part is controlled by PVCS VM. DO NOT MODIFY!! 
  55.  *------------------------------------------------------------------------------
  56.  * removed!
  57.  * removed!
  58.  * removed!
  59.  *
  60.  * removed!
  61.  * removed!
  62.  * removed!
  63.  *
  64.  * removed!
  65.  * removed!
  66.  * removed!
  67.  *
  68.  *------------------------------------------------------------------------------
  69.  * Upper this line, this part is controlled by PVCS VM. DO NOT MODIFY!! 
  70.  *==============================================================================
  71.  *******************************************************************************/
  72. #ifndef _JPROFILEHANDLERTYPES_H
  73. #define _JPROFILEHANDLERTYPES_H
  74. #include "MMI_features.h"
  75. #include "PixtelDataTypes.h"
  76. #include "custom_nvram_editor_data_item.h"
  77. #if defined (JATAAYU_SUPPORT)
  78. #define MAX_INLINE_ITEM_EDIT_PROFILE_LIST          (12) /* dara fix the size ....just added */
  79. #define MAX_SUB_MENUS_REQUIRED                     (2)
  80. #define  MAX_BYTE_NEEDED                           (129)
  81. #define MAX_CONN_TYPE                           (3)
  82. #define MAX_INLINE_ITEM_EDIT_CONN_TYPE_LIST           (4)
  83. #define MAX_IP_ADDRES_LEN                       (4)
  84. #define PH_MAX_DATAACCOUNT_NAME                    (31)
  85. #define PH_DCS_ASCII                         (0x00)
  86. #define PH_DCS_UCS                              (0x01)
  87. #define PH_USHORT_MAX                           (65536)
  88. typedef enum
  89. {
  90.     PH_PROFILE_NAME_STR = 0,
  91.     PH_PROFILE_NAME,
  92.     PH_PROFILE_HOMEPAGE_STR,
  93.     PH_PROFILE_HOMEPAGE,
  94.     PH_PROFILE_DATA_ACCOUNT_STR,
  95.     PH_PROFILE_DATA_ACCOUNT,
  96.     PH_PROFILE_CONN_TYPE_STR,
  97.     PH_PROFILE_CONN_TYPE,
  98.     PH_PROFILE_USER_NAME_STR,
  99.     PH_PROFILE_USER_NAME,
  100.     PH_PROFILE_USER_PASSWORD_STR,
  101.     PH_PROFILE_USER_PASSWORD
  102. } ph_inline_item_enum;
  103. typedef enum
  104. {
  105.     PH_CONN_TYPE_IP_ADDRESS_STR = 0,
  106.     PH_CONN_TYPE_IP_ADDRESS,
  107.     PH_CONN_TYPE_SECURITY_STR,
  108.     PH_CONN_TYPE_SECURITY
  109. } ph_conn_type_edit_enum;
  110. typedef enum
  111. {
  112.     PH_CONN_TYPE_HTTP = 1,
  113.     PH_CONN_TYPE_CONNECTION_OREINTED,
  114.     PH_CONN_TYPE_CONNECTION_OREINTED_SECURE
  115. } ph_conn_type_enum;
  116. typedef enum
  117. {
  118.     PH_MENU_CONNECTION_OREINTED = 0,
  119.     PH_MENU_HTTP
  120. } ph_higl_conn_type_enum;
  121. typedef enum
  122. {
  123.     PH_PROFILE_NULL = 0,
  124.     PH_BROWSER_PROFILE,
  125.     PH_MMS_PROFILE,
  126.     PH_BROWSER_PROV_PROFILE,
  127.     PH_MMS_PROV_PROFILE,
  128.     PH_PROFILE_MAX
  129. } ph_profile_enum;
  130. typedef enum
  131. {
  132.     PH_DATA_ACCOUNT_CSD = 0,
  133.     PH_DATA_ACCOUNT_GPRS,
  134.     PH_DATA_ACCOUNT_INVALID = 0xFF
  135. } ph_data_account_enum;
  136. typedef enum
  137. {
  138.     PH_PROFILE_SUCCESS,
  139.     PH_PROFILE_NOT_READY,
  140.     PH_PROFILE_BUSY,
  141.     PH_PROFILE_INVALID_ID
  142. } ph_profile_error_enum;
  143. typedef struct
  144. {
  145.     U8 proxy_port[(5 + 1) *ENCODING_LENGTH];
  146.     U8 profile_name[(NVRAM_WAP_PROFILE_NAME_LEN + 1) *ENCODING_LENGTH];
  147.     U8 homepage_url[(NVRAM_WAP_PROFILE_HOMEPAGE_URL_LEN + 1) *ENCODING_LENGTH];
  148.     U8 IP1[MAX_IP_ADDRES_LEN *ENCODING_LENGTH];
  149.     U8 IP2[MAX_IP_ADDRES_LEN *ENCODING_LENGTH];
  150.     U8 IP3[MAX_IP_ADDRES_LEN *ENCODING_LENGTH];
  151.     U8 IP4[MAX_IP_ADDRES_LEN *ENCODING_LENGTH];
  152.     U8 username[(NVRAM_WAP_PROFILE_USERNAME_LEN + 1) *ENCODING_LENGTH];
  153.     U8 password[(NVRAM_WAP_PROFILE_PASSWORD_LEN + 1) *ENCODING_LENGTH];
  154.     U8 *security_option[2];
  155.     S32 security_opt_index;
  156.     U8 DataAccountName[(PH_MAX_DATAACCOUNT_NAME + 1) *ENCODING_LENGTH];
  157.     U8 data_account;
  158. } ph_show_editable_profile_struct;
  159. typedef struct
  160. {
  161.     ph_show_editable_profile_struct *profile_display_p;
  162.     U8 profile_module;
  163.     U8 profile_index;
  164.     U8 wap_actived_profile_index;
  165.     U8 mms_actived_profile_index;
  166.     U8 ph_data_account;
  167.     U8 ph_dataaccount_index;
  168.     U8 dataAccount_type;
  169. } ph_context_struct;
  170. extern ph_context_struct g_ph_cntx;
  171. #if defined (JATAAYU_SUPPORT) && defined (WAP_SUPPORT)
  172. extern nvram_wap_profile_content_struct *g_ph_wap_profile_p;
  173. extern nvram_wap_profile_content_struct *g_ph_activated_wap_profile;
  174. extern nvram_wap_profile_name_array_struct *g_ph_wap_prof_name_arr_p;
  175. #endif /* defined (JATAAYU_SUPPORT) && defined (WAP_SUPPORT) */ 
  176. extern nvram_mms_profile_content_struct *g_ph_mms_profile_p;
  177. extern nvram_mms_profile_content_struct *g_ph_activated_mms_profile;
  178. extern nvram_mms_profile_name_array_struct *g_ph_mms_prof_name_arr_p;
  179. #endif /* defined (JATAAYU_SUPPORT) */ // #if defined (JATAAYU_SUPPORT)
  180. #endif /* _JPROFILEHANDLERTYPES_H */