build/Makefile.project
changeset 23 98ccebc37403
parent 21 2a9601315dfc
child 26 dc7c549001d5
equal deleted inserted replaced
21:2a9601315dfc 23:98ccebc37403
   164 endif
   164 endif
   165 ifdef RD_JAVA_NGA_ENABLED
   165 ifdef RD_JAVA_NGA_ENABLED
   166   PROJECT_DEFINES += RD_JAVA_NGA_ENABLED
   166   PROJECT_DEFINES += RD_JAVA_NGA_ENABLED
   167 endif
   167 endif
   168 
   168 
   169 # Uiaccelerator AlfDrawer is supported since 9.2
       
   170 ifndef RD_JAVA_S60_RELEASE_5_0
       
   171   ifneq ($(wildcard $(EPOCROOT)epoc32/include/platform/mw/alf/alfdrawer.h),)
       
   172     RD_JAVA_UI_ALFDRAWER_ENABLED = 1
       
   173   endif
       
   174 endif
       
   175 ifdef RD_JAVA_UI_ALFDRAWER_ENABLED
       
   176   PROJECT_DEFINES += RD_JAVA_UI_ALFDRAWER_ENABLED
       
   177 endif
       
   178 
       
   179 # Check if USIF is supported
   169 # Check if USIF is supported
   180 ifneq ($(wildcard $(EPOCROOT:\=/)epoc32/include/mw/usif/scr/scr.h),)
   170 ifneq ($(wildcard $(EPOCROOT:\=/)epoc32/include/mw/usif/scr/scr.h),)
   181   RD_JAVA_USIF_ENABLED = 1
   171   RD_JAVA_USIF_ENABLED = 1
   182 endif
   172 endif
   183 
   173 
   186   PROJECT_DEFINES += SYMBIAN_UNIVERSAL_INSTALL_FRAMEWORK
   176   PROJECT_DEFINES += SYMBIAN_UNIVERSAL_INSTALL_FRAMEWORK
   187   # Following flag enables application registrations to USIF
   177   # Following flag enables application registrations to USIF
   188   # and disables application registrations to AppArc.
   178   # and disables application registrations to AppArc.
   189   PROJECT_DEFINES += RD_JAVA_USIF_APP_REG
   179   PROJECT_DEFINES += RD_JAVA_USIF_APP_REG
   190   # Following flag enables application notifications to AppArc.
   180   # Following flag enables application notifications to AppArc.
   191   #PROJECT_DEFINES += RD_JAVA_USIF_NOTIFY_APP_ARC
   181   PROJECT_DEFINES += RD_JAVA_USIF_NOTIFY_APP_ARC
   192 endif
   182 endif
   193 
   183 
   194 # Java proximity Listener support exsist in 9.2 only(can not be used if 5.0 untill IAD dependecy mentioned)
   184 # Java proximity Listener support exsist in 9.2 only(can not be used if 5.0 untill IAD dependecy mentioned)
   195 ifndef RD_JAVA_S60_RELEASE_5_0
   185 ifndef RD_JAVA_S60_RELEASE_5_0
   196   RD_JAVA_PROXIMITY_LISTENER_ENABLED = 1
   186   RD_JAVA_PROXIMITY_LISTENER_ENABLED = 1