|
1 # |
|
2 ############################################################################# |
|
3 ## |
|
4 ## Copyright (C) 2008-2010 Nokia Corporation and/or its subsidiary(-ies). |
|
5 ## All rights reserved. |
|
6 ## Contact: Nokia Corporation (developer.feedback@nokia.com) |
|
7 ## |
|
8 ## This file is part of the UI Extensions for Mobile. |
|
9 ## |
|
10 ## GNU Lesser General Public License Usage |
|
11 ## This file may be used under the terms of the GNU Lesser General Public |
|
12 ## License version 2.1 as published by the Free Software Foundation and |
|
13 ## appearing in the file LICENSE.LGPL included in the packaging of this file. |
|
14 ## Please review the following information to ensure the GNU Lesser General |
|
15 ## Public License version 2.1 requirements will be met: |
|
16 ## http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html. |
|
17 ## |
|
18 ## In addition, as a special exception, Nokia gives you certain additional |
|
19 ## rights. These rights are described in the Nokia Qt LGPL Exception |
|
20 ## version 1.1, included in the file LGPL_EXCEPTION.txt in this package. |
|
21 ## |
|
22 ## If you have questions regarding the use of this file, please contact |
|
23 ## Nokia at developer.feedback@nokia.com. |
|
24 ## |
|
25 ############################################################################# |
|
26 # |
|
27 |
|
28 # installation file generation |
|
29 symbian { |
|
30 load(data_caging_paths) |
|
31 |
|
32 vendorinfo = \ |
|
33 "; Localised Vendor name" \ |
|
34 "%{\"Nokia\"}" \ |
|
35 " " \ |
|
36 "; Unique Vendor name" \ |
|
37 ":\"Nokia\"" \ |
|
38 " " |
|
39 orbitHeader = "$${LITERAL_HASH}{\"Hb\"},(0x20022EDC),0,1,0,TYPE=SA, RU" |
|
40 orbitBinaries.pkg_prerules = vendorinfo orbitHeader |
|
41 |
|
42 orbitBinaries.sources = hbthemechanger.exe hbsplashgenerator.exe hbdevicedialogappserver.exe \ |
|
43 HbDeviceNotificationDialogPlugin.dll HbIndicatorMenuPlugin.dll HbDeviceProgressDialogPlugin.dll HbDeviceMessageBoxPlugin.dll \ |
|
44 hbthemeserveroogmplugin.dll hbthemeserver.exe HbIm.dll |
|
45 orbitBinaries.path = !:/sys/bin |
|
46 DEPLOYMENT += orbitBinaries |
|
47 |
|
48 orbitPlugins.sources = HbAutoComplete.dll HbTouchInput.dll |
|
49 orbitPlugins.path = !:/resource/plugins |
|
50 orbitPlugins.sources += $${EPOCROOT}$${HW_ZDIR}/resource/plugins/hbthemeserveroogmplugin.rsc |
|
51 DEPLOYMENT += orbitPlugins |
|
52 |
|
53 hbi18n.sources += $${EPOCROOT}epoc32/data/z/resource/hb/translations/languages.qm \ |
|
54 $${EPOCROOT}epoc32/data/z/resource/hb/translations/regions.qm \ |
|
55 $${EPOCROOT}epoc32/data/z/resource/hb/translations/collations.qm \ |
|
56 $${EPOCROOT}epoc32/data/z/resource/hb/translations/language_list.txt \ |
|
57 $${EPOCROOT}epoc32/data/z/resource/hb/translations/locale_mappings.txt |
|
58 hbi18n.path = !:/resource/hb/translations |
|
59 DEPLOYMENT += hbi18n |
|
60 |
|
61 displaydef.sources += $${EPOCROOT}epoc32/data/z/resource/displaydefinition.xml |
|
62 displaydef.path = !:/resource |
|
63 DEPLOYMENT += displaydef |
|
64 |
|
65 cenrep.sources += $${EPOCROOT}epoc32/data/z/private/10202BE9/2002C304.txt \ |
|
66 $${EPOCROOT}epoc32/data/z/private/10202BE9/2002C3AE.txt \ |
|
67 $${EPOCROOT}epoc32/data/z/private/10202BE9/2002C384.txt \ |
|
68 $${EPOCROOT}epoc32/data/z/private/10202BE9/20022E82.txt |
|
69 cenrep.path = !:/system/data/10202BE9 |
|
70 DEPLOYMENT += cenrep |
|
71 } |