author | hgs |
Fri, 23 Jul 2010 12:55:58 +0300 | |
changeset 52 | a49bfe5190e4 |
parent 46 | bc5a64e5bc3c |
child 51 | f39ed5e045e0 |
child 74 | d1c62c765e48 |
permissions | -rw-r--r-- |
37 | 1 |
# |
2 |
# Copyright (c) 2009 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: |
|
45
6b911d05207e
Revision: 201023
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
37
diff
changeset
|
13 |
# |
37 | 14 |
# Description: Project file for building Phoneui component |
15 |
# |
|
16 |
# |
|
17 |
||
18 |
||
19 |
TEMPLATE = app |
|
20 |
TARGET = phoneui |
|
21 |
CONFIG += hb svg |
|
22 |
||
23 |
TRANSLATIONS = telephone.ts |
|
24 |
||
25 |
symbian { |
|
26 |
TARGET.CAPABILITY = ALL -TCB |
|
27 |
TARGET.UID3 = 0x100058B3 |
|
28 |
TARGET.VID = VID_DEFAULT |
|
45
6b911d05207e
Revision: 201023
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
37
diff
changeset
|
29 |
TARGET.EPOCHEAPSIZE = 0x1000 0xA00000 |
37 | 30 |
DEFINES += FT_SYMBIAN_INTEGRATION |
31 |
||
32 |
INCLUDEPATH += $$APP_LAYER_SYSTEMINCLUDE |
|
33 |
INCLUDEPATH += ../../inc \ |
|
34 |
../phoneui/inc \ |
|
35 |
../phoneuicontrol/inc \ |
|
36 |
../phoneuiutils/inc \ |
|
37 |
../phoneuiqtviewadapter/inc \ |
|
38 |
../phoneuiview2/inc |
|
39 |
||
40 |
LIBS += -lphoneengine \ |
|
41 |
-lphoneuiutils \ |
|
42 |
-lphoneuicontrol \ |
|
43 |
-lphoneuiqtviewadapter \ |
|
44 |
-lphoneuiqtview \ |
|
45
6b911d05207e
Revision: 201023
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
37
diff
changeset
|
45 |
-lxqserviceutil \ |
6b911d05207e
Revision: 201023
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
37
diff
changeset
|
46 |
-lfeatmgr \ |
6b911d05207e
Revision: 201023
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
37
diff
changeset
|
47 |
-lavkon \ |
6b911d05207e
Revision: 201023
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
37
diff
changeset
|
48 |
-lcone \ |
6b911d05207e
Revision: 201023
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
37
diff
changeset
|
49 |
-leikcore |
6b911d05207e
Revision: 201023
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
37
diff
changeset
|
50 |
|
37 | 51 |
BLD_INF_RULES.prj_exports += \ |
52 |
"$${LITERAL_HASH}include <platform_paths.hrh>" \ |
|
53 |
"./rom/phoneui.iby CORE_APP_LAYER_IBY_EXPORT_PATH(phoneui.iby)" \ |
|
54 |
"./rom/phoneuiresources.iby LANGUAGE_APP_LAYER_IBY_EXPORT_PATH(phoneuiresources.iby)" |
|
45
6b911d05207e
Revision: 201023
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
37
diff
changeset
|
55 |
|
37 | 56 |
RSS_RULES += "hidden = KAppIsHidden;" |
57 |
} |
|
58 |
||
59 |
HEADERS += ./inc/hbphonemainwindow.h \ |
|
60 |
./inc/phoneuikeyeventadapter.h \ |
|
61 |
./inc/phoneuicommandadapter.h \ |
|
62 |
./inc/phoneuihousehold.h \ |
|
63 |
./inc/phoneuihousehold_p.h |
|
45
6b911d05207e
Revision: 201023
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
37
diff
changeset
|
64 |
|
37 | 65 |
SOURCES += ./src/main.cpp \ |
66 |
./src/phoneuikeyeventadapter.cpp \ |
|
67 |
./src/phoneuicommandadapter.cpp \ |
|
68 |
./src/hbphonemainwindow.cpp \ |
|
69 |
./src/phoneuihousehold.cpp \ |
|
70 |
./src/phoneuihousehold_p.cpp |
|
71 |
||
46
bc5a64e5bc3c
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
45
diff
changeset
|
72 |
CONFIG += service |
bc5a64e5bc3c
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
45
diff
changeset
|
73 |
SERVICE.FILE = service_conf.xml |
bc5a64e5bc3c
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
45
diff
changeset
|
74 |