1 /* |
|
2 * Copyright (c) 2002-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: The information required for building |
|
15 * |
|
16 */ |
|
17 |
|
18 |
|
19 #include <platform_paths.hrh> |
|
20 |
|
21 PRJ_PLATFORMS |
|
22 DEFAULT |
|
23 |
|
24 PRJ_EXPORTS |
|
25 |
|
26 // Support for productization and Carbide.Ui customization |
|
27 //******************************************************** |
|
28 ../hsps/00/manifest.dat /epoc32/data/Z/resource/homescreen/wsfwidget_20026F45/hsps/manifest.dat |
|
29 ../hsps/00/wsfwidgetconfiguration.xml /epoc32/data/Z/resource/homescreen/wsfwidget_20026F45/hsps/wsfwidgetconfiguration.xml |
|
30 ../hsps/00/wsfwidgetconfiguration.dtd /epoc32/data/Z/resource/homescreen/wsfwidget_20026F45/hsps/wsfwidgetconfiguration.dtd |
|
31 |
|
32 ../xuikon/00/wsfwidget.dat /epoc32/data/Z/resource/homescreen/wsfwidget_20026F45/xuikon/wsfwidget_20026F45.dat |
|
33 ../xuikon/00/wsfwidget.css /epoc32/data/Z/resource/homescreen/wsfwidget_20026F45/xuikon/wsfwidget.css |
|
34 ../xuikon/00/wsfwidget.xml /epoc32/data/Z/resource/homescreen/wsfwidget_20026F45/xuikon/wsfwidget.xml |
|
35 |
|
36 // Arabic languages |
|
37 //***************** |
|
38 ../xuikon/37/wsfwidget.css /epoc32/data/Z/resource/homescreen/wsfwidget_20026F45/xuikon/37/wsfwidget.css |
|
39 ../xuikon/50/wsfwidget.css /epoc32/data/Z/resource/homescreen/wsfwidget_20026F45/xuikon/50/wsfwidget.css |
|
40 ../xuikon/57/wsfwidget.css /epoc32/data/Z/resource/homescreen/wsfwidget_20026F45/xuikon/57/wsfwidget.css |
|
41 ../xuikon/94/wsfwidget.css /epoc32/data/Z/resource/homescreen/wsfwidget_20026F45/xuikon/94/wsfwidget.css |
|
42 |
|
43 // Support for S60 localization |
|
44 //***************************** |
|
45 // export localizable loc files (engineering versions) |
|
46 #ifndef __WSFWIDGETCONFIGURATION_LOC__ |
|
47 #define __WSFWIDGETCONFIGURATION_LOC__ |
|
48 ../loc/wsfwidgetconfiguration.loc MW_LAYER_LOC_EXPORT_PATH(wsfwidgetconfiguration.loc) |
|
49 #endif // __WSFWIDGETCONFIGURATION_LOC__ |
|
50 |
|
51 // Support for S60 builds |
|
52 //*********************** |
|
53 // export iby files |
|
54 ../rom/wsfwidget_resources.iby LANGUAGE_MW_LAYER_IBY_EXPORT_PATH(wsfwidget_resources_20026F45.iby) |
|
55 ../rom/wsfwidget_customer.iby CUSTOMER_MW_LAYER_IBY_EXPORT_PATH(wsfwidget_customer_20026F45.iby) |
|
56 ../rom/wsfwidget_variant.iby CUSTOMER_MW_LAYER_IBY_EXPORT_PATH(wsfwidget_variant_20026F45.iby) |
|
57 ../rom/wsfwidget.iby CORE_MW_LAYER_IBY_EXPORT_PATH(wsfwidget_20026F45.iby) |
|
58 |
|
59 |
|
60 // Dtd-localization |
|
61 //***************** |
|
62 PRJ_EXTENSIONS |
|
63 START EXTENSION tools/dtd |
|
64 OPTION SWITCH_LOC_FILE_NAME wsfwidget_20026F45 |
|
65 OPTION DTD_TYPE widget |
|
66 OPTION LOC_FOLDERS yes |
|
67 END |
|
68 |
|
69 |
|
70 PRJ_MMPFILES |
|
71 |
|
72 // build icons |
|
73 |
|
74 |
|
75 // build application |
|
76 |
|
77 PRJ_TESTMMPFILES |
|
78 |
|
79 //#endif |
|
80 |
|
81 // End of File |
|