|
1 /* |
|
2 * Copyright (c) 2002-2005 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: |
|
15 * |
|
16 */ |
|
17 |
|
18 |
|
19 #ifdef RD_CUSTOMIZABLE_AI |
|
20 |
|
21 #include <platform_paths.hrh> |
|
22 |
|
23 PRJ_PLATFORMS |
|
24 DEFAULT |
|
25 |
|
26 |
|
27 PRJ_EXPORTS |
|
28 //backup_registration.xml /epoc32/data/z/private/10275102/backup_registration.xml |
|
29 //backup_registration.xml /epoc32/release/winscw/udeb/z/private/10275102/backup_registration.xml |
|
30 //backup_registration.xml /epoc32/release/winscw/urel/z/private/10275102/backup_registration.xml |
|
31 |
|
32 //../rom/activeidle2.iby CORE_APP_LAYER_IBY_EXPORT_PATH(activeidle2.iby) |
|
33 //../rom/activeidle2_resources.iby LANGUAGE_APP_LAYER_IBY_EXPORT_PATH(activeidle2_resources.iby) |
|
34 ../rom/ai3xmluicontroller.iby CORE_APP_LAYER_IBY_EXPORT_PATH(ai3xmluicontroller.iby) |
|
35 ../rom/ai3xmluicontroller_resources.iby LANGUAGE_APP_LAYER_IBY_EXPORT_PATH(ai3xmluicontroller_resources.iby) |
|
36 |
|
37 // Generic configuration interface for component cenrep settings |
|
38 //../conf/activeidle2.confml APP_LAYER_CONFML(activeidle2.confml) |
|
39 //../conf/activeidle2_10275102.crml APP_LAYER_CRML(activeidle2_10275102.crml) |
|
40 |
|
41 PRJ_EXTENSIONS |
|
42 |
|
43 START EXTENSION s60/mifconv |
|
44 OPTION TARGETFILE activeidle2.mif |
|
45 OPTION HEADERFILE activeidle2.mbg |
|
46 OPTION SOURCES -c8,8 qgn_indi_tb_appsgrid \ |
|
47 -c8,8 qgn_indi_tb_dialler \ |
|
48 -c8,8 qgn_indi_tb_profiles |
|
49 END |
|
50 |
|
51 START EXTENSION s60/mifconv |
|
52 OPTION TARGETFILE ailaunch_aif.mif |
|
53 OPTION SOURCES -c8,8 qgn_menu_idlestate |
|
54 END |
|
55 |
|
56 |
|
57 PRJ_MMPFILES |
|
58 |
|
59 #ifdef __SCALABLE_ICONS |
|
60 // gnumakefile icons.mk |
|
61 // gnumakefile icons_aif_scalable.mk |
|
62 #else |
|
63 gnumakefile icons_aif_bitmaps.mk |
|
64 #endif |
|
65 |
|
66 aixmluimain.mmp |
|
67 |
|
68 PRJ_TESTMMPFILES |
|
69 |
|
70 PRJ_TESTEXPORTS |
|
71 |
|
72 #endif // RD_CUSTOMIZABLE_AI |
|
73 |