
#define STORAGE_LOCATION	"/data/local/tmp/"
#define RESOURCE_LOCATION	"/data/local/tmp/"

static const char *filenames[] = { "pinpad_hd",
	"star_hd",
	"blank_hd",
	"button0_hd",
	"button1_hd",
	"button2_hd",
	"button3_hd",
	"button4_hd",
	"button5_hd",
	"button6_hd",
	"button7_hd",
	"button8_hd",
	"button9_hd",
	"buttoncorrection_hd",
	"buttoncancel_hd",
	"buttonvalidate_hd",
	"button0_pressed_hd",
	"button1_pressed_hd",
	"button2_pressed_hd",
	"button3_pressed_hd",
	"button4_pressed_hd",
	"button5_pressed_hd",
	"button6_pressed_hd",
	"button7_pressed_hd",
	"button8_pressed_hd",
	"button9_pressed_hd",
	"buttoncorrection_pressed_hd",
	"buttoncancel_pressed_hd",
	"buttonvalidate_pressed_hd"
};
