equal
deleted
inserted
replaced
|
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: Component IBY file for the clock ui. |
|
15 * |
|
16 */ |
|
17 |
|
18 #ifndef __CLOCK_IBY__ |
|
19 #define __CLOCK_IBY__ |
|
20 |
|
21 // Clock application executable |
|
22 S60_APP_EXE( clock ) |
|
23 S60_APP_AIF_ICONS( clockapp ) |
|
24 S60_APP_BITMAP( clockapp ) |
|
25 S60_APP_BITMAP( clockapp_tab ) |
|
26 |
|
27 // Clock application registration file |
|
28 data=DATAZ_\private\10003a3f\import\apps\clock_reg.rsc \private\10003a3f\import\apps\clock_reg.rsc |
|
29 |
|
30 // Resource files |
|
31 data=DATAZ_\resource\mcc\mcc.rsc RESOURCE_FILES_DIR\mcc\mcc.rsc |
|
32 |
|
33 // Other dependencies |
|
34 file=ABI_DIR\BUILD_DIR\clockalarmeditor.dll SHARED_LIB_DIR\clockalarmeditor.dll |
|
35 file=ABI_DIR\BUILD_DIR\clkuimodel.dll SHARED_LIB_DIR\clkuimodel.dll |
|
36 file=ABI_DIR\BUILD_DIR\clkdatetimeview.dll SHARED_LIB_DIR\clkdatetimeview.dll |
|
37 file=ABI_DIR\BUILD_DIR\clockcityselectionlist.dll SHARED_LIB_DIR\clockcityselectionlist.dll |
|
38 |
|
39 // ECOM Plugins |
|
40 ECOM_PLUGIN( clkdatetimeviewplugin.dll, clkdatetimeviewplugin.rsc ) |
|
41 ECOM_PLUGIN( clockindicatorpaneplugin.dll, clockindicatorpaneplugin.rsc ) |
|
42 |
|
43 #endif // __CLOCK_IBY__ |
|
44 |
|
45 // End of file |