equal
deleted
inserted
replaced
172 endif |
172 endif |
173 |
173 |
174 ifdef RD_JAVA_USIF_ENABLED |
174 ifdef RD_JAVA_USIF_ENABLED |
175 SYMBIAN_UNIVERSAL_INSTALL_FRAMEWORK = 1 |
175 SYMBIAN_UNIVERSAL_INSTALL_FRAMEWORK = 1 |
176 PROJECT_DEFINES += SYMBIAN_UNIVERSAL_INSTALL_FRAMEWORK |
176 PROJECT_DEFINES += SYMBIAN_UNIVERSAL_INSTALL_FRAMEWORK |
177 # Following flag enables application registrations to USIF |
|
178 # and disables application registrations to AppArc. |
|
179 PROJECT_DEFINES += RD_JAVA_USIF_APP_REG |
|
180 # Following flag enables application notifications to AppArc. |
|
181 #PROJECT_DEFINES += RD_JAVA_USIF_NOTIFY_APP_ARC |
|
182 # Following flag enables installation progress notifications through USIF. |
|
183 #PROJECT_DEFINES += RD_JAVA_USIF_NOTIFY_PROGRESS |
|
184 endif |
177 endif |
185 |
178 |
186 # Java proximity Listener support exsist in 9.2 only(can not be used if 5.0 untill IAD dependecy mentioned) |
179 # Java proximity Listener support exsist in 9.2 only(can not be used if 5.0 untill IAD dependecy mentioned) |
187 ifndef RD_JAVA_S60_RELEASE_5_0 |
180 ifndef RD_JAVA_S60_RELEASE_5_0 |
188 RD_JAVA_PROXIMITY_LISTENER_ENABLED = 1 |
181 RD_JAVA_PROXIMITY_LISTENER_ENABLED = 1 |