--- a/build/Makefile.project Mon May 03 12:27:20 2010 +0300
+++ b/build/Makefile.project Fri May 14 15:47:24 2010 +0300
@@ -166,16 +166,6 @@
PROJECT_DEFINES += RD_JAVA_NGA_ENABLED
endif
-# Uiaccelerator AlfDrawer is supported since 9.2
-ifndef RD_JAVA_S60_RELEASE_5_0
- ifneq ($(wildcard $(EPOCROOT)epoc32/include/platform/mw/alf/alfdrawer.h),)
- RD_JAVA_UI_ALFDRAWER_ENABLED = 1
- endif
-endif
-ifdef RD_JAVA_UI_ALFDRAWER_ENABLED
- PROJECT_DEFINES += RD_JAVA_UI_ALFDRAWER_ENABLED
-endif
-
# Check if USIF is supported
ifneq ($(wildcard $(EPOCROOT:\=/)epoc32/include/mw/usif/scr/scr.h),)
RD_JAVA_USIF_ENABLED = 1
@@ -188,7 +178,7 @@
# and disables application registrations to AppArc.
PROJECT_DEFINES += RD_JAVA_USIF_APP_REG
# Following flag enables application notifications to AppArc.
- #PROJECT_DEFINES += RD_JAVA_USIF_NOTIFY_APP_ARC
+ PROJECT_DEFINES += RD_JAVA_USIF_NOTIFY_APP_ARC
endif
# Java proximity Listener support exsist in 9.2 only(can not be used if 5.0 untill IAD dependecy mentioned)