psln/rom/psln.iby
author Stefan Karlsson <stefan.karlsson@nokia.com>
Sat, 10 Apr 2010 13:41:05 +0100
branchCompilerCompatibility
changeset 13 e68b6005d280
parent 0 2f259fa3e83a
child 21 558113899881
permissions -rw-r--r--
Got rid of some trivial warnings (nested comments and tokens after #endif).

/*
* 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 <data_caging_paths_for_iby.hrh>

// 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