diff -r ac7857bd5fdb -r 0a3ad94fc71c radioapp/radioenginewrapper/tsrc/t_radioenginewrapper.pro --- a/radioapp/radioenginewrapper/tsrc/t_radioenginewrapper.pro Fri Aug 06 09:29:48 2010 +0300 +++ b/radioapp/radioenginewrapper/tsrc/t_radioenginewrapper.pro Mon Aug 23 14:17:50 2010 +0300 @@ -1,19 +1,23 @@ +# # Copyright (c) 2010 Nokia Corporation and/or its subsidiary(-ies). # All rights reserved. # This component and the accompanying materials are made available # under the terms of "Eclipse Public License v1.0" # which accompanies this distribution, and is available # at the URL "http://www.eclipse.org/legal/epl-v10.html". +# # Initial Contributors: # Nokia Corporation - initial contribution. +# # Contributors: -# Description: project file for radiouiengine's unit tests -# Description: +# +# Description: project file for radioenginewrapper's unit tests +# TEMPLATE = app TARGET = t_radioenginewrapper symbian: { TARGET.CAPABILITY = CAP_GENERAL_DLL - TARGET.SID = 0x101FF976 # Tried testUids(0x01000111 and 0x01001005) but failed + TARGET.SID = 0x2002EAD8 # Tried 0x101FF976 but failed MMP_RULES += SMPSAFE } DEPENDPATH += . \ @@ -21,6 +25,7 @@ src INCLUDEPATH += . \ ../../../inc \ + ../../../common \ ../inc \ ../commoninc \ ../../../../inc \ @@ -28,19 +33,19 @@ /sf/app/radio/radioengine/utils/api \ /sf/app/radio/radioengine/utils/inc \ /sf/app/radio/radioengine/settings/api \ - /epoc32/include/internal \ - /sf/mw/mmmw/mmserv/radioutility/radio_utility/src \ + /sf/mw/mmmw/inc \ + /sf/mw/mmmw/mmserv/inc \ /sf/mw/mmmw/mmserv/radioutility/inc \ - /sf/mw/mmmw/mmserv/inc \ - /sf/mw/mmmw/inc \ + /sf/mw/mmmw/mmserv/radioutility/radio_utility/src \ /sf/mw/mmmw/mmserv/radioutility/radioserver/inc CONFIG += qtestlib -symbian:LIBS += -lradioenginewrapper_stub +symbian:LIBS += -lfmradioenginewrapper_stub +symbian:LIBS += -lfmradioengineutils_stub symbian:LIBS += -lRadioSession_Stub symbian:LIBS += -leuser symbian:LIBS += -lcentralrepository symbian:LIBS += -lflogger HEADERS += inc/t_radioenginewrapper.h -HEADERS += inc\t_schedulerstartandstoptimer.h +HEADERS += inc/t_schedulerstartandstoptimer.h SOURCES += src/t_radioenginewrapper.cpp SOURCES += src/t_schedulerstartandstoptimer.cpp \ No newline at end of file