gssettingsuis/Gs/rom/GSApp.iby
changeset 68 13e71d907dc3
equal deleted inserted replaced
40:6465d5bb863a 68:13e71d907dc3
       
     1 /*
       
     2 * Copyright (c) 2005 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:  GSApp ROM files.
       
    15 *
       
    16 */
       
    17 
       
    18 #ifndef GSAPP_IBY
       
    19 #define GSAPP_IBY
       
    20 
       
    21     #ifdef RD_GS_RENOVATION
       
    22 
       
    23         // GS Application:
       
    24         file=ABI_DIR\BUILD_DIR\gsapp.exe                    PROGRAMS_DIR\gsapp.exe
       
    25 
       
    26         // AIF icons/files:
       
    27         #ifdef __SCALABLE_ICONS
       
    28             data=DATAZ_\APP_BITMAP_DIR\gsapp_aif.mif      APP_BITMAP_DIR\gsapp_aif.mif
       
    29         #else
       
    30             AUTO-BITMAP=DATAZ_\APP_BITMAP_DIR\gsapp_aif.mbm APP_BITMAP_DIR\gsapp_aif.mbm
       
    31         #endif //__SCALABLE_ICONS
       
    32 
       
    33         // Non-localisable resource file, can be defined in application IBY
       
    34         data=ZSYSTEM\..\PRIVATE\10003A3F\APPS\gsapp_reg.rsc Private\10003a3f\apps\gsapp_reg.rsc
       
    35 
       
    36         // GS Framework:
       
    37         file=ABI_DIR\BUILD_DIR\gsframework.dll              SHARED_LIB_DIR\gsframework.dll
       
    38         file=ABI_DIR\BUILD_DIR\gsecomplugin.dll             SHARED_LIB_DIR\gsecomplugin.dll
       
    39 
       
    40         // Normal icons:
       
    41         data=DATAZ_\BITMAP_DIR\gsfwicon.mif             BITMAP_DIR\gsfwicon.mif        
       
    42         data=DATAZ_\private\100058EC\backup_registration.xml    private\100058EC\backup_registration.xml
       
    43         
       
    44     #endif // RD_GS_RENOVATION
       
    45 
       
    46 #endif // GSAPP_IBY
       
    47 // End of File