clock2/clockui/uilayer/rom/clockresources.iby
branchRCL_3
changeset 66 bd7edf625bdd
child 67 1539a383d7b6
child 86 ed599363c2d7
equal deleted inserted replaced
65:12af337248b1 66:bd7edf625bdd
       
     1 /*
       
     2 * Copyright (c) 2008 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:   All the language specific resource files get exported from this file.
       
    15 *
       
    16 */
       
    17 
       
    18 #ifndef __CLOCK_RESOURCES_IBY__
       
    19 #define __CLOCK_RESOURCES_IBY__
       
    20 
       
    21 S60_APP_RESOURCE( clock )
       
    22 S60_APP_RESOURCE( clock_loc )
       
    23 
       
    24 #ifdef __ROM_HIDE_JERUSALEM
       
    25 data=DATAZ_\resource\timezonelocalization\timezones_tel_aviv.rsc			RESOURCE_FILES_DIR\timezonelocalization\timezones.rsc
       
    26 #elif defined(FF_ROM_HIDE_FALKLAND)  
       
    27 data=DATAZ_\resource\TimeZoneLocalization\timezones_lta.rsc       			RESOURCE_FILES_DIR\TimeZoneLocalization\timezones.rsc
       
    28 #else
       
    29 data=DATAZ_\resource\timezonelocalization\timezones.rsc					RESOURCE_FILES_DIR\timezonelocalization\timezones.rsc
       
    30 #endif
       
    31 
       
    32 #ifdef FF__ROM_HIDE_ISRAEL
       
    33 data=DATAZ_\resource\timezonelocalization\timezonegroups_jerusalem.rsc		RESOURCE_FILES_DIR\timezonelocalization\timezonegroups.rsc
       
    34 #elif defined(FF_ROM_HIDE_FALKLAND)  
       
    35 data=DATAZ_\resource\TimeZoneLocalization\timezonegroups_lta.rsc  		RESOURCE_FILES_DIR\TimeZoneLocalization\timezonegroups.rsc
       
    36 #else
       
    37 data=DATAZ_\resource\timezonelocalization\timezonegroups.rsc			RESOURCE_FILES_DIR\timezonelocalization\timezonegroups.rsc
       
    38 #endif
       
    39 
       
    40 // Alarm indicator resource file.
       
    41 data=DATAZ_\resource\apps\clockindicatorpaneplugin.rsc                      APP_RESOURCE_DIR\clockindicatorpaneplugin.rsc
       
    42 
       
    43 #endif		// __CLOCK_RESOURCES_IBY__
       
    44 
       
    45 // End of file