|
1 # Copyright (c) 2010 Nokia Corporation and/or its subsidiary(-ies). |
|
2 # All rights reserved. |
|
3 # This component and the accompanying materials are made available |
|
4 # under the terms of "Eclipse Public License v1.0" |
|
5 # which accompanies this distribution, and is available |
|
6 # at the URL "http://www.eclipse.org/legal/epl-v10.html". |
|
7 # Initial Contributors: |
|
8 # Nokia Corporation - initial contribution. |
|
9 # Contributors: |
|
10 # Description: project file for radiouiengine's unit tests |
|
11 # Description: |
|
12 TEMPLATE = app |
|
13 TARGET = t_radioenginewrapper |
|
14 symbian: { |
|
15 TARGET.CAPABILITY = CAP_GENERAL_DLL |
|
16 TARGET.SID = 0x101FF976 # Tried testUids(0x01000111 and 0x01001005) but failed |
|
17 } |
|
18 DEPENDPATH += . \ |
|
19 inc \ |
|
20 src |
|
21 INCLUDEPATH += . \ |
|
22 ../../../inc \ |
|
23 ../inc \ |
|
24 ../commoninc \ |
|
25 ../../../../inc \ |
|
26 /sf/app/radio/radioengine/utils/Stub/inc \ |
|
27 /sf/app/radio/radioengine/utils/api \ |
|
28 /sf/app/radio/radioengine/utils/inc \ |
|
29 /sf/app/radio/radioengine/settings/api \ |
|
30 /epoc32/include/internal \ |
|
31 /sf/mw/mmmw/mmserv/radioutility/radio_utility/src \ |
|
32 /sf/mw/mmmw/mmserv/radioutility/inc \ |
|
33 /sf/mw/mmmw/mmserv/inc \ |
|
34 /sf/mw/mmmw/inc \ |
|
35 /sf/mw/mmmw/mmserv/radioutility/radioserver/inc |
|
36 CONFIG += qtestlib |
|
37 symbian:LIBS += -lradioenginewrapper_stub |
|
38 symbian:LIBS += -lRadioSession_Stub |
|
39 symbian:LIBS += -leuser |
|
40 symbian:LIBS += -lcentralrepository |
|
41 symbian:LIBS += -lflogger |
|
42 HEADERS += inc/t_radioenginewrapper.h |
|
43 HEADERS += inc\t_schedulerstartandstoptimer.h |
|
44 SOURCES += src/t_radioenginewrapper.cpp |
|
45 SOURCES += src/t_schedulerstartandstoptimer.cpp |