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

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.  * JProvWap.h
  39.  *
  40.  * Project:
  41.  * --------
  42.  *   MAUI
  43.  *
  44.  * Description:
  45.  * ------------
  46.  *   This is common file for OMA & NE OTA provisioning settings.
  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.  * removed!
  69.  * removed!
  70.  * removed!
  71.  *
  72.  *------------------------------------------------------------------------------
  73.  * Upper this line, this part is controlled by PVCS VM. DO NOT MODIFY!! 
  74.  *==============================================================================
  75.  *******************************************************************************/
  76. #ifndef _JPROVWAP_H
  77. #define _JPROVWAP_H
  78. #include "MMI_features.h"
  79. #if defined (JATAAYU_SUPPORT)
  80. #include <ddl.h>
  81. #include <jcal.h>
  82. #include <jdi_XML.h>
  83. #include <jdi_WBXML.h>
  84. #include <xmltag.h>
  85. #include "stdC.h"
  86. #include "L4Dr1.h"
  87. #include "PixtelDataTypes.h"
  88. #include "custom_nvram_editor_data_item.h"
  89. #include "ucs2prot.h"
  90. #include "KeyBrd.h"
  91. #include "IdleAppProt.h"
  92. #include "DataAccountCommon.h"
  93. #include "CommonScreens.h"
  94. #include "wgui_categories_popup.h"
  95. #include "GlobalDefs.h"
  96. #include "ProtocolEvents.h"
  97. #include "settingprofile.h"
  98. #include "wap_ps_struct.h"
  99. #include "JProvDefs.h"
  100. #include "JProvProts.h"
  101. #include "l4a.h"
  102. #define TEXT_VND_WAP_CONNECTIVITY_XML           "text/vnd.wap.connectivity-xml" /* Presently not supported */
  103. #define APPLICATION_VND_WAP_CONNECTIVITY_WBXML     "application/vnd.wap.connectivity-wbxml"
  104. /* Defines the content type used for NokiaEricsson provisioning. */
  105. // #define TEXT_X_WAP_PROV_BROWSER_SETTINGS                     "text/x-wap-prov.browser-settings"/*Presently not supported*/
  106. #define APPLICATION_X_WAP_PROV_BROWSER_SETTINGS    "application/x-wap-prov.browser-settings"
  107. // #define TEXT_X_WAP_PROV_BROWSER_BOOKMARKS                    "text/x-wap-prov.browser-bookmarks"/*Presently not supported*/
  108. #define APPLICATION_X_WAP_PROV_BROWSER_BOOKMARKS   "application/x-wap-prov.browser-bookmarks"
  109. #define WSP_PUSH_HEADER             (0x06)
  110. #define PARM      "parm"
  111. #define NAME      "name"
  112. #define VALUE     "value"
  113. #define TYPE      "type"
  114. #define PAP       "PAP"
  115. #define CHAP      "CHAP"
  116. #define PROV_MAX_NBR_DOCUMENTS            (5)
  117. #define PROV_MAX_NBR_BRS_PROFILE       (NVRAM_WAP_PROFILE_MAX)
  118. #define PROV_MAX_NBR_MMS_PROFILE       (NVRAM_MMS_PROFILE_MAX
  119. #define PROV_MAX_QUE_SIZE_TIMEOUT         (1000)
  120. #define PROV_INV_BEARER_TIMEOUT           (1000)
  121. #define PROV_INVALID_SETTINGS_TIMEOUT     (1000)
  122. #define PROV_DATA_ACCOUNT_NOTIFY_TIMEOUT  (1000)
  123. #define PROV_AUTHENTICATION_DONE_TIMEOUT  (1000)
  124. #define PROV_PROFILE_PROFILE_NAME_LEN     (NVRAM_WAP_PROFILE_PROFILE_NAME_LEN)
  125. #define PROV_PROFILE_HOMEPAGE_URL_LEN     (NVRAM_WAP_PROFILE_HOMEPAGE_URL_LEN)
  126. #define PROV_PROFILE_MMSC_URL_LEN         (NVRAM_MMS_PROFILE_MMSC_URL_LEN)
  127. #define PROV_PROFILE_USERNAME_LEN         (NVRAM_WAP_PROFILE_USERNAME_LEN)
  128. #define PROV_PROFILE_PASSWORD_LEN         (NVRAM_WAP_PROFILE_PASSWORD_LEN)
  129. #define PROV_MAX_GPRS_DATAACCOUNT_NAME    (MAX_GPRS_DATAACCOUNT_NAME)
  130. #define PROV_MAX_GPRS_USERPASSWD       (MAX_GPRS_USERPASSWD)
  131. #define PROV_MAX_GPRS_USERNAME            (MAX_GPRS_USERNAME)
  132. #define PROV_MAX_GPRS_MMI_APN_LEN         (MAX_GPRS_MMI_APN_LEN)
  133. #define PROV_MAX_DATA_ACCOUNT_NAME_LEN    (MAX_DATA_ACCOUNT_NAME_LEN)
  134. #define PROV_MAX_USER_LEN              (MAX_USER_LEN)
  135. #define PROV_MAX_PASSWD_LEN               (MAX_PASSWD_LEN)
  136. #define PROV_MAX_DIAL_NUM_LEN          (MAX_DIAL_NUM_LEN - 1)   /* As the screen allow only 20 chars to input */
  137. #define PROV_BKM_TITLE_LEN             (NVRAM_BRW_BKM_MAX_TITLE_LENGTH)
  138. #define PROV_BKM_URL_LEN               (NVRAM_BRW_BKM_MAX_URL_LENGTH)
  139. #define PROV_TAG_NAME_MAX_LENGHT       (30)
  140. #define PROV_MIN_SIZE_REQ              (64)
  141. #define  PROV_BRS_SETTINGS             (0x01)
  142. #define  PROV_MMS_SETTINGS             (0x02)
  143. #define  PROV_BOOKMARK_SETTINGS           (0x04)
  144. #define  PROV_NOKIA_SETTINGS              (0x08)
  145. #define  PROV_OMA_SETTINGS             (0x10)
  146. #define PROV_DEFAULT_HTTP_PORT            (8080)
  147. #define PROV_IP_PART_MAX_VALUE            (255)
  148. typedef S8 PROV_RETCODE;
  149. typedef enum
  150. {
  151.     PROV_OK,
  152.     PROV_BKM_FULL,
  153.     PROV_BKM_INVALID,
  154.     PROV_BKM_OK,
  155.     PROV_ERR
  156. } prov_ret_code_enum;
  157. typedef enum
  158. {
  159.     PROV_GPRS_BEARER,
  160.     PROV_CSD_BEARER,
  161.     PROV_INVALID_BEARER
  162. } prov_bearer_enum;
  163. /* dara will be removed start */
  164. #if 0
  165. /* under construction !*/
  166. /* under construction !*/
  167. /* under construction !*/
  168. /* under construction !*/
  169. /* under construction !*/
  170. /* under construction !*/
  171. /* under construction !*/
  172. /* under construction !*/
  173. #endif /* 0 */ 
  174. typedef enum
  175. {
  176.     PROV_AUTHTYPE_PAP,
  177.     PROV_AUTHTYPE_CHAP
  178. } prov_nap_authtype_enum;
  179. typedef enum
  180. {
  181.     PROV_CONN_TYPE_HTTP = 1,
  182.     PROV_CONN_TYPE_CO,
  183.     PROV_CONN_TYPE_CO_SEC
  184. } prov_conn_type_enum;
  185. typedef struct
  186. {
  187.     S8 *pbuffer;
  188.     U32 plength;
  189. U16 instal_stringID;
  190. } prov_queue_data_struct;
  191. typedef struct
  192. {
  193.     S8 characteristic_tags[PROV_TAG_NAME_MAX_LENGHT];
  194.       PROV_RETCODE(*characteristic_tag_hdlr) (TAG **next_node);
  195. } characteristic_tag_handler_struct;
  196. /*****************************************************************************/
  197. extern S8 g_prov_data_queue_size;
  198. extern U8 g_prov_bearer;
  199. extern U8 g_prov_setting_type;
  200. extern U8 g_prov_appl_flag;
  201. extern U8 *g_prov_profile_name_p;
  202. extern FuncPtr g_prov_timeout_hdlr;
  203. extern U16 g_prov_newsetting_stringID;
  204. extern mmi_cc_set_csd_profile_req_struct *g_prov_set_csd_req_p;
  205. #ifdef __GPRS_MODE__
  206. extern mmi_ps_set_gprs_data_account_req_struct *g_prov_set_gprs_req_p;
  207. #endif 
  208. extern pBOOL isInCall(void);
  209. #endif /* defined (JATAAYU_SUPPORT) */ // #if defined (JATAAYU_SUPPORT)
  210. #endif /* _JPROVWAP_H */