CustImgResExt.c 1.14 KB
/**
 *	Copyright Notice
 *	?2002 - 2003, Pixtel Communications, Inc., 1489 43rd Ave. W.,
 *	Vancouver, B.C. V6M 4K8 Canada. All Rights Reserved.
 *  (It is illegal to remove this copyright notice from this software or any
 *  portion of it)
 */

/************************************************************** 
 FILENAME	:  
 PURPOSE		: Resource file. 
 REMARKS		: nil 
 AUTHOR		: Customization Tool 
 DATE		: . 
 **************************************************************/
#include "CustDataRes.h"
#include "CustResDef.h"

//const S8 CustImgPath[]=CUST_IMG_PATH;
const unsigned short  mtk_CurrMaxImageNumEXT=4;
#include "CustImgDataHWExt.h"
const CUSTOM_IMAGE	mtk_nCustImageNamesEXT[]={
(U8*)&________CUSTOMER__IMAGES__PLUTO240X320__MAINLCD__ACTIVE__POWERONOFF__LOGO_VGOTEL_BMP_,
(U8*)&________CUSTOMER__IMAGES__PLUTO240X320__MAINLCD__IDLESCREEN__WALLPAPER__DIGITAL_JPG_,
(U8*)&________CUSTOMER__IMAGES__PLUTO240X320__MAINLCD__IDLESCREEN__WALLPAPERM2462VG__WALL01_JPG_,
(U8*)&________CUSTOMER__IMAGES__PLUTO240X320__MAINLCD__ACTIVE__POWERONOFF__POON_M2462VG_GIF_,
};



const CUSTPACK_IMAGE_HEADER mtk_image_header={4, (CUSTOM_IMAGE *)mtk_nCustImageNamesEXT};