author | William Roberts <williamr@symbian.org> |
Tue, 14 Sep 2010 17:18:52 +0100 | |
changeset 67 | f6dff55cb5cd |
parent 64 | 6aaf0276100e |
child 65 | 2a5d4ab426d3 |
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: |
|
13 |
# |
|
14 |
# Description: Project file for building unit test component |
|
15 |
# |
|
16 |
# |
|
17 |
||
18 |
TEMPLATE = app |
|
19 |
TARGET = |
|
20 |
TARGET.UID3 = 0xEFF8FEA2 |
|
21 |
DEPENDPATH += . |
|
22 |
INCLUDEPATH += . |
|
23 |
CONFIG += hb |
|
24 |
CONFIG += qtestlib |
|
25 |
||
26 |
symbian { |
|
27 |
||
28 |
INCLUDEPATH += \epoc32\include\platform\mw \ |
|
29 |
\epoc32\include\platform \ |
|
30 |
\epoc32\include\platform\app \ |
|
31 |
\epoc32\include\mw \ |
|
32 |
\sf\app\phone\inc \ |
|
33 |
../../../phoneuiutils/inc/ \ |
|
34 |
../../../phonemediatorcenter/inc/ \ |
|
35 |
../../../phoneuiview2/inc \ |
|
36 |
../../../../inc \ |
|
37 |
../../../phoneringingtoneplayer/inc \ |
|
38 |
../../../phoneui2/srcdata |
|
39 |
||
40 |
||
41 |
LIBS += -lphoneuiutils |
|
42 |
LIBS += -lPhoneRingingtonePlayer |
|
43 |
LIBS += -lphoneuiqtview |
|
44 |
LIBS += -lxqservice |
|
45 |
LIBS += -lxqserviceutil |
|
46 |
LIBS += -lxqplugins |
|
47 |
LIBS += -lserviceprovidersettings |
|
48 |
LIBS += -lakncapserverclient |
|
49 |
LIBS += -lxqsettingsmanager |
|
50 |
LIBS += -llogsengine |
|
64
6aaf0276100e
Revision: 201033
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
46
diff
changeset
|
51 |
LIBS += -lapgrfx |
6aaf0276100e
Revision: 201033
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
46
diff
changeset
|
52 |
LIBS += -lavkon |
6aaf0276100e
Revision: 201033
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
46
diff
changeset
|
53 |
LIBS += -lws32 |
6aaf0276100e
Revision: 201033
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
46
diff
changeset
|
54 |
LIBS += -lcone |
37 | 55 |
|
56 |
TARGET.CAPABILITY = ALL -TCB |
|
57 |
DEFINES += FT_SYMBIAN_INTEGRATION |
|
58 |
DEFINES += BUILD_PHONEUIQTVIEWADAPTER |
|
59 |
} |
|
60 |
||
61 |
# Input |
|
62 |
HEADERS += ../../inc/phoneuiqtviewadapter.h |
|
63 |
SOURCES += ../../src/phoneuiqtviewadapter.cpp |
|
64 |
HEADERS += ../../inc/phoneresourceadapter.h |
|
65 |
SOURCES += ../../src/phoneresourceadapter.cpp |
|
66 |
HEADERS += ../../inc/phoneuiqtbuttonscontroller.h |
|
67 |
HEADERS += ../../inc/phonenotecontroller.h |
|
68 |
HEADERS += ../../inc/telephonyservice.h |
|
69 |
SOURCES += ../../src/telephonyservice.cpp |
|
70 |
HEADERS += ../../inc/phoneuicommandcontroller.h |
|
71 |
SOURCES += ../../src/phoneuicommandcontroller.cpp |
|
72 |
HEADERS += ../../inc/phonecommandextensionwrapper.h |
|
73 |
SOURCES += ../../src/phonecommandextensionwrapper.cpp |
|
74 |
HEADERS += ../../inc/phonemessagecontroller.h |
|
75 |
SOURCES += ../../src/phonemessagecontroller.cpp |
|
45
6b911d05207e
Revision: 201023
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
37
diff
changeset
|
76 |
HEADERS += ../../inc/phonevisibilityhandler.h |
6b911d05207e
Revision: 201023
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
37
diff
changeset
|
77 |
SOURCES += phonevisibilityhandler_stub.cpp |
6b911d05207e
Revision: 201023
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
37
diff
changeset
|
78 |
HEADERS += phoneindicatorcontroller.h |
6b911d05207e
Revision: 201023
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
37
diff
changeset
|
79 |
SOURCES += phoneindicatorcontroller_stub.cpp |
37 | 80 |
SOURCES += phoneuiqtbuttonscontroller_stub.cpp |
81 |
HEADERS += phonebubblewrapper.h |
|
82 |
SOURCES += phonebubblewrapper_stub.cpp |
|
83 |
SOURCES += cphoneringingtonecontroller_stub.cpp |
|
84 |
SOURCES += cphonemediatorfactory_stub.cpp |
|
85 |
SOURCES += cphonemediatorsender_stub.cpp |
|
86 |
SOURCES += phonenotecontroller_stub.cpp |
|
46
bc5a64e5bc3c
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
45
diff
changeset
|
87 |
HEADERS += ../../inc/phoneapplauncher.h |
bc5a64e5bc3c
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
45
diff
changeset
|
88 |
SOURCES += phoneapplauncher_stub.cpp |
37 | 89 |
SOURCES += unit_tests.cpp |
90 |