📄 custom_wap_cust_pack.c
字号:
/*****************************************************************************
* Copyright Statement:
* --------------------
* This software is protected by Copyright and the information contained
* herein is confidential. The software may not be copied and the information
* contained herein may not be used or disclosed except with the written
* permission of MediaTek Inc. (C) 2001
*
*****************************************************************************/
/*****************************************************************************
*
* Filename:
* ---------
* custom_wap_cust_pack.c
*
* Project:
* --------
* Maui_Software
*
* Description:
* ------------
* The file contains WAP/MMS configuration default value.
*
* Author:
* -------
* -------
*
*==============================================================================
* HISTORY
* Below this line, this part is controlled by PVCS VM. DO NOT MODIFY!!
*------------------------------------------------------------------------------
* removed!
*
* removed!
* removed!
* removed!
*
* removed!
* removed!
* removed!
*
* removed!
* removed!
* removed!
*
*------------------------------------------------------------------------------
* Upper this line, this part is controlled by PVCS VM. DO NOT MODIFY!!
*==============================================================================
*******************************************************************************/
#include "kal_release.h" /* Basic data type */
#include "custom_wap_config.h"
#ifdef OBIGO_SUPPORT
/* __CUSTPACK_MULTIBIN Johnnie BEGIN */
const custom_wap_profile_struct wap_profile_default =
{
WAP_CUSTOM_CFG_N_WAP_PROFILES,
{
{ /* wap profile 1 - FET */
1,
0,
9201,
"FET",
"http://mobile.fetnet.net",
10,
1,
210, 241, 199, 199,
"",
""},
{ /* wap profile 2 - CHT */
1,
0,
8080,
"CHT",
"http://wap.emome.net",
11,
1,
10, 1, 1, 1,
"",
""},
{ /* wap profile 3 - Taiwan mobile */
1,
0,
80,
"Taiwan mobile",
"http://ewap",
12,
1,
10, 1, 1, 1,
"",
""},
{ /* wap profile 4 - TransAsia */
1,
0,
8080,
"TransAsia",
"http://www.hank.net.tw",
13,
1,
211, 78, 224, 100,
"",
""},
{ /* wap profile 5 - CHINA MOBILE */
1,
0,
80,
"China Mobile",
"http://wap.monternet.com",
14,
1,
10, 0, 0, 172,
"",
""},
{ /* wap profile 6 - KGT */
1,
0,
9201,
"KGT",
"http://mobile1.fetnet.net",
10,
1,
210, 241, 199, 199,
"",
""},
{ /* wap profile 7 - Mobitai */
1,
0,
8080,
"Mobitai",
"http://www.mobeelife.net",
15,
1,
192, 168, 77, 5,
"",
""},
{ /* wap profile 8 - Empty */
1,
1,
0,
"",
"",
10,
3,
0, 0, 0, 0,
"",
""},
{ /* wap profile 9 - Empty */
1,
1,
0,
"",
"",
10,
3,
0, 0, 0, 0,
"",
""},
{ /* wap profile 10 - Empty */
1,
1,
0,
"",
"",
10,
3,
0, 0, 0, 0,
"",
""}
}
};
const custom_mms_profile_struct mms_profile_default =
{
WAP_CUSTOM_CFG_N_MMS_PROFILES,
{
{ /* mms profile 1 - FET */
1,
0,
9201,
"FET MMS",
"http://mms",
10,
1,
210, 241, 199, 199,
"",
""},
{ /* mms profile 2 - CHT */
1,
0,
8080,
"CHT MMS",
"http://mms.emome.net:8002",
11,
1,
10, 1, 1, 1,
"",
""},
{ /* mms profile 3 - TCC */
1,
0,
80,
"Taiwan mobile MMS",
"http://mms",
12,
1,
10, 1, 1, 1,
"",
""},
{ /* mms profile 4 - TransAsia */
1,
0,
8080,
"TransAsia MMS",
"http://mms",
13,
1,
211, 78, 224, 100,
"",
""},
{ /* mms profile 5 - CHINA MOBILE */
1,
0,
80,
"China Mobile MMS",
"http://mmsc.monternet.com",
14,
1,
10, 0, 0, 172,
"",
""},
{ /* mms profile 6 - KGT */
1,
0,
8080,
"KGT MMS",
"http://mms.kgtmms.net.tw/mms/wapenc",
16,
1,
172, 28, 33, 5,
"",
""},
{ /* mms profile 7 - Mobitai */
1,
0,
8080,
"Mobitai MMS",
"http://mms.mobeelife.net/mms/wapenc",
15,
1,
192, 168, 77, 5,
"",
""},
{ /* mms profile 8 - Empty */
1,
1,
0,
"",
"",
10,
3,
0, 0, 0, 0,
"",
""},
{ /* mms profile 9 - Empty */
1,
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -