diff -r 84a16765cd86 -r 98b66e4fb0be installationservices/refswinstallationplugin/source/sifrefinstallertask.cpp --- a/installationservices/refswinstallationplugin/source/sifrefinstallertask.cpp Fri Mar 19 09:33:35 2010 +0200 +++ b/installationservices/refswinstallationplugin/source/sifrefinstallertask.cpp Fri Apr 16 15:05:20 2010 +0300 @@ -1,5 +1,5 @@ /* -* Copyright (c) 2008-2009 Nokia Corporation and/or its subsidiary(-ies). +* Copyright (c) 2008-2010 Nokia Corporation and/or its subsidiary(-ies). * All rights reserved. * This component and the accompanying materials are made available * under the terms of the License "Eclipse Public License v1.0" @@ -368,6 +368,8 @@ const TInt KExampleFileSize = 1024; const TInt maxInstalledSize = iParser->Files().Count() * KExampleFileSize; const TBool hasExe = EFalse; + const TBool driveSelectionRequired = EFalse; + RPointerArray* applications = NULL; // The example capabilities below are hardcoded due to the same reason. The reference package file doesn't contain // user grantable capabilities but a real package file should provide them. TCapabilitySet userGrantableCaps(ECapabilityReadUserData, ECapabilityWriteUserData); @@ -376,7 +378,7 @@ CComponentInfo::CNode* compInfoNode = CComponentInfo::CNode::NewLC(InstallHelper::KSifReferenceSoftwareType, *iCompSearchData.iName, iCompSearchData.iVersion, *iCompSearchData.iVendor, iCompSearchData.iScomoState, iCompSearchData.iInstallStatus, iCompSearchData.iComponentId, - *iCompSearchData.iName, ENotAuthenticated, userGrantableCaps, maxInstalledSize, hasExe); + *iCompSearchData.iName, ENotAuthenticated, userGrantableCaps, maxInstalledSize, hasExe, driveSelectionRequired, applications); auxNode.SetNodeL(compInfoNode); CleanupStack::Pop(compInfoNode);