mms_anim.h
上传用户:tqh2500
上传日期:2014-05-09
资源大小:163k
文件大小:1k
开发平台:

Visual C++

  1. /*****************************************************************************
  2. ** File Name:      xxx_mmi_image.h                                            *
  3. ** Author:                                                                   *
  4. ** Date:           12/2003                                                   *
  5. ** Copyright:      2003 Spreadtrum, Incoporated. All Rights Reserved.         *
  6. ** Description:    This file is used to describe call log                    *
  7. ******************************************************************************
  8. **                         Important Edit History                            *
  9. ** --------------------------------------------------------------------------*
  10. ** Create by Spreadtrum Resource Editor tool               *
  11. ******************************************************************************/
  12. #ifndef MMS_RES_MMI_ANIM_H_
  13. #define MMS_RES_MMI_ANIM_H_
  14. #include "sci_types.h"
  15. #include "mmi_module.h"
  16. #ifdef __cplusplus
  17. extern   "C" {
  18. #endif
  19. ///////////////////////////////////////////////////////////////////////////////
  20. // 动画资源ID
  21. ///////////////////////////////////////////////////////////////////////////////
  22. typedef enum MMS_RES_MMI_ANIM_ID_E
  23. {
  24. MMS_RES_IMAGE_AMIN_NULL = MMI_MODULE_MMS<< 16,
  25. IMAGE_MMS_HAVEDV_ANIM,
  26. IMAGE_MMS_IMAGE_BIG_ANIM,
  27. MMS_RES_IMAGE_AMIN_MAX
  28. } MMS_RES_MMI_ANIM_ID_E;
  29. #ifdef __cplusplus
  30. }
  31. #endif
  32. #endif //MMS_RES_MMI_ANIM_H_