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

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.  *
  37.  * Filename:
  38.  * ---------
  39.  * MessagesL4Def.H
  40.  *
  41.  * Project:
  42.  * --------
  43.  *   MAUI
  44.  *
  45.  * Description:
  46.  * ------------
  47.  *   This file is intends for MMI SMS APP.
  48.  *
  49.  * Author:
  50.  * -------
  51.  * -------
  52.  *
  53.  *============================================================================
  54.  *             HISTORY
  55.  * Below this line, this part is controlled by PVCS VM. DO NOT MODIFY!!
  56.  *------------------------------------------------------------------------------
  57.  * removed!
  58.  *
  59.  *------------------------------------------------------------------------------
  60.  * Upper this line, this part is controlled by PVCS VM. DO NOT MODIFY!!
  61.  *============================================================================
  62.  ****************************************************************************/
  63. /**
  64.  * Copyright Notice
  65.  * ?2002 - 2003, Pixtel Communications, Inc., 1489 43rd Ave. W.,
  66.  * Vancouver, B.C. V6M 4K8 Canada. All Rights Reserved.
  67.  *  (It is illegal to remove this copyright notice from this software or any
  68.  *  portion of it)
  69.  */
  70. /**************************************************************
  71.    FILENAME : MessagesL4Def.h
  72.    PURPOSE     : ---
  73.    REMARKS     : ---
  74.    AUTHOR      : Hiran and Magesh k
  75.    DATE     : ---
  76. **************************************************************/
  77. #ifndef _PIXCOM_MESSAGES_L4_DEF_H
  78. #define _PIXCOM_MESSAGES_L4_DEF_H
  79. #include "smsal_l4c_defs.h"
  80. #include "l4c_rspfmttr.h"
  81. #include "l4c_common_enum.h"
  82. #include "mcd_l4_common.h"
  83. #include "l4c_aux_struct.h"
  84. #define SMS_MAX_SEG                    SMSAL_MAX_SEG    // (4)         /* maximum 4 segments */
  85. #define SMS_ONE_MSG_LEN                SMSAL_ONE_MSG_LEN        /* (160) */
  86. #define SMS_INVALID_INDEX                 SMSAL_INVALID_INDEX   /* (0xffff) */
  87. #define MAX_LIST_MSG_PER_REQ              SMSAL_PAGE_SIZE
  88. #define MSG_NUM_LEN                    (SMSAL_ADDR_LEN-1)*2
  89. /* chcek?... */
  90. #define SMS_CB_MAX_ENTRY               SMSAL_MMI_CBMI_MAX_ENTRY // (40)     /* currently, min = 1
  91. #define SMS_CB_MAX_LANG                          SMSAL_MMI_DCS_MAX_ENTRY        /* (15) */
  92. #define SMS_CB_UNUSED_CBMI             SMSAL_CB_UNUSED_CBMI     // (0xffff) /* unused CBMIR 0xffffffff */
  93. #define SMS_CB_UNUSED_DCS                 SMSAL_CB_UNUSED_DCS   /* (0x0080) */
  94. #if 0
  95. /* under construction !*/
  96. /* under construction !*/
  97. /* under construction !*/
  98. /* under construction !*/
  99. /* under construction !*/
  100. /* under construction !*/
  101. /* under construction !*/
  102. /* under construction !*/
  103. /* under construction !*/
  104. /* under construction !*/
  105. /* under construction !*/
  106. /* under construction !*/
  107. /* under construction !*/
  108. /* under construction !*/
  109. /* under construction !*/
  110. /* under construction !*/
  111. /* under construction !*/
  112. /* under construction !*/
  113. /* under construction !*/
  114. /* under construction !*/
  115. /* under construction !*/
  116. /* under construction !*/
  117. /* under construction !*/
  118. #if defined(__MMI_MESSAGES_PREFER_STORAGE_MEMORY_STATUS__) 
  119. /* under construction !*/
  120. /* under construction !*/
  121. /* under construction !*/
  122. #endif // defined(__MMI_MESSAGES_PREFER_STORAGE_MEMORY_STATUS__) 
  123. #ifdef __MMI_GPRS_FEATURES__
  124. /* under construction !*/
  125. /* under construction !*/
  126. /* under construction !*/
  127. #endif
  128. /* under construction !*/
  129. /* under construction !*/
  130. /* under construction !*/
  131. /* under construction !*/
  132. /* under construction !*/
  133. /* under construction !*/
  134. /* under construction !*/
  135. /* under construction !*/
  136. /* under construction !*/
  137. /* under construction !*/
  138. /* under construction !*/
  139. /* under construction !*/
  140. /* under construction !*/
  141. /* under construction !*/
  142. /* under construction !*/
  143. /* under construction !*/
  144. /* under construction !*/
  145. /* under construction !*/
  146. /* under construction !*/
  147. /* under construction !*/
  148. /* under construction !*/
  149. /* under construction !*/
  150. /* under construction !*/
  151. /* under construction !*/
  152. /* under construction !*/
  153. /* under construction !*/
  154. /* under construction !*/
  155. /* under construction !*/
  156. /* under construction !*/
  157. /* under construction !*/
  158. /* under construction !*/
  159. #endif /* 0 */ 
  160. #endif /* _PIXCOM_MESSAGES_L4_DEF_H */