equal
deleted
inserted
replaced
212 //---------------------------------------------------------------------------- |
212 //---------------------------------------------------------------------------- |
213 // |
213 // |
214 void SConPcdUtility::AppendInstalledJavaL( CSConListInstApps& aListInstApps ) |
214 void SConPcdUtility::AppendInstalledJavaL( CSConListInstApps& aListInstApps ) |
215 { |
215 { |
216 TRACE_FUNC_ENTRY; |
216 TRACE_FUNC_ENTRY; |
217 // Java related functionality was removed as it was on APP layer. |
|
218 CJavaRegistry* javaRegistry = CJavaRegistry::NewLC( ); |
217 CJavaRegistry* javaRegistry = CJavaRegistry::NewLC( ); |
219 RArray<TUid> packageUids; |
218 RArray<TUid> packageUids; |
220 CleanupClosePushL( packageUids ); |
219 CleanupClosePushL( packageUids ); |
221 javaRegistry->GetRegistryEntryUidsL( packageUids ); |
220 javaRegistry->GetRegistryEntryUidsL( packageUids ); |
222 LOGGER_WRITE_1("packageUids.Count(): %d", packageUids.Count()); |
221 LOGGER_WRITE_1("packageUids.Count(): %d", packageUids.Count()); |