Index: branches/reyalp-flt/core/gui_bench.c
===================================================================
--- branches/reyalp-flt/core/gui_bench.c	(revision 1467)
+++ branches/reyalp-flt/core/gui_bench.c	(revision 1483)
@@ -254,2 +254,15 @@
   	module_async_unload(module_idx);
 }
+
+/******************** Module Information structure ******************/
+
+struct ModuleInfo _module_info = {	MODULEINFO_V1_MAGICNUM,
+									sizeof(struct ModuleInfo),
+
+									ANY_CHDK_BRANCH, 0,			// Requirements of CHDK version
+									ANY_PLATFORM_ALLOWED,		// Specify platform dependency
+									0,							// flag
+									-LANG_MENU_DEBUG_BENCHMARK,	// Module name
+									1, 0,						// Module version
+									(int32_t) "Test camera low level perfomance"
+								 };
