clock2/clockui/uilayer/rom/clock.iby
author Pat Downey <patd@symbian.org>
Wed, 01 Sep 2010 12:32:31 +0100
branchRCL_3
changeset 30 bd7edf625bdd
parent 0 f979ecb2b13e
permissions -rw-r--r--
Revert incorrect RCL_3 drop: Revision: 201033 Kit: 201035

/*
* Copyright (c) 2008 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:  Component IBY file for the clock ui.
*
*/

#ifndef __CLOCK_IBY__
#define __CLOCK_IBY__

// Clock application executable
S60_APP_EXE( clock )
S60_APP_AIF_ICONS( clockapp )
S60_APP_BITMAP( clockapp )
S60_APP_BITMAP( clockapp_tab )

// Clock application registration file
data=DATAZ_\private\10003a3f\import\apps\clock_reg.rsc		\private\10003a3f\import\apps\clock_reg.rsc

// Resource files
data=DATAZ_\resource\mcc\mcc.rsc							RESOURCE_FILES_DIR\mcc\mcc.rsc

// Other dependencies
file=ABI_DIR\BUILD_DIR\clockalarmeditor.dll					SHARED_LIB_DIR\clockalarmeditor.dll
file=ABI_DIR\BUILD_DIR\clkuimodel.dll						SHARED_LIB_DIR\clkuimodel.dll
file=ABI_DIR\BUILD_DIR\clkdatetimeview.dll					SHARED_LIB_DIR\clkdatetimeview.dll
file=ABI_DIR\BUILD_DIR\clockcityselectionlist.dll			SHARED_LIB_DIR\clockcityselectionlist.dll

// ECOM Plugins
ECOM_PLUGIN( clkdatetimeviewplugin.dll, clkdatetimeviewplugin.rsc )
ECOM_PLUGIN( clockindicatorpaneplugin.dll, clockindicatorpaneplugin.rsc )

#endif		// __CLOCK_IBY__

// End of file