clock/rom/clock.iby
changeset 18 c198609911f9
child 26 a949c2543c15
child 45 b6db4fd4947b
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/clock/rom/clock.iby	Fri Apr 16 14:57:40 2010 +0300
@@ -0,0 +1,62 @@
+/*
+* Copyright (c) 2009 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:
+* The iby file for clock application
+*
+*/
+
+#ifndef CLOCK_IBY
+#define CLOCK_IBY
+
+// Clock application executables.
+S60_APP_EXE(clock)
+
+
+// Clock application registration file.
+data=DATAZ_\private\10003a3f\import\apps\clock_reg.rsc					\private\10003a3f\import\apps\clock_reg.rsc
+
+// Resource files.
+#ifdef __ROM_HIDE_JERUSALEM
+data=DATAZ_\resource\timezonelocalization\timezones_tel_aviv.rsc		RESOURCE_FILES_DIR\timezonelocalization\timezones.rsc
+#else
+data=DATAZ_\resource\timezonelocalization\timezones.rsc					RESOURCE_FILES_DIR\timezonelocalization\timezones.rsc
+#endif
+
+#ifdef FF__ROM_HIDE_ISRAEL
+data=DATAZ_\resource\timezonelocalization\timezonegroups_jerusalem.rsc	RESOURCE_FILES_DIR\timezonelocalization\timezonegroups.rsc
+#else
+data=DATAZ_\resource\timezonelocalization\timezonegroups.rsc			RESOURCE_FILES_DIR\timezonelocalization\timezonegroups.rsc
+#endif
+
+data=DATAZ_\resource\mcc\mcc.rsc										RESOURCE_FILES_DIR\mcc\mcc.rsc
+
+// Binaries.
+file=ABI_DIR\BUILD_DIR\clockalarmclient.dll								SHARED_LIB_DIR\clockalarmclient.dll
+file=ABI_DIR\BUILD_DIR\timezoneclient.dll								SHARED_LIB_DIR\timezoneclient.dll
+file=ABI_DIR\BUILD_DIR\clockstopwatchengine.dll							SHARED_LIB_DIR\clockstopwatchengine.dll
+file=ABI_DIR\BUILD_DIR\clocksettingsutility.dll							SHARED_LIB_DIR\clocksettingsutility.dll
+file=ABI_DIR\BUILD_DIR\clocksettingsview.dll							SHARED_LIB_DIR\clocksettingsview.dll
+file=ABI_DIR\BUILD_DIR\clockwidgetproto.dll								SHARED_LIB_DIR\clockwidgetproto.dll
+file=ABI_DIR\BUILD_DIR\clockcityselectionlist.dll						SHARED_LIB_DIR\clockcityselectionlist.dll
+file=ABI_DIR\BUILD_DIR\clockalarmeditor.dll								SHARED_LIB_DIR\clockalarmeditor.dll
+file=ABI_DIR\BUILD_DIR\clockappcontroller.dll							SHARED_LIB_DIR\clockappcontroller.dll
+file=ABI_DIR\BUILD_DIR\clockviewmanager.dll								SHARED_LIB_DIR\clockviewmanager.dll
+file=ABI_DIR\BUILD_DIR\clockviews.dll									SHARED_LIB_DIR\clockviews.dll
+
+file=ABI_DIR\BUILD_DIR\datetimesettingsplugin.dll				        SHARED_LIB_DIR\datetimesettingsplugin.dll
+data=\epoc32\data\c\resource\qt\plugins\controlpanel\datetimesettingsplugin.qtplugin					resource\qt\plugins\controlpanel\datetimesettingsplugin.qtplugin
+
+#endif // CLOCK_IBY
+
+// End of file  --Don't remove this.