clock2/clockui/uilayer/rom/clock.iby
author Simon Howkins <simonh@symbian.org>
Thu, 28 Oct 2010 13:23:18 +0100
branchRCL_3
changeset 88 9dfcaf1038dd
parent 0 f979ecb2b13e
permissions -rw-r--r--
Re-removed inclusion for Korean Lunar calendar, unintentionally restored along with CalDav support.

/*
* 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