Fix PDK 3.0.4 problem with Beagleboard miniGUI (same fix as for NaviEngine).
authorWilliam Roberts <williamr@symbian.org>
Thu, 11 Nov 2010 18:02:25 +0000
changeset 104 654d002354ab
parent 94 e34b5496f1f6
child 105 3c8e997405fe
Fix PDK 3.0.4 problem with Beagleboard miniGUI (same fix as for NaviEngine).
omap3530/beagleboard/rom/beagle.oby
--- a/omap3530/beagleboard/rom/beagle.oby	Mon Nov 01 12:10:58 2010 +0000
+++ b/omap3530/beagleboard/rom/beagle.oby	Thu Nov 11 18:02:25 2010 +0000
@@ -73,4 +73,9 @@
 REM Define whether or not to include USB client support:
 #define EUSBC
 
+#ifdef SYMBIAN_EXCLUDE_KEYMAP 
+#undef SYMBIAN_EXCLUDE_KEYMAP
+#warning("SYMBIAN_EXCLUDE_KEYMAP should not be defined for miniGUI")
+#endif
+
 #endif //__BEAGLE_OBY__