www.pudn.com > wap2.0.rar > mmibrw_anim.h
/*****************************************************************************
** File Name: xxx_mmi_image.h *
** Author: *
** Date: 12/2003 *
** Copyright: 2003 Spreadtrum, Incoporated. All Rights Reserved. *
** Description: This file is used to describe call log *
******************************************************************************
** Important Edit History *
** --------------------------------------------------------------------------*
** Create by Spreadtrum Resource Editor tool *
******************************************************************************/
#ifndef MMIBRW_RES_MMI_ANIM_H_
#define MMIBRW_RES_MMI_ANIM_H_
#include "sci_types.h"
#include "mmi_module.h"
#ifdef __cplusplus
extern "C" {
#endif
///////////////////////////////////////////////////////////////////////////////
// ¶¯»×ÊÔ´ID
///////////////////////////////////////////////////////////////////////////////
typedef enum MMIBRW_RES_MMI_ANIM_ID_E
{
MMIBRW_RES_IMAGE_AMIN_NULL = MMI_MODULE_MMIBRW << 16,
IMAGE_CMSBRW_CONNECTION_ANIM,
MMIBRW_RES_IMAGE_AMIN_MAX
} MMIBRW_RES_MMI_ANIM_ID_E;
#ifdef __cplusplus
}
#endif
#endif //MMIBRW_RES_MMI_ANIM_H_