diff -r aecbbf00d063 -r d48ab3b357f1 psln/rom/psln.iby --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/psln/rom/psln.iby Wed Sep 01 12:16:19 2010 +0100 @@ -0,0 +1,64 @@ +/* +* Copyright (c) 2002-2007 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" +* which accompanies this distribution, and is available +* at the URL "http://www.eclipse.org/legal/epl-v10.html". +* +* Initial Contributors: +* Nokia Corporation - initial contribution. +* +* Contributors: +* +* Description: Image description file for project psln +* +*/ + + +#ifndef PSLN_IBY +#define PSLN_IBY + +#include + +// Executable +S60_APP_EXE( psln ) + +// Psln bitmaps +S60_APP_BITMAP2( psln, pslnicon ) + +// Application icon +S60_APP_AIF_ICONS( psln ) + +// Application reg +S60_APP_AIF_RSC( psln ) + +// Psln Engine +file=ABI_DIR\BUILD_DIR\pslnengine.dll SHARED_LIB_DIR\pslnengine.dll + +// Psln Framework +file=ABI_DIR\BUILD_DIR\pslnframework.dll SHARED_LIB_DIR\pslnframework.dll + +// Psln DLL loaders +file=ABI_DIR\BUILD_DIR\pslnprofilesettingsloader.dll SHARED_LIB_DIR\pslnprofilesettingsloader.dll +//file=ABI_DIR\BUILD_DIR\pslnxnclientloader.dll SHARED_LIB_DIR\pslnxnclientloader.dll +file=ABI_DIR\BUILD_DIR\pslnwallpaperutilsloader.dll SHARED_LIB_DIR\pslnwallpaperutilsloader.dll +file=ABI_DIR\BUILD_DIR\pslnbrowserlaunchloader.dll SHARED_LIB_DIR\pslnbrowserlaunchloader.dll + +// Psln GS plugin +#ifdef RD_CONTROL_PANEL +data=DATAZ_\BITMAP_DIR\pslngsplugin.mif BITMAP_DIR\pslngsplugin.mif +#endif // RD_CONTROL_PANEL +ECOM_PLUGIN( pslngsplugin.dll, 102818ec.rsc ) + +// Psln slideset dialog ECOM plugin +ECOM_PLUGIN( pslnslidesetdialog.dll, 102823ac.rsc ) + +// Backup +data=DATAZ_\private\10005A32\backup_registration.xml private\10005A32\backup_registration.xml + +// PowerSaveModeConfig +data=DATAZ_\private\2000B187\cenrep\101F8770.xml private\2000B187\cenrep\101F8770.xml +data=DATAZ_\private\2000B187\cenrep\102818E8.xml private\2000B187\cenrep\102818E8.xml + +#endif // PSLN_IBY