psln/rom/psln.iby
changeset 0 2f259fa3e83a
child 21 558113899881
equal deleted inserted replaced
-1:000000000000 0:2f259fa3e83a
       
     1 /*
       
     2 * Copyright (c) 2002-2007 Nokia Corporation and/or its subsidiary(-ies).
       
     3 * All rights reserved.
       
     4 * This component and the accompanying materials are made available
       
     5 * under the terms of "Eclipse Public License v1.0"
       
     6 * which accompanies this distribution, and is available
       
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     8 *
       
     9 * Initial Contributors:
       
    10 * Nokia Corporation - initial contribution.
       
    11 *
       
    12 * Contributors:
       
    13 *
       
    14 * Description:  Image description file for project psln
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 #ifndef PSLN_IBY
       
    20 #define PSLN_IBY
       
    21 
       
    22 #include <data_caging_paths_for_iby.hrh>
       
    23 
       
    24 // Executable
       
    25 S60_APP_EXE( psln )
       
    26 
       
    27 // Psln bitmaps
       
    28 S60_APP_BITMAP2( psln, pslnicon )
       
    29 
       
    30 // Application icon
       
    31 S60_APP_AIF_ICONS( psln )
       
    32 
       
    33 // Application reg
       
    34 S60_APP_AIF_RSC( psln )
       
    35 
       
    36 // Psln Engine
       
    37 file=ABI_DIR\BUILD_DIR\pslnengine.dll             SHARED_LIB_DIR\pslnengine.dll
       
    38 
       
    39 // Psln Framework
       
    40 file=ABI_DIR\BUILD_DIR\pslnframework.dll          SHARED_LIB_DIR\pslnframework.dll
       
    41 
       
    42 // Psln DLL loaders
       
    43 file=ABI_DIR\BUILD_DIR\pslnprofilesettingsloader.dll    SHARED_LIB_DIR\pslnprofilesettingsloader.dll
       
    44 //file=ABI_DIR\BUILD_DIR\pslnxnclientloader.dll           SHARED_LIB_DIR\pslnxnclientloader.dll
       
    45 file=ABI_DIR\BUILD_DIR\pslnwallpaperutilsloader.dll     SHARED_LIB_DIR\pslnwallpaperutilsloader.dll
       
    46 file=ABI_DIR\BUILD_DIR\pslnbrowserlaunchloader.dll      SHARED_LIB_DIR\pslnbrowserlaunchloader.dll
       
    47 
       
    48 // Psln GS plugin
       
    49 #ifdef RD_CONTROL_PANEL
       
    50 data=DATAZ_\BITMAP_DIR\pslngsplugin.mif              BITMAP_DIR\pslngsplugin.mif
       
    51 #endif // RD_CONTROL_PANEL
       
    52 ECOM_PLUGIN( pslngsplugin.dll, 102818ec.rsc )
       
    53 
       
    54 // Psln slideset dialog ECOM plugin
       
    55 ECOM_PLUGIN( pslnslidesetdialog.dll, 102823ac.rsc )
       
    56 
       
    57 // Backup
       
    58 data=DATAZ_\private\10005A32\backup_registration.xml     private\10005A32\backup_registration.xml
       
    59 
       
    60 // PowerSaveModeConfig
       
    61 data=DATAZ_\private\2000B187\cenrep\101F8770.xml     private\2000B187\cenrep\101F8770.xml
       
    62 data=DATAZ_\private\2000B187\cenrep\102818E8.xml     private\2000B187\cenrep\102818E8.xml
       
    63 
       
    64 #endif  // PSLN_IBY