diff -r 0818dd463d41 -r 924385140d98 appfw/apparchitecture/tef/TIconLoaderAndIconArrayForLeaks.mmp --- a/appfw/apparchitecture/tef/TIconLoaderAndIconArrayForLeaks.mmp Thu Aug 19 10:05:08 2010 +0300 +++ b/appfw/apparchitecture/tef/TIconLoaderAndIconArrayForLeaks.mmp Tue Aug 31 15:24:25 2010 +0300 @@ -1,4 +1,4 @@ -// Copyright (c) 2007-2009 Nokia Corporation and/or its subsidiary(-ies). +// Copyright (c) 2007-2010 Nokia Corporation and/or its subsidiary(-ies). // All rights reserved. // This component and the accompanying materials are made available // under the terms of "Eclipse Public License v1.0" @@ -38,9 +38,15 @@ source APGWGNAM.CPP apgcli.cpp APGPRIV.CPP apgstart.cpp apgrecog.cpp source apgnotif.cpp APSCLI.CPP apgconstdata.cpp source apsecutils.cpp + +#ifdef SYMBIAN_UNIVERSAL_INSTALL_FRAMEWORK +SOURCE apgupdate.cpp +#endif + SOURCEPATH ../apparc source apaid.cpp apastd.cpp + USERINCLUDE . USERINCLUDE ../apgrfx USERINCLUDE ../apserv @@ -57,9 +63,17 @@ library sysutil.lib #endif +#ifdef SYMBIAN_UNIVERSAL_INSTALL_FRAMEWORK +library scrclient.lib +#endif + macro UI_FRAMEWORKS_V1_REMNANT_FOR_JAVA_MIDLET_INSTALLER -deffile TICONFORLEAKS.DEF +#ifdef SYMBIAN_UNIVERSAL_INSTALL_FRAMEWORK + deffile ticonforleaks.def +#else + deffile ticonforleaks_legacy.def +#endif SMPSAFE