gssettingsuis/Gs/rom/GSApp.iby
changeset 26 5fd52a2e21b0
parent 23 7e4c5a2ff1a2
child 29 56ba5cd39aab
equal deleted inserted replaced
23:7e4c5a2ff1a2 26:5fd52a2e21b0
     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         // AIF icons/files:
       
    24         #ifdef __SCALABLE_ICONS
       
    25             data=DATAZ_\APP_BITMAP_DIR\GSApp_aif.MIF        APP_BITMAP_DIR\GSApp_aif.mif
       
    26         #else
       
    27             AUTO-BITMAP=DATAZ_\APP_BITMAP_DIR\GSApp_aif.MBM APP_BITMAP_DIR\GSApp_aif.mbm
       
    28         #endif //__SCALABLE_ICONS
       
    29 
       
    30 
       
    31         // GS Framework:
       
    32         file=ABI_DIR\BUILD_DIR\GSFramework.dll              SHARED_LIB_DIR\GSFramework.dll
       
    33         file=ABI_DIR\BUILD_DIR\GSEcomPlugin.dll             SHARED_LIB_DIR\GSEcomPlugin.dll
       
    34 
       
    35         // Normal icons:
       
    36         data=DATAZ_\BITMAP_DIR\Gsfwicon.mif             BITMAP_DIR\Gsfwicon.mif        
       
    37         data=DATAZ_\private\100058EC\backup_registration.xml    private\100058EC\backup_registration.xml
       
    38         
       
    39     #endif // RD_GS_RENOVATION
       
    40 
       
    41 #endif // GSAPP_IBY
       
    42 // End of File