equal
deleted
inserted
replaced
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 |